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 document outlines the `VersionsConnection` object, which provides an interface for interacting with `VersionsClient` in the Dialogflow CX API, including methods for creating, retrieving, updating, deleting, loading, and comparing versions."],["The latest release candidate version is `2.37.0-rc`, with a comprehensive history of versions available, ranging from `2.37.0-rc` down to `2.11.0`, for users who need to integrate with specific older releases."],["The `VersionsConnection` interface defines virtual methods for various operations, such as `ListVersions`, `GetVersion`, `CreateVersion`, `UpdateVersion`, and `DeleteVersion`, enabling custom behavior and mocking for testing purposes."],["The `VersionsConnection` interface also includes methods for long-running operations, such as `LoadVersion` and `CreateVersion`, and for managing locations and operations through `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, and `CancelOperation`."],["Users can find more information about creating a concrete instance by using the `MakeVersionsConnection()` function, and utilize the `dialogflow_cx_mocks::MockVersionsConnection` class for mocking."]]],[]]