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."],[[["This document outlines the `VersionsConnection` object, which is an interface for the `VersionsClient` in Dialogflow ES, allowing for the injection of custom behavior in tests."],["The latest version available is `2.37.0-rc`, and the document provides a list of previous versions, ranging down to version `2.11.0`, each linked to their respective class documentation."],["The `VersionsConnection` interface defines virtual methods such as `ListVersions`, `GetVersion`, `CreateVersion`, `UpdateVersion`, and `DeleteVersion`, which correspond to user-facing overload sets in `VersionsClient`."],["Users can create concrete instances of `VersionsConnection` using `MakeVersionsConnection()`, and utilize `dialogflow_es_mocks::MockVersionsConnection` for testing purposes."],["Each virtual method in the `VersionsConnection` interface, such as `ListVersions` and `GetVersion`, includes specific parameter and return type information for implementation clarity."]]],[]]