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-03-14 UTC."],[[["This webpage details the `ContextsConnection` object for `ContextsClient` within the Dialogflow ES C++ library, providing an interface for interacting with contexts."],["The interface allows for custom behavior injection during testing via mocking, specifically with `dialogflow_es_mocks::MockContextsConnection`."],["Users can find detailed documentation on various versions of the Dialogflow ES C++ library, with version 2.37.0-rc being the most recent release candidate and 2.23.0 being the version for which most information is provided."],["The `ContextsConnection` interface includes virtual methods for managing contexts, such as listing, retrieving, creating, updating, and deleting them, and more."],["Methods like `MakeContextsConnection()` can be used for concrete instance creation, and each method takes a request of a specific type and returns a specific type, or status."]]],[]]