Data Analytics API with Gemini v1beta API - Class AgentContextReference (1.0.0-beta05)

public sealed class AgentContextReference : IMessage<AgentContextReference>, IEquatable<AgentContextReference>, IDeepCloneable<AgentContextReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class AgentContextReference.

Message representing a reference to Agent Context.

Inheritance

object > AgentContextReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

AgentContextReference()

public AgentContextReference()

AgentContextReference(AgentContextReference)

public AgentContextReference(AgentContextReference other)
Parameter
Name Description
other AgentContextReference

Properties

ContextSetId

public string ContextSetId { get; set; }

Required. Context set ID to retrieve.

Property Value
Type Description
string