Interface ListEntityTypesResponseOrBuilder (4.43.0)

public interface ListEntityTypesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityTypes(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntityType

getEntityTypesCount()

public abstract 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;

Returns
TypeDescription
int

getEntityTypesList()

public abstract List<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;

Returns
TypeDescription
List<EntityType>

getEntityTypesOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntityTypeOrBuilder

getEntityTypesOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2beta1.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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.