public sealed class TextMessage : IMessage<TextMessage>, IEquatable<TextMessage>, IDeepCloneable<TextMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class TextMessage.
A multi-part text message.
Implements
IMessageTextMessage, IEquatableTextMessage, IDeepCloneableTextMessage, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
TextMessage()
public TextMessage()
TextMessage(TextMessage)
public TextMessage(TextMessage other)
Parameter | |
---|---|
Name | Description |
other |
TextMessage |
Properties
Parts
public RepeatedField<string> Parts { get; }
Optional. The parts of the message.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |