This interface defines virtual methods for each of the user-facing overload sets in ContextsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ContextsClient.
[[["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-04-17 UTC."],[[["This webpage details the `ContextsConnection` object, which is used in conjunction with `ContextsClient` for managing Dialogflow ES contexts."],["The `ContextsConnection` interface provides virtual methods for each user-facing overload set found in `ContextsClient`, enabling the injection of custom behaviors for testing purposes."],["The page includes links to documentation for creating concrete instances via `MakeContextsConnection()` and for mocking via `dialogflow_es_mocks::MockContextsConnection`."],["A list of available versions is present, starting with the latest release candidate `2.37.0-rc` down to version `2.11.0`, each linking to the corresponding documentation."],["The functions provided by the ContextsConnection class include the following: `options()`, `ListContexts()`, `GetContext()`, `CreateContext()`, `UpdateContext()`, `DeleteContext()`, `DeleteAllContexts()`, `ListLocations()`, `GetLocation()`, `ListOperations()`, `GetOperation()`, and `CancelOperation()`."]]],[]]