Google Cloud Dialogflow v2 API - Class ListGeneratorsResponse (4.21.0)

public sealed class ListGeneratorsResponse : IMessage<ListGeneratorsResponse>, IEquatable<ListGeneratorsResponse>, IDeepCloneable<ListGeneratorsResponse>, IBufferMessage, IMessage, IPageResponse<Generator>, IEnumerable<Generator>, IEnumerable

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

Response of ListGenerators.

Inheritance

object > ListGeneratorsResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListGeneratorsResponse()

public ListGeneratorsResponse()

ListGeneratorsResponse(ListGeneratorsResponse)

public ListGeneratorsResponse(ListGeneratorsResponse other)
Parameter
Name Description
other ListGeneratorsResponse

Properties

Generators

public RepeatedField<Generator> Generators { get; }

List of generators retrieved.

Property Value
Type Description
RepeatedFieldGenerator

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
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Generator> GetEnumerator()

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

Returns
Type Description
IEnumeratorGenerator