public interface ListEntityTypesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityTypes(int index)
public abstract EntityType getEntityTypes(int index)The list of entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.EntityType entity_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntityType |
|
getEntityTypesCount()
public abstract int getEntityTypesCount()The list of entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntityTypesList()
public abstract List<EntityType> getEntityTypesList()The list of entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<EntityType> |
|
getEntityTypesOrBuilder(int index)
public abstract EntityTypeOrBuilder getEntityTypesOrBuilder(int index)The list of entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.EntityType entity_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntityTypeOrBuilder |
|
getEntityTypesOrBuilderList()
public abstract List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()The list of entity types. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.EntityTypeOrBuilder> |
|
getNextPageToken()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |