GoogleCloudDialogflowCxV3Action constructor
GoogleCloudDialogflowCxV3Action({
- GoogleCloudDialogflowCxV3AgentUtterance? agentUtterance,
- GoogleCloudDialogflowCxV3FlowInvocation? flowInvocation,
- GoogleCloudDialogflowCxV3FlowTransition? flowTransition,
- GoogleCloudDialogflowCxV3PlaybookInvocation? playbookInvocation,
- GoogleCloudDialogflowCxV3PlaybookTransition? playbookTransition,
- GoogleCloudDialogflowCxV3ToolUse? toolUse,
- GoogleCloudDialogflowCxV3UserUtterance? userUtterance,
Implementation
GoogleCloudDialogflowCxV3Action({
this.agentUtterance,
this.flowInvocation,
this.flowTransition,
this.playbookInvocation,
this.playbookTransition,
this.toolUse,
this.userUtterance,
});