Discovery Engine v1 API - Class ListConversationsResponse (1.0.0-beta06)

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

Reference documentation and code samples for the Discovery Engine v1 API class ListConversationsResponse.

Response for ListConversations method.

Inheritance

object > ListConversationsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

ListConversationsResponse()

public ListConversationsResponse()

ListConversationsResponse(ListConversationsResponse)

public ListConversationsResponse(ListConversationsResponse other)
Parameter
Name Description
other ListConversationsResponse

Properties

Conversations

public RepeatedField<Conversation> Conversations { get; }

All the Conversations for a given data store.

Property Value
Type Description
RepeatedFieldConversation

NextPageToken

public string NextPageToken { get; set; }

Pagination token, if not returned indicates the last page.

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