AndBobsYourUncle / hassio-addons

73 stars 41 forks source link

resp.dialog_state_out.supplemental_display_text isn't a function #8

Closed michaelarnauts closed 2 years ago

michaelarnauts commented 6 years ago

resp.dialog_state_out.supplemental_display_text isn't a function, so it should not be called like that.

See https://github.com/googlesamples/assistant-sdk-python/blob/master/google-assistant-sdk/googlesamples/assistant/grpc/textinput.py#L120

chrismcneil commented 4 years ago

This fixes the exception but is there a way to get what the message was? Example if I ask what the temperature is I would liek to get whatever string google responds with.