View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportIntentsRequest (google_api_dialogflow v0.88.3)
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 begs:///
. 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.