Would like the Google_Assistant_SDK to return the content length of the response, as opposed to <empty response. This is helpful for some questions asked of the google home api…
for example: “Is Nest Guard Armed?” will return a response of “nest guard is currently disarmed” or “nest guard is currently armed”
clearly the first is larger, and I can key off the presence of more bytes in the response to actually determine if the Nest Guard is armed or not…