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

The request message for Agents.RestoreAgent.

Attributes

  • agentContent (type: String.t, default: nil) - Zip compressed raw byte content for agent.
  • agentUri (type: String.t, default: nil) - The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://". Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read 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.GoogleCloudDialogflowV2RestoreAgentRequest{
    agentContent: String.t() | nil,
    agentUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.