Indicates the user's intent. For the first conversation turn, the intent
will refer to the intent of the action that is being triggered. For
subsequent conversation turns, the intent will be a built-in intent.
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.
Raw input transcription from each turn of conversation that was used to provide this input. Multiple conversation turns that don't involve the app may be required for the assistant to provide some types of input.
Generated using TypeDoc
A list of provided argument values for the input requested by the app.