Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleActionsV2AppRequest

Hierarchy

  • GoogleActionsV2AppRequest

Properties

Optional availableSurfaces

availableSurfaces: GoogleActionsV2Surface[]

Surfaces available for cross surface handoff.

Optional conversation

Holds session data like the conversation ID and conversation token.

Optional device

Information about the device the user is using to interact with the app.

Optional inputs

List of inputs corresponding to the expected inputs specified by the app. For the initial conversation trigger, the input contains information on how the user triggered the conversation.

Optional isInSandbox

isInSandbox: undefined | true | false

Indicates whether the request should be handled in sandbox mode.

Optional surface

Information about the surface the user is interacting with, e.g. whether it can output audio or has a screen.

Optional user

User who initiated the conversation.

Generated using TypeDoc