This interface defines virtual methods for each of the user-facing overload sets in DeploymentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DeploymentsClient.
[[["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-05-07 UTC."],[[["The `DeploymentsConnection` object provides an interface with virtual methods for each user-facing overload set in `DeploymentsClient`, facilitating the injection of custom behaviors for testing."],["The latest version of the Dialogflow CX C++ library available is 2.37.0-rc, with links provided to documentation for versions back to 2.11.0."],["The `DeploymentsConnection` interface includes methods such as `ListDeployments`, `GetDeployment`, `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, and `CancelOperation` for interacting with deployments and related operations."],["Users can create a concrete instance of `DeploymentsConnection` using `MakeDeploymentsConnection()` or utilize `MockDeploymentsConnection` for mocking purposes in testing."],["The `DeploymentsConnection` object allows to define parameters and returns types for each of the operations it provides, allowing more control and visibility."]]],[]]