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` object within the Dialogflow CX C++ library, with version 2.37.0-rc as the latest available release candidate."],["`SessionsConnection` defines virtual methods that correspond to the user-facing overload sets found in `SessionsClient`, enabling custom behavior in tests using `SessionsClient` objects."],["The `MakeSessionsConnection()` function is used to create concrete instances of `SessionsConnection`, and `MockSessionsConnection` is available for mocking in testing scenarios."],["The `SessionsConnection` object includes virtual functions such as `options()`, `DetectIntent()`, `AsyncStreamingDetectIntent()`, `MatchIntent()`, and `FulfillIntent()` which all have their individual parameters and return types."],["The documentation provides links to different versions of the `SessionsConnection` object starting from version 2.11.0 all the way to 2.37.0-rc."]]],[]]