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 details the `VersionsConnection` object, which is a critical component for managing interactions with the `VersionsClient` in the Dialogflow ES C++ library."],["The most recent release candidate version for the C++ Dialogflow ES library is 2.37.0-rc, with 2.13.0 being the current version."],["The `VersionsConnection` interface allows for custom behavior injection, primarily used for testing via mock objects, such as `MockVersionsConnection`."],["The `VersionsConnection` interface provides several virtual methods for interacting with versions, including `ListVersions`, `GetVersion`, `CreateVersion`, `UpdateVersion`, and `DeleteVersion`."],["`MakeVersionsConnection()` is used to create a concrete instance of the connection object, for use in the client."]]],[]]