Google Cloud Dialogflow v2 API - Class ListConversationsResponse (4.18.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListConversationsResponse.

The response message for [Conversations.ListConversations][google.cloud.dialogflow.v2.Conversations.ListConversations].

Inheritance

object > ListConversationsResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListConversationsResponse()

public ListConversationsResponse()

ListConversationsResponse(ListConversationsResponse)

public ListConversationsResponse(ListConversationsResponse other)
Parameter
NameDescription
otherListConversationsResponse

Properties

Conversations

public RepeatedField<Conversation> Conversations { get; }

The list of conversations. There will be a maximum number of items returned based on the page_size field in the request.

Property Value
TypeDescription
RepeatedFieldConversation

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Conversation> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorConversation