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-21 UTC."],[[["The page details the `VersionsConnection` object, which is integral to the `VersionsClient` within the Google Cloud Dialogflow CX C++ library, specifically version 2.29.0."],["It offers access to a comprehensive list of Dialogflow CX C++ library versions, starting from 2.11.0 and going up to the latest release candidate version 2.37.0-rc."],["This interface enables users to implement and test custom behaviors using virtual methods, such as `ListVersions`, `GetVersion`, `CreateVersion`, and others, which are overloads corresponding to the functions in the `VersionsClient`."],["The document highlights the ability to create a tangible `VersionsConnection` instance through `MakeVersionsConnection()` and create mock versions through the `dialogflow_cx_mocks::MockVersionsConnection` for more controlled testing."],["The `VersionsConnection` object provides virtual methods for various operations, including managing versions, loading, updating, and comparing them, all using methods that take the `request` object as a parameter to control the request."]]],[]]