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 provides documentation for the `ContextsConnection` object, which is used with `ContextsClient` in the Dialogflow ES API."],["The `ContextsConnection` interface defines virtual methods corresponding to each user-facing overload set in `ContextsClient`, enabling the injection of custom behavior for testing purposes."],["The latest release candidate version is 2.37.0-rc, and the page lists numerous past versions from 2.11.0 to 2.36.0, providing access to their respective `ContextsConnection` documentation."],["Users can create a concrete instance of `ContextsConnection` using the `MakeContextsConnection()` function, and mock implementations are available via `dialogflow_es_mocks::MockContextsConnection`."],["The page details the functions available within `ContextsConnection`, including `options()`, `ListContexts()`, `GetContext()`, `CreateContext()`, `UpdateContext()`, `DeleteContext()`, and `DeleteAllContexts()`, along with their respective parameters and return types."]]],[]]