View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3RestoreAgentRequest (google_api_dialogflow v0.74.0)

The request message for Agents.RestoreAgent.

Attributes

  • agentContent (type: String.t, default: nil) - Uncompressed raw byte content for agent.
  • agentUri (type: String.t, default: nil) - The Google Cloud Storage URI to restore agent from. The format of this URI must be gs:///.
  • restoreOption (type: String.t, default: nil) - Agent restore mode. If not specified, KEEP is assumed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3RestoreAgentRequest{
    agentContent: String.t() | nil,
    agentUri: String.t() | nil,
    restoreOption: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.