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-04-23 UTC."],[[["The document details the `ContextsConnection` object for `ContextsClient` within the Dialogflow ES C++ library, providing an interface for interacting with contexts."],["This interface allows for custom behavior injection during testing using objects like `ContextsClient`, and is especially useful when writing custom tests."],["The latest available version is 2.37.0-rc, with numerous previous versions ranging from 2.36.0 down to 2.11.0 also available, each linked to its own documentation."],["`ContextsConnection` has virtual methods for listing, getting, creating, updating, and deleting contexts, as well as for managing locations and operations."],["The `MakeContextsConnection()` function can be used to create a tangible instance, while `MockContextsConnection` is available for mocking purposes."]]],[]]