I am trying to disable the HTML5 responses from google-assistant-sdk and receive only text responses.
The Google Assistant SDK documentation has a ScreenMode parameter, which seems to be used to disable 'card' (html) responses, but even when set to OFF, some queries such as "Who was the first astronaut" always return HTML content, regardless of ScreenMode.
How can I completely disable HTML5 responses and just get text responses?