View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest (google_api_dialogflow v0.88.3)
The request message for EntityTypes.BatchUpdateEntityTypes.
Attributes
-
entityTypeBatchInline
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EntityTypeBatch.t
, default:nil
) - The collection of entity types to update or create. -
entityTypeBatchUri
(type:String.t
, default:nil
) - The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://". -
languageCode
(type:String.t
, default:nil
) - 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. -
updateMask
(type:String.t
, default:nil
) - Optional. The mask to control which fields get updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest{ entityTypeBatchInline: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EntityTypeBatch.t() | nil, entityTypeBatchUri: String.t() | nil, languageCode: String.t() | nil, updateMask: String.t() | nil }