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"]],[["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-08-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."]]],[]]