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 provided content details the `GcsDestination` class within the Google Cloud Dialogflow v2 API, which is used to specify Google Cloud Storage locations for output."],["The most recent version of `GcsDestination` is 4.26.0, with a range of versions from 3.2.0 up to the latest version being listed."],["`GcsDestination` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `GcsDestination` object, and contains a `Uri` property to store Google Cloud Storage URIs."],["The `Uri` property allows setting and retrieving the storage location in the format `gs://bucket/object-prefix-or-name`, requiring write permissions to the specified bucket."]]],[]]