GoogleCloudDialogflowCxV3beta1GcsDestinationArgs

data class GoogleCloudDialogflowCxV3beta1GcsDestinationArgs(val uri: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1GcsDestinationArgs>

Google Cloud Storage location for a Dialogflow operation that writes or exports objects (e.g. exported agent or transcripts) outside of Dialogflow.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1GcsDestinationArgs

Properties

Link copied to clipboard
val uri: Output<String>

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.