Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleActionsV2Conversation

Hierarchy

  • GoogleActionsV2Conversation

Properties

Optional conversationId

conversationId: undefined | string

Unique ID for the multi-turn conversation. It's assigned for the first turn. After that it remains the same for subsequent conversation turns until the conversation is terminated.

Optional conversationToken

conversationToken: undefined | string

Opaque token specified by the app in the last conversation turn. It can be used by an app to track the conversation or to store conversation related data.

Optional type

Type indicates the state of the conversation in its life cycle.

Generated using TypeDoc