Nick
Nick
A middle ground could be considered as DAMP (Descriptive and Meaningful Phrases). Extracting out common logic can be a good idea for removing redundancy, but keeping enough in each message...
Is this supposed to refer to a comment that the translator would implement, or some sort of extensible markup that a custom renderer would handle (and a default renderer would...
I would think that the best approach is giving the localizers the discretion to make the best decisions. While it may end up being additional complexity, it would result in...
Should this be part of message format directly, or through some sort of extension based on the key of a message? For example: 'direction_turn': 'Turn {{direction}} onto {{road_name}}' 'direction_turn_vui': 'Turn...
What would happen in the case where the VUI and display text differ significantly?
I would think that the number of computational transforms should be minimized in favor of providing translators the discretion to apply the best text style. While it may lead to...
I think that a material version of this library would more likely use dots on the bottom instead of back and next buttons
How are you getting the user? Can you grab the user data from account linking in the intent handler and then use that to generate a personalized response?
Just to confirm, the first snippet does work as expected?
According to the [documentation](https://developers.google.com/assistant/smarthome/develop/process-intents#response_format_4) there is no `errorCode` field for a `DisconnectResponse` type.