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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["The latest version of the `VersionsConnection` class for Dialogflow ES is 2.37.0-rc, with prior releases dating back to 2.11.0 also available."],["`VersionsConnection` defines virtual methods for user-facing overload sets in `VersionsClient`, enabling custom behavior injection, particularly useful for testing purposes."],["Users can create instances using `MakeVersionsConnection()` and utilize `dialogflow_es_mocks::MockVersionsConnection` for mocking."],["This class provides virtual functions for operations such as listing, getting, creating, updating, and deleting versions, as well as listing and getting locations and operations."],["The provided virtual methods take a request and returns either a Status, StatusOr, or StreamRange object, where Status indicates success or failure of a request, StatusOr indicates success or failure of a request, with a possible value, and StreamRange is an iterator to the value requested."]]],[]]