public interface BatchCreateEntitiesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EntityType.Entity |
getEntities(int index)
Required.
|
int |
getEntitiesCount()
Required.
|
java.util.List<EntityType.Entity> |
getEntitiesList()
Required.
|
EntityType.EntityOrBuilder |
getEntitiesOrBuilder(int index)
Required.
|
java.util.List<? extends EntityType.EntityOrBuilder> |
getEntitiesOrBuilderList()
Required.
|
java.lang.String |
getLanguageCode()
Optional.
|
ByteString |
getLanguageCodeBytes()
Optional.
|
java.lang.String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
Required. The name of the entity type to create entities in. Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
string parent = 1;
ByteString getParentBytes()
Required. The name of the entity type to create entities in. Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
string parent = 1;
java.util.List<EntityType.Entity> getEntitiesList()
Required. The collection of entities to create.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 2;
EntityType.Entity getEntities(int index)
Required. The collection of entities to create.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 2;
int getEntitiesCount()
Required. The collection of entities to create.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 2;
java.util.List<? extends EntityType.EntityOrBuilder> getEntitiesOrBuilderList()
Required. The collection of entities to create.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 2;
EntityType.EntityOrBuilder getEntitiesOrBuilder(int index)
Required. The collection of entities to create.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 2;
java.lang.String getLanguageCode()
Optional. The language of entity synonyms defined in `entities`. If not specified, the agent's default language is used. [More than a dozen languages](https://dialogflow.com/docs/reference/language) are supported. Note: languages must be enabled in the agent, before they can be used.
string language_code = 3;
ByteString getLanguageCodeBytes()
Optional. The language of entity synonyms defined in `entities`. If not specified, the agent's default language is used. [More than a dozen languages](https://dialogflow.com/docs/reference/language) are supported. Note: languages must be enabled in the agent, before they can be used.
string language_code = 3;