This interface defines virtual methods for each of the user-facing overload sets in SessionsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SessionsClient.
[[["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-21 UTC."],[[["The webpage provides documentation for the `SessionsConnection` object within the Google Cloud Dialogflow ES C++ library, detailing its role in managing connections for `SessionsClient`."],["The documentation lists various versions of the Dialogflow ES C++ library, ranging from version 2.11.0 up to the latest release candidate version, 2.37.0-rc."],["The `SessionsConnection` interface defines virtual methods, including `DetectIntent` and `AsyncStreamingDetectIntent`, that mirror the user-facing methods found in the `SessionsClient`."],["Users can create a concrete instance of `SessionsConnection` using `MakeSessionsConnection()`, and mock instances can be created with `dialogflow_es_mocks::MockSessionsConnection` for testing purposes."],["The virtual function options is available for use, and returns a type Options."]]],[]]