Interface EntityTypeBatchOrBuilder (4.48.0)

public interface EntityTypeBatchOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityTypes(int index)

public abstract EntityType getEntityTypes(int index)

A collection of entity types.

repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;

Parameter
Name Description
index int
Returns
Type Description
EntityType

getEntityTypesCount()

public abstract int getEntityTypesCount()

A collection of entity types.

repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;

Returns
Type Description
int

getEntityTypesList()

public abstract List<EntityType> getEntityTypesList()

A collection of entity types.

repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;

Returns
Type Description
List<EntityType>

getEntityTypesOrBuilder(int index)

public abstract EntityTypeOrBuilder getEntityTypesOrBuilder(int index)

A collection of entity types.

repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;

Parameter
Name Description
index int
Returns
Type Description
EntityTypeOrBuilder

getEntityTypesOrBuilderList()

public abstract List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()

A collection of entity types.

repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.EntityTypeOrBuilder>