Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleActionsV2Input

Hierarchy

  • GoogleActionsV2Input

Properties

Optional arguments

A list of provided argument values for the input requested by the app.

Optional intent

intent: undefined | string

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.

Optional rawInputs

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