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 page provides documentation for the `ContextsConnection` class in the Google Cloud Dialogflow ES C++ library, with version 2.37.0-rc being the latest available version."],["The `ContextsConnection` class defines virtual methods for each user-facing overload set in `ContextsClient`, enabling custom behavior injection for testing purposes using Google Mock objects."],["The `ContextsConnection` object allows you to use methods like `ListContexts`, `GetContext`, `CreateContext`, `UpdateContext`, `DeleteContext`, and `DeleteAllContexts`."],["A concrete `ContextsConnection` instance can be created using `MakeContextsConnection()`, while `dialogflow_es_mocks::MockContextsConnection` facilitates mocking for testing."],["The library provides access to a range of previous versions, starting from version 2.11.0 and up to the latest version (2.37.0-rc)."]]],[]]