public interface EntityTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType.AutoExpansionMode |
getAutoExpansionMode()
Optional.
|
int |
getAutoExpansionModeValue()
Optional.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
EntityType.Entity |
getEntities(int index)
Optional.
|
int |
getEntitiesCount()
Optional.
|
List<EntityType.Entity> |
getEntitiesList()
Optional.
|
EntityType.EntityOrBuilder |
getEntitiesOrBuilder(int index)
Optional.
|
List<? extends EntityType.EntityOrBuilder> |
getEntitiesOrBuilderList()
Optional.
|
EntityType.Kind |
getKind()
Required.
|
int |
getKindValue()
Required.
|
String |
getName()
Required for all methods except `create` (`create` populates the name
automatically.
|
com.google.protobuf.ByteString |
getNameBytes()
Required for all methods except `create` (`create` populates the name
automatically.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required for all methods except `create` (`create` populates the name automatically. The unique identifier of the entity type. Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required for all methods except `create` (`create` populates the name automatically. The unique identifier of the entity type. Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
string name = 1;String getDisplayName()
Required. The name of the entity.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Required. The name of the entity.
string display_name = 2;int getKindValue()
Required. Indicates the kind of entity type.
.google.cloud.dialogflow.v2beta1.EntityType.Kind kind = 3;EntityType.Kind getKind()
Required. Indicates the kind of entity type.
.google.cloud.dialogflow.v2beta1.EntityType.Kind kind = 3;int getAutoExpansionModeValue()
Optional. Indicates whether the entity type can be automatically expanded.
.google.cloud.dialogflow.v2beta1.EntityType.AutoExpansionMode auto_expansion_mode = 4;
EntityType.AutoExpansionMode getAutoExpansionMode()
Optional. Indicates whether the entity type can be automatically expanded.
.google.cloud.dialogflow.v2beta1.EntityType.AutoExpansionMode auto_expansion_mode = 4;
List<EntityType.Entity> getEntitiesList()
Optional. The collection of entities associated with the entity type.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 6;EntityType.Entity getEntities(int index)
Optional. The collection of entities associated with the entity type.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 6;int getEntitiesCount()
Optional. The collection of entities associated with the entity type.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 6;List<? extends EntityType.EntityOrBuilder> getEntitiesOrBuilderList()
Optional. The collection of entities associated with the entity type.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 6;EntityType.EntityOrBuilder getEntitiesOrBuilder(int index)
Optional. The collection of entities associated with the entity type.
repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 6;Copyright © 2019 Google LLC. All rights reserved.