Indicates the user's intent. For the first conversation turn, the intent
will refer to the triggering intent for the Action. For
subsequent conversation turns, the intent will be a common Actions on
Google intent (starts with 'actions.').
For example, if the expected input is actions.intent.OPTION
, then the
the intent specified here will either be actions.intent.OPTION
if the
Google Assistant was able to satisfy that intent, or
actions.intent.TEXT
if the user provided other information.
See https://developers.google.com/actions/reference/rest/intents.
Raw input transcription from each turn of conversation. Multiple conversation turns may be required for Actions on Google to provide some types of input to the Action.
Generated using TypeDoc
A list of provided argument values for the input requested by the Action.