GoogleCloudDialogflowCxV3Action
import type { GoogleCloudDialogflowCxV3Action } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Action performed by end user or Dialogflow agent in the conversation.
interface GoogleCloudDialogflowCxV3Action {
agentUtterance?: GoogleCloudDialogflowCxV3AgentUtterance;
flowInvocation?: GoogleCloudDialogflowCxV3FlowInvocation;
playbookInvocation?: GoogleCloudDialogflowCxV3PlaybookInvocation;
toolUse?: GoogleCloudDialogflowCxV3ToolUse;
userUtterance?: GoogleCloudDialogflowCxV3UserUtterance;
}§Properties
§
agentUtterance?: GoogleCloudDialogflowCxV3AgentUtterance
[src]Optional. Action performed by the agent as a message.
§
flowInvocation?: GoogleCloudDialogflowCxV3FlowInvocation
[src]Optional. Action performed on behalf of the agent by invoking a CX flow.
§
playbookInvocation?: GoogleCloudDialogflowCxV3PlaybookInvocation
[src]Optional. Action performed on behalf of the agent by invoking a child playbook.
§
toolUse?: GoogleCloudDialogflowCxV3ToolUse
[src]Optional. Action performed on behalf of the agent by calling a plugin tool.
§
userUtterance?: GoogleCloudDialogflowCxV3UserUtterance
[src]Optional. Agent obtained a message from the customer.