Closed michaelarnauts closed 3 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
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.
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