google_api_dialogflow v0.38.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest{
    entityTypeBatchInline:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EntityTypeBatch.t(),
    entityTypeBatchUri: String.t(),
    languageCode: String.t(),
    updateMask: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.