Google Cloud Dialogflow v2 API - Class ListEntityTypesResponse (4.16.0)

public sealed class ListEntityTypesResponse : IMessage<ListEntityTypesResponse>, IEquatable<ListEntityTypesResponse>, IDeepCloneable<ListEntityTypesResponse>, IBufferMessage, IMessage, IPageResponse<EntityType>, IEnumerable<EntityType>, IEnumerable

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

The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes].

Inheritance

object > ListEntityTypesResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListEntityTypesResponse()

public ListEntityTypesResponse()

ListEntityTypesResponse(ListEntityTypesResponse)

public ListEntityTypesResponse(ListEntityTypesResponse other)
Parameter
NameDescription
otherListEntityTypesResponse

Properties

EntityTypes

public RepeatedField<EntityType> EntityTypes { get; }

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

Property Value
TypeDescription
RepeatedFieldEntityType

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<EntityType> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEntityType