Google_assistant_sdk: give content-length as opposed to <empty response>

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…

Duplicate of Get responses from the Google Assistant SDK - #2 by SteveDinn

Try GitHub - tronikos/google_assistant_sdk_custom: Custom integration of Google Assistant SDK