GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportEntityTypesRequest (google_api_dialogflow v0.89.0)
View SourceThe request message for EntityTypes.ImportEntityTypes.
Attributes
-
entityTypesContent(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineSource.t, default:nil) - Uncompressed byte content of entity types. -
entityTypesUri(type:String.t, default:nil) - The Google Cloud Storage URI to import entity types from. The format of this URI must begs:///. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control. -
mergeOption(type:String.t, default:nil) - Required. Merge option for importing entity types. -
targetEntityType(type:String.t, default:nil) - Optional. The target entity type to import into. Format:projects//locations//agents//entity_types/. If set, there should be only one entity type included in entity_types, of which the type should match the type of the target entity type. All entities in the imported entity type will be added to the target entity type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportEntityTypesRequest{ entityTypesContent: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineSource.t() | nil, entityTypesUri: String.t() | nil, mergeOption: String.t() | nil, targetEntityType: String.t() | nil }