Google Cloud Dialogflow v2 API - Class ListConversationDatasetsResponse (4.18.0)

public sealed class ListConversationDatasetsResponse : IMessage<ListConversationDatasetsResponse>, IEquatable<ListConversationDatasetsResponse>, IDeepCloneable<ListConversationDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<ConversationDataset>, IEnumerable<ConversationDataset>, IEnumerable

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

The response message for [ConversationDatasets.ListConversationDatasets][google.cloud.dialogflow.v2.ConversationDatasets.ListConversationDatasets].

Inheritance

object > ListConversationDatasetsResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListConversationDatasetsResponse()

public ListConversationDatasetsResponse()

ListConversationDatasetsResponse(ListConversationDatasetsResponse)

public ListConversationDatasetsResponse(ListConversationDatasetsResponse other)
Parameter
NameDescription
otherListConversationDatasetsResponse

Properties

ConversationDatasets

public RepeatedField<ConversationDataset> ConversationDatasets { get; }

The list of datasets to return.

Property Value
TypeDescription
RepeatedFieldConversationDataset

NextPageToken

public string NextPageToken { get; set; }

The token to use 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<ConversationDataset> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorConversationDataset