View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateIntentsRequest (google_api_dialogflow v0.78.0)

Attributes

  • intentBatchInline (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentBatch.t, default: nil) - The collection of intents to update or create.
  • intentBatchUri (type: String.t, default: nil) - The URI to a Google Cloud Storage file containing intents to update or create. The file format can either be a serialized proto (of IntentBatch type) or JSON object. Note: The URI must start with "gs://".
  • intentView (type: String.t, default: nil) - Optional. The resource view to apply to the returned intent.
  • 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.GoogleCloudDialogflowV2BatchUpdateIntentsRequest{
    intentBatchInline:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentBatch.t() | nil,
    intentBatchUri: String.t() | nil,
    intentView: String.t() | nil,
    languageCode: String.t() | nil,
    updateMask: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.