public sealed class EvaluationInstance.Types.DeprecatedAgentData.Types.ConversationTurn : IMessage<EvaluationInstance.Types.DeprecatedAgentData.Types.ConversationTurn>, IEquatable<EvaluationInstance.Types.DeprecatedAgentData.Types.ConversationTurn>, IDeepCloneable<EvaluationInstance.Types.DeprecatedAgentData.Types.ConversationTurn>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class EvaluationInstance.Types.DeprecatedAgentData.Types.ConversationTurn.
Represents a single turn/invocation in the conversation.
Implements
IMessageEvaluationInstanceTypesDeprecatedAgentDataTypesConversationTurn, IEquatableEvaluationInstanceTypesDeprecatedAgentDataTypesConversationTurn, IDeepCloneableEvaluationInstanceTypesDeprecatedAgentDataTypesConversationTurn, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ConversationTurn()
public ConversationTurn()ConversationTurn(ConversationTurn)
public ConversationTurn(EvaluationInstance.Types.DeprecatedAgentData.Types.ConversationTurn other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationInstanceTypesDeprecatedAgentDataTypesConversationTurn |
Properties
Events
public RepeatedField<EvaluationInstance.Types.DeprecatedAgentData.Types.AgentEvent> Events { get; }Optional. The list of events that occurred during this turn.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEvaluationInstanceTypesDeprecatedAgentDataTypesAgentEvent |
|
HasTurnIndex
public bool HasTurnIndex { get; }Gets whether the "turn_index" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
TurnId
public string TurnId { get; set; }Optional. A unique identifier for the turn. Useful for referencing specific turns across systems.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TurnIndex
public int TurnIndex { get; set; }Required. The 0-based index of the turn in the conversation sequence.
| Property Value | |
|---|---|
| Type | Description |
int |
|