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-05-07 UTC."],[[["This webpage details the `ContextsConnection` object for `ContextsClient` within the Dialogflow ES C++ library, providing an interface for virtual methods that mirror the user-facing overloads in `ContextsClient`."],["The `ContextsConnection` object facilitates custom behavior injection for testing purposes, such as using Google Mock objects, and it can be instantiated using `MakeContextsConnection()`."],["The page lists available versions of the Dialogflow ES library, ranging from 2.11.0 to the latest release candidate 2.37.0-rc, with a corresponding link to the documentation for the `ContextsConnection` class for each version."],["`ContextsConnection` offers several virtual functions, including `ListContexts`, `GetContext`, `CreateContext`, `UpdateContext`, `DeleteContext`, and `DeleteAllContexts`, each with specific request and return types, and all have their description and type."],["The class also has a mocking counterpart, `dialogflow_es_mocks::MockContextsConnection`, to allow for easier testing of the `ContextsClient` using mocks."]]],[]]