Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn

Represents a single turn/invocation in the conversation.

Inheritance
object
GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX