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-14 UTC."],[[["The latest version available is 2.37.0-rc, while 2.18.0 is the current version displayed with a dropdown to access other versions."],["This page documents the `SessionsConnection` object used with `SessionsClient` in the Dialogflow ES C++ library."],["The `SessionsConnection` interface provides virtual methods for all user-facing overloads in `SessionsClient`, enabling custom behavior in testing."],["`MakeSessionsConnection()` is used to create a concrete instance of the object, while `MockSessionsConnection` can be used for mocking."],["The interface includes virtual functions such as `options()`, `DetectIntent()`, and `AsyncStreamingDetectIntent()` for various operations."]]],[]]