Gemini Enterprise for Customer Experience v1 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 Gemini Enterprise for Customer Experience v1 API class ListConversationsResponse.

Response message for [AgentService.ListConversations][google.cloud.ces.v1.AgentService.ListConversations].

Inheritance

object > ListConversationsResponse

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.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 that can be sent as [ListConversationsRequest.page_token][google.cloud.ces.v1.ListConversationsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.

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