Data Analytics API with Gemini v1beta API - Class Conversation (1.0.0-beta01)

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

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

Message for a conversation.

Inheritance

object > Conversation

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

Conversation()

public Conversation()

Conversation(Conversation)

public Conversation(Conversation other)
Parameter
Name Description
other Conversation

Properties

Agents

public RepeatedField<string> Agents { get; }

Required. Agent(s) in the conversation. Currently, only one agent is supported. This field is repeated to allow for future support of multiple agents in a conversation. Format: projects/{project}/locations/{location}/dataAgents/{agent}

Property Value
Type Description
RepeatedFieldstring

ConversationName

public ConversationName ConversationName { get; set; }

ConversationName-typed view over the Name resource name property.

Property Value
Type Description
ConversationName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation timestamp.

Property Value
Type Description
Timestamp

Labels

public MapField<string, string> Labels { get; }

Optional. Open-ended and user-defined labels that can be set by the client to tag a conversation (e.g. to filter conversations for specific surfaces/products).

Property Value
Type Description
MapFieldstringstring

LastUsedTime

public Timestamp LastUsedTime { get; set; }

Output only. Timestamp of the last used conversation.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Optional. Identifier. The unique resource name of a conversation. It's not expected to be set when creating a conversation.

Property Value
Type Description
string