View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ExportAgentRequest (google_api_dialogflow v0.77.0)

The request message for Agents.ExportAgent.

Attributes

  • agentUri (type: String.t, default: nil) - Required. The Google Cloud Storage URI to export the agent to. The format of this URI must be gs:///. If left unspecified, the serialized agent is returned inline. 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.V2.Model.GoogleCloudDialogflowV2ExportAgentRequest{
  agentUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.