GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput class

The output from the virtual agent.

Properties

currentPage GoogleCloudDialogflowCxV3Page?
The Page on which the utterance was spoken.
getter/setter pair
diagnosticInfo Map<String, Object?>?
Input only.
getter/setter pair
differences List<GoogleCloudDialogflowCxV3TestRunDifference>?
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionParameters Map<String, Object?>?
The session parameters available to the bot at this point.
getter/setter pair
status GoogleRpcStatus?
Response error from the agent in the test result.
getter/setter pair
textResponses List<GoogleCloudDialogflowCxV3ResponseMessageText>?
The text responses from the agent for the turn.
getter/setter pair
triggeredIntent GoogleCloudDialogflowCxV3Intent?
The Intent that triggered the response.
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