This interface defines virtual methods for each of the user-facing overload sets in VersionsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type VersionsClient.
[[["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-14 UTC."],[[["This webpage details the `VersionsConnection` object, which is integral to the `VersionsClient` within the Dialogflow CX C++ library, starting from version 2.30.0."],["The content includes links to documentation for multiple versions of the `VersionsConnection` object, with 2.37.0-rc being the latest release candidate."],["The `VersionsConnection` interface facilitates custom behavior injection for testing `VersionsClient` objects."],["The webpage outlines several virtual methods available in the `VersionsConnection` class, like `ListVersions`, `GetVersion`, `CreateVersion`, `UpdateVersion`, `DeleteVersion`, `LoadVersion`, and `CompareVersions`, along with the necessary request types and return values."],["A concrete instance of this object can be created with `MakeVersionsConnection()`, and a mock object of this is available as well, `dialogflow_cx_mocks::MockVersionsConnection`."]]],[]]