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 v2beta1 API class ListEntityTypesResponse.
The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.ListEntityTypes].
Implements
IMessageListEntityTypesResponse, IEquatableListEntityTypesResponse, IDeepCloneableListEntityTypesResponse, IBufferMessage, IMessage, IPageResponseEntityType, IEnumerableEntityType, IEnumerableNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ListEntityTypesResponse()
public ListEntityTypesResponse()
ListEntityTypesResponse(ListEntityTypesResponse)
public ListEntityTypesResponse(ListEntityTypesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListEntityTypesResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<EntityType> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEntityType |