public interface EntityTypeBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityTypes(int index)
A collection of entity types.
|
int |
getEntityTypesCount()
A collection of entity types.
|
List<EntityType> |
getEntityTypesList()
A collection of entity types.
|
EntityTypeOrBuilder |
getEntityTypesOrBuilder(int index)
A collection of entity types.
|
List<? extends EntityTypeOrBuilder> |
getEntityTypesOrBuilderList()
A collection of entity types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EntityType> getEntityTypesList()
A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;EntityType getEntityTypes(int index)
A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;int getEntityTypesCount()
A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
A collection of entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;Copyright © 2023 Google LLC. All rights reserved.