public interface ListEntityTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityTypes(int index)
The list of agent entity types.
|
int |
getEntityTypesCount()
The list of agent entity types.
|
List<EntityType> |
getEntityTypesList()
The list of agent entity types.
|
EntityTypeOrBuilder |
getEntityTypesOrBuilder(int index)
The list of agent entity types.
|
List<? extends EntityTypeOrBuilder> |
getEntityTypesOrBuilderList()
The list of agent entity types.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EntityType> getEntityTypesList()
The list of agent entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;EntityType getEntityTypes(int index)
The list of agent entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;int getEntityTypesCount()
The list of agent entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
The list of agent entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
The list of agent entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.