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 managing contexts in Dialogflow."],["The `ContextsConnection` interface enables users to define custom behaviors for testing purposes, offering methods that match the user-facing overload sets in `ContextsClient`."],["The page includes an overview of available versions, from 2.11.0 to 2.37.0-rc, with version 2.37.0-rc being the most recent release candidate."],["Core functions supported by `ContextsConnection` include operations such as `ListContexts`, `GetContext`, `CreateContext`, `UpdateContext`, `DeleteContext`, and `DeleteAllContexts`, each with specified request and return types."],["The `MakeContextsConnection()` function is provided for creating a concrete instance, while `dialogflow_es_mocks::MockContextsConnection` supports mocking."]]],[]]