This interface defines virtual methods for each of the user-facing overload sets in GeneratorsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type GeneratorsClient.
[[["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-07-09 UTC."],[[["The `GeneratorsConnection` class provides an interface for interacting with the `GeneratorsClient` in the Google Cloud Dialogflow CX API, defining virtual methods that mirror the client's user-facing overload sets."],["This interface supports custom behavior injection, such as mocking, enabling the implementation of custom test scenarios using `MockGeneratorsConnection`."],["The latest version of `GeneratorsConnection` is 2.37.0-rc, while there is a list of previously released versions, dating back to 2.11.0, that are available."],["The `GeneratorsConnection` interface includes virtual methods for managing generators, such as `ListGenerators`, `GetGenerator`, `CreateGenerator`, `UpdateGenerator`, and `DeleteGenerator`, each with specific request and return types."],["It also includes virtual methods to `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, and `CancelOperation`."]]],[]]