public interface CreateEntityTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityType()
Required.
|
EntityTypeOrBuilder |
getEntityTypeOrBuilder()
Required.
|
String |
getLanguageCode()
Optional.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasEntityType()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The agent to create a entity type for. Format: `projects/<Project ID>/agent`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The agent to create a entity type for. Format: `projects/<Project ID>/agent`.
string parent = 1;boolean hasEntityType()
Required. The entity type to create.
.google.cloud.dialogflow.v2beta1.EntityType entity_type = 2;EntityType getEntityType()
Required. The entity type to create.
.google.cloud.dialogflow.v2beta1.EntityType entity_type = 2;EntityTypeOrBuilder getEntityTypeOrBuilder()
Required. The entity type to create.
.google.cloud.dialogflow.v2beta1.EntityType entity_type = 2;String getLanguageCode()
Optional. The language of entity synonyms defined in `entity_type`. 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 `entity_type`. 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.