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"]],[["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-07-30 UTC."],[[["The `AdaptationConnection` object provides an interface for interacting with the `AdaptationClient` in different versions, with the latest being version 2.37.0-rc."],["This interface allows custom behavior to be injected, typically for testing purposes, such as with a Google Mock object."],["It includes methods for managing PhraseSets, such as creating, retrieving, listing, updating, and deleting them."],["It also has functionalities to handle CustomClasses, with methods similar to those for PhraseSets, like creating, retrieving, listing, updating, and deleting."],["A mocking connection is available through `speech_v1_mocks::MockAdaptationConnection`."]]],[]]