public sealed class AgentContextReference : IMessage<AgentContextReference>, IEquatable<AgentContextReference>, IDeepCloneable<AgentContextReference>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class AgentContextReference.
Message representing a reference to Agent Context.
Implements
IMessageAgentContextReference, IEquatableAgentContextReference, IDeepCloneableAgentContextReference, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |
|