public interface ListSessionEntityTypesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
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.
|
List<SessionEntityType> |
getSessionEntityTypesList()
The list of session entity types.
|
SessionEntityTypeOrBuilder |
getSessionEntityTypesOrBuilder(int index)
The list of session entity types.
|
List<? extends SessionEntityTypeOrBuilder> |
getSessionEntityTypesOrBuilderList()
The list of session entity types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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 © 2021 Google LLC. All rights reserved.