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 document outlines the `ContextsConnection` class for Dialogflow ES, which defines virtual methods for interacting with the `ContextsClient` and allows for the injection of custom behavior during testing."],["The `ContextsConnection` object is integral for managing contexts in Dialogflow ES, including listing, retrieving, creating, updating, and deleting contexts through its defined virtual methods."],["This document contains information on several different versions of the software including the latest `2.37.0-rc`, along with versions ranging from `2.36.0` to `2.11.0`."],["The document provides details on creating a concrete instance using `MakeContextsConnection()` and utilizing `MockContextsConnection` for mocking purposes, within the context of the 2.35.0 version."],["The `ContextsConnection` class is an interface for the `ContextsClient`, with virtual methods, such as `ListContexts`, `GetContext`, `CreateContext`, `UpdateContext`, `DeleteContext`, `DeleteAllContexts`, along with other operations like `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation` and `CancelOperation`, which are defined in this documentation."]]],[]]