public interface EntityTypeBatchOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityTypes(int index)
public abstract EntityType getEntityTypes(int index)A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Name | Description |
| index | int |
| Type | Description |
| EntityType |
getEntityTypesCount()
public abstract int getEntityTypesCount()A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Type | Description |
| int |
getEntityTypesList()
public abstract List<EntityType> getEntityTypesList()A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Type | Description |
| List<EntityType> |
getEntityTypesOrBuilder(int index)
public abstract EntityTypeOrBuilder getEntityTypesOrBuilder(int index)A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Name | Description |
| index | int |
| Type | Description |
| EntityTypeOrBuilder |
getEntityTypesOrBuilderList()
public abstract List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.EntityTypeOrBuilder> |