GoogleCloudDialogflowCxV3Action
import type { GoogleCloudDialogflowCxV3Action } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Action {
agentUtterance?: GoogleCloudDialogflowCxV3AgentUtterance;
flowInvocation?: GoogleCloudDialogflowCxV3FlowInvocation;
flowTransition?: GoogleCloudDialogflowCxV3FlowTransition;
playbookInvocation?: GoogleCloudDialogflowCxV3PlaybookInvocation;
playbookTransition?: GoogleCloudDialogflowCxV3PlaybookTransition;
toolUse?: GoogleCloudDialogflowCxV3ToolUse;
userUtterance?: GoogleCloudDialogflowCxV3UserUtterance;
}§Properties
§
agentUtterance?: GoogleCloudDialogflowCxV3AgentUtterance
[src]§
flowInvocation?: GoogleCloudDialogflowCxV3FlowInvocation
[src]§
flowTransition?: GoogleCloudDialogflowCxV3FlowTransition
[src]§
playbookInvocation?: GoogleCloudDialogflowCxV3PlaybookInvocation
[src]§
playbookTransition?: GoogleCloudDialogflowCxV3PlaybookTransition
[src]§
toolUse?: GoogleCloudDialogflowCxV3ToolUse
[src]§
userUtterance?: GoogleCloudDialogflowCxV3UserUtterance
[src]