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

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.

Inheritance

object > TextMessage

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

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