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 page details the `SessionsConnection` object for `SessionsClient` in the Dialogflow CX C++ library, which provides an interface with virtual methods for each user-facing overload set in `SessionsClient`."],["This interface allows custom behavior injection, such as with Google Mock objects, facilitating the creation of tests for `SessionsClient`."],["The latest version available is 2.37.0-rc, and the page also references numerous past versions of `SessionsConnection` with links to their respective documentation pages."],["The page details several virtual functions including options(), DetectIntent, AsyncStreamingDetectIntent, MatchIntent and FulfillIntent, each with details on parameters and return types."],["To use this in a program, you can find the instructions on how to do so by checking out `MakeSessionsConnection()` or `dialogflow_cx_mocks::MockSessionsConnection` for mocking."]]],[]]