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-04-02 UTC."],[[["The provided content details the `GcsDestination` class within the Google Cloud Dialogflow v2 API, offering reference documentation and code samples for .NET developers."],["The latest version of the `GcsDestination` class is 4.26.0, and the document contains the list of its versions all the way down to 3.2.0."],["`GcsDestination` is used to specify the Google Cloud Storage location for output and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from `Object`, and it has two constructors: a default constructor `GcsDestination()` and a copy constructor `GcsDestination(GcsDestination other)`."],["The class includes a `Uri` property, which is a string representing the Google Cloud Storage URI for the output, and the requesting user needs write permission to the bucket."]]],[]]