The Cloud Storage URI has the form gs://<Google Cloud Storage bucket
name>//agent*.json. Wildcards are allowed and will be expanded into all
matched JSON files, which will be read as one conversation per file.
[[["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-09 UTC."],[[["The provided content details the `InputConfig` class within the Google Cloud Dialogflow v2 API, with version 4.26.0 being the most recent and a list of all versions going back to 3.2.0."],["`InputConfig` is designed to handle the configuration for importing conversation files stored in Google Cloud Storage."],["The class `InputConfig` inherits from object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GcsSource` property within `InputConfig` allows for specifying a Cloud Storage URI, with support for wildcards to include multiple JSON files."],["There is a public `InputConfig()` constructor available, as well as a `InputConfig(InputConfig other)` constructor."]]],[]]