GoogleCloudAiplatformV1AgentDataConversationTurn class

Represents a single turn/invocation in the conversation.

Properties

events List<GoogleCloudAiplatformV1AgentDataAgentEvent>?
The list of events that occurred during this turn.
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
turnId String?
A unique identifier for the turn.
getter/setter pair
turnIndex int?
The 0-based index of the turn in the conversation sequence.
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