public interface ListSessionEntityTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
SessionEntityType |
getSessionEntityTypes(int index)
The list of session entity types.
|
int |
getSessionEntityTypesCount()
The list of session entity types.
|
java.util.List<SessionEntityType> |
getSessionEntityTypesList()
The list of session entity types.
|
SessionEntityTypeOrBuilder |
getSessionEntityTypesOrBuilder(int index)
The list of session entity types.
|
java.util.List<? extends SessionEntityTypeOrBuilder> |
getSessionEntityTypesOrBuilderList()
The list of session entity types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<SessionEntityType> getSessionEntityTypesList()
The list of session 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.SessionEntityType session_entity_types = 1;SessionEntityType getSessionEntityTypes(int index)
The list of session 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.SessionEntityType session_entity_types = 1;int getSessionEntityTypesCount()
The list of session 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.SessionEntityType session_entity_types = 1;java.util.List<? extends SessionEntityTypeOrBuilder> getSessionEntityTypesOrBuilderList()
The list of session 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.SessionEntityType session_entity_types = 1;SessionEntityTypeOrBuilder getSessionEntityTypesOrBuilder(int index)
The list of session 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.SessionEntityType session_entity_types = 1;java.lang.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;