This interface defines virtual methods for each of the user-facing overload sets in AdaptationClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AdaptationClient.
[[["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 webpage details the `AdaptationConnection` object, which acts as an interface defining virtual methods for `AdaptationClient`'s user-facing overload sets."],["The `AdaptationConnection` allows users to customize behavior, especially for testing purposes, by injecting custom behavior, and `MakeAdaptationConnection()` can create concrete instances."],["The page lists multiple versions of the API, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`, each linking to the corresponding `AdaptationConnection` documentation."],["It details the functions of the interface, including virtual methods for managing phrase sets (Create, Get, List, Update, Delete) and custom classes (Create, Get, List, Update, Delete), alongside their respective parameters and return types."],["For testing environments, the `speech_v1_mocks::MockAdaptationConnection` is provided as a resource for mocking the interface."]]],[]]