View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportAgentRequest (google_api_dialogflow v0.88.3)
The request message for Agents.ExportAgent.
Attributes
-
agentUri
(type:String.t
, default:nil
) - Optional. The Google Cloud Storage URI to export the agent to. The format of this URI must begs:///
. 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. -
dataFormat
(type:String.t
, default:nil
) - Optional. The data format of the exported agent. If not specified,BLOB
is assumed. -
environment
(type:String.t
, default:nil
) - Optional. Environment name. If not set, draft environment is assumed. Format:projects//locations//agents//environments/
. -
gitDestination
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination.t
, default:nil
) - Optional. The Git branch to export the agent to. -
includeBigqueryExportSettings
(type:boolean()
, default:nil
) - Optional. Whether to include BigQuery Export setting.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportAgentRequest{ agentUri: String.t() | nil, dataFormat: String.t() | nil, environment: String.t() | nil, gitDestination: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination.t() | nil, includeBigqueryExportSettings: boolean() | nil }