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-04-23 UTC."],[[["This webpage details the `SessionsConnection` object for `SessionsClient` in the Google Cloud Dialogflow ES C++ library, specifically version 2.29.0-rc."],["The `SessionsConnection` interface provides virtual methods corresponding to the user-facing overload sets found in `SessionsClient`, enabling the injection of custom behavior for testing."],["The webpage also provides access to the versions from 2.11.0 up to 2.37.0-rc for `SessionsConnection`, with 2.37.0-rc being the latest."],["Users can create a concrete instance using `MakeSessionsConnection()` or use `dialogflow_es_mocks::MockSessionsConnection` for mocking purposes."],["Key functions within `SessionsConnection` include `options()`, `DetectIntent()`, and `AsyncStreamingDetectIntent()`, which are detailed with their respective parameter and return types."]]],[]]