Required. The Google Cloud Storage URIs for the inputs. A URI is of the
form:
gs://bucket/object-prefix-or-name
Whether a prefix or name is used depends on the use case.
[[["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 `GcsSource` class, part of the Google Cloud Dialogflow v2beta1 API, represents a Google Cloud Storage location for single input."],["It is implemented within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is located in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."],["`GcsSource` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GcsSource` class offers two constructors: a default one and another that accepts another `GcsSource` object."],["It contains a `Uri` property, which is a required string representing the Google Cloud Storage URI in the format `gs://bucket/object-prefix-or-name`."]]],[]]