Class GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn
Represents a single turn/invocation in the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Events
Optional. The list of events that occurred during this turn.
Declaration
[JsonProperty("events")]
public virtual IList<GoogleCloudAiplatformV1EvaluationInstanceAgentDataAgentEvent> Events { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1EvaluationInstanceAgentDataAgentEvent> |
TurnId
Optional. A unique identifier for the turn. Useful for referencing specific turns across systems.
Declaration
[JsonProperty("turnId")]
public virtual string TurnId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TurnIndex
Required. The 0-based index of the turn in the conversation sequence.
Declaration
[JsonProperty("turnIndex")]
public virtual int? TurnIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |