public interface BatchCreateEntitiesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType.Entity |
getEntities(int index)
Required.
|
int |
getEntitiesCount()
Required.
|
List<EntityType.Entity> |
getEntitiesList()
Required.
|
EntityType.EntityOrBuilder |
getEntitiesOrBuilder(int index)
Required.
|
List<? extends EntityType.EntityOrBuilder> |
getEntitiesOrBuilderList()
Required.
|
String |
getLanguageCode()
Optional.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the entity type to create entities in. Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
string parent = 1;com.google.protobuf.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;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;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;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.