View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportIntentsRequest (google_api_dialogflow v0.78.0)

The request message for Intents.ExportIntents.

Attributes

  • dataFormat (type: String.t, default: nil) - Optional. The data format of the exported intents. If not specified, BLOB is assumed.
  • intents (type: list(String.t), default: nil) - Required. The name of the intents to export. Format: projects//locations//agents//intents/.
  • intentsContentInline (type: boolean(), default: nil) - Optional. The option to return the serialized intents inline.
  • intentsUri (type: String.t, default: nil) - Optional. The Google Cloud Storage URI to export the intents to. The format of this URI must be gs:///. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportIntentsRequest{
    dataFormat: String.t() | nil,
    intents: [String.t()] | nil,
    intentsContentInline: boolean() | nil,
    intentsUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.