Required. The Google Cloud Storage URIs for the output. A URI is of the
form:
gs://bucket/object-prefix-or-name
Whether a prefix or name is used depends on the use case. The requesting
user must have "write-permission" to the bucket.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation provides reference information for the `GcsDestination` class within the Google Cloud Dialogflow v2beta1 API, specifically for the .NET environment."],["`GcsDestination` is a sealed class designed to specify a Google Cloud Storage location for output, and it inherits from the base `object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it provides two constructors: a default constructor and a copy constructor that accepts another `GcsDestination` object as a parameter."],["The `Uri` property of the `GcsDestination` class is used to define the Google Cloud Storage URIs, following the format `gs://bucket/object-prefix-or-name`, and it requires write-permission to the specified bucket."],["This class is found within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is contained in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]