public sealed class ConversationReference : IMessage<ConversationReference>, IEquatable<ConversationReference>, IDeepCloneable<ConversationReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ConversationReference.
Reference to a persisted conversation and agent context.
Implements
IMessageConversationReference, IEquatableConversationReference, IDeepCloneableConversationReference, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
ConversationReference()
public ConversationReference()
ConversationReference(ConversationReference)
public ConversationReference(ConversationReference other)
Parameter | |
---|---|
Name | Description |
other |
ConversationReference |
Properties
Conversation
public string Conversation { get; set; }
Required. Name of the conversation resource.
Format:
projects/{project}/locations/{location}/conversations/{conversation_id}
Property Value | |
---|---|
Type | Description |
string |
ConversationAsConversationName
public ConversationName ConversationAsConversationName { get; set; }
ConversationName-typed view over the Conversation resource name property.
Property Value | |
---|---|
Type | Description |
ConversationName |
DataAgentContext
public DataAgentContext DataAgentContext { get; set; }
Required. Context for the chat request using a data agent.
Property Value | |
---|---|
Type | Description |
DataAgentContext |