GoogleCloudDialogflowCxV3Action class

Action performed by end user or Dialogflow agent in the conversation.

Properties

agentUtterance GoogleCloudDialogflowCxV3AgentUtterance?
Action performed by the agent as a message.
getter/setter pair
flowInvocation GoogleCloudDialogflowCxV3FlowInvocation?
Action performed on behalf of the agent by invoking a CX flow.
getter/setter pair
flowTransition GoogleCloudDialogflowCxV3FlowTransition?
Action performed on behalf of the agent by transitioning to a target CX flow.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
playbookInvocation GoogleCloudDialogflowCxV3PlaybookInvocation?
Action performed on behalf of the agent by invoking a child playbook.
getter/setter pair
playbookTransition GoogleCloudDialogflowCxV3PlaybookTransition?
Action performed on behalf of the agent by transitioning to a target playbook.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolUse GoogleCloudDialogflowCxV3ToolUse?
Action performed on behalf of the agent by calling a plugin tool.
getter/setter pair
userUtterance GoogleCloudDialogflowCxV3UserUtterance?
Agent obtained a message from the customer.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited