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

public sealed class ListMessagesResponse : IMessage<ListMessagesResponse>, IEquatable<ListMessagesResponse>, IDeepCloneable<ListMessagesResponse>, IBufferMessage, IMessage, IPageResponse<StorageMessage>, IEnumerable<StorageMessage>, IEnumerable

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

Response for listing chat messages.

Inheritance

object > ListMessagesResponse

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

ListMessagesResponse()

public ListMessagesResponse()

ListMessagesResponse(ListMessagesResponse)

public ListMessagesResponse(ListMessagesResponse other)
Parameter
Name Description
other ListMessagesResponse

Properties

Messages

public RepeatedField<StorageMessage> Messages { get; }

The list of chat messages.

Property Value
Type Description
RepeatedFieldStorageMessage

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<StorageMessage> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorStorageMessage