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

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

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

Message for response to listing conversations.

Inheritance

object > ListConversationsResponse

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

ListConversationsResponse()

public ListConversationsResponse()

ListConversationsResponse(ListConversationsResponse)

public ListConversationsResponse(ListConversationsResponse other)
Parameter
Name Description
other ListConversationsResponse

Properties

Conversations

public RepeatedField<Conversation> Conversations { get; }

The list of conversations.

Property Value
Type Description
RepeatedFieldConversation

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<Conversation> GetEnumerator()

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

Returns
Type Description
IEnumeratorConversation