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."],[[["This webpage provides documentation for the `SessionsConnection` class within the Google Cloud Dialogflow CX C++ library, detailing its role in defining methods for the `SessionsClient`."],["The `SessionsConnection` class allows for injecting custom behavior in tests by using a mock object, such as `dialogflow_cx_mocks::MockSessionsConnection`."],["The page lists multiple versions of the Dialogflow CX C++ library, ranging from the latest release candidate version (2.37.0-rc) down to version 2.11.0, indicating a history of updates and releases."],["The `SessionsConnection` class includes virtual methods like `DetectIntent`, `AsyncStreamingDetectIntent`, `MatchIntent`, and `FulfillIntent`, each handling specific types of intent requests and responses."],["A concrete instance of `SessionsConnection` can be created using the `MakeSessionsConnection()` function."]]],[]]