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."],[[["The content pertains to the `GcsDestination` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development, with version 3.11.0 being detailed, along with a list of versions going up to 4.26.0."],["`GcsDestination` is a class that represents a Google Cloud Storage location for output, with a `Uri` property to define the bucket's output path, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `GcsDestination()` and a copy constructor `GcsDestination(GcsDestination other)` that can take another instance of `GcsDestination` as an argument."],["The `Uri` property in `GcsDestination` is a string that represents a Google Cloud Storage URI, formatted as `gs://bucket/object-prefix-or-name`, and requires the user to have write permissions to the specified bucket."],["There are many versions of the `Google.Cloud.Dialogflow.V2` with detailed documentation available for `GcsDestination` class, ranging from 3.2.0 up to the latest version, 4.26.0, indicating a range of version compatibility."]]],[]]