public interface BatchUpdateEntitiesRequestOrBuilder extends 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.
|
ByteString |
getLanguageCodeBytes()
Optional.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
FieldMask |
getUpdateMask()
Optional.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The name of the entity type to update or create entities in. Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The name of the entity type to update or create entities in. Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<EntityType.Entity> getEntitiesList()
Required. The entities to update or create.
repeated .google.cloud.dialogflow.v2.EntityType.Entity entities = 2 [(.google.api.field_behavior) = REQUIRED];
EntityType.Entity getEntities(int index)
Required. The entities to update or create.
repeated .google.cloud.dialogflow.v2.EntityType.Entity entities = 2 [(.google.api.field_behavior) = REQUIRED];
int getEntitiesCount()
Required. The entities to update or create.
repeated .google.cloud.dialogflow.v2.EntityType.Entity entities = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends EntityType.EntityOrBuilder> getEntitiesOrBuilderList()
Required. The entities to update or create.
repeated .google.cloud.dialogflow.v2.EntityType.Entity entities = 2 [(.google.api.field_behavior) = REQUIRED];
EntityType.EntityOrBuilder getEntitiesOrBuilder(int index)
Required. The entities to update or create.
repeated .google.cloud.dialogflow.v2.EntityType.Entity entities = 2 [(.google.api.field_behavior) = REQUIRED];
String getLanguageCode()
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
ByteString getLanguageCodeBytes()
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasUpdateMask()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];
FieldMask getUpdateMask()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];
FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.