View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3GcsDestination (google_api_dialogflow v0.85.0)
Google Cloud Storage location for a Dialogflow operation that writes or exports objects (e.g. exported agent or transcripts) outside of Dialogflow.
Attributes
-
uri
(type:String.t
, default:nil
) - Required. The Google Cloud Storage URI for the exported objects. A URI is of the form:gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3GcsDestination{ uri: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.