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 page provides documentation for the `VersionsConnection` object within the Google Cloud Dialogflow ES C++ library, detailing its usage with the `VersionsClient`."],["The latest release candidate version is 2.37.0-rc, and the page lists several previous versions of the library, down to version 2.11.0, each with its own specific documentation."],["`VersionsConnection` defines virtual methods that correspond to the user-facing methods in `VersionsClient`, such as `ListVersions`, `GetVersion`, `CreateVersion`, `UpdateVersion`, and `DeleteVersion`."],["Users can create a concrete instance of `VersionsConnection` using `MakeVersionsConnection()`, and they can utilize `dialogflow_es_mocks::MockVersionsConnection` for mocking purposes in tests."],["Each virtual method in `VersionsConnection` accepts a request parameter (e.g., `ListVersionsRequest`) and returns either a `StatusOr` object containing a `Version` or a `StreamRange` of `Version` objects or a `Status`."]]],[]]