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-05 UTC."],[[["This webpage provides documentation for the `SessionsConnection` object within the Google Cloud Dialogflow CX C++ library, detailing its usage with the `SessionsClient`."],["The `SessionsConnection` interface allows users to customize behavior, particularly for testing, by injecting custom implementations via dependency injection, using `MockSessionsConnection` for mocking purposes."],["The page lists various versions of the `SessionsConnection` class, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, offering access to documentation for each."],["The documentation outlines the virtual methods available in `SessionsConnection`, including `DetectIntent`, `ServerStreamingDetectIntent`, `AsyncStreamingDetectIntent`, and various others that allow for interaction with Dialogflow CX services."],["The `SessionsConnection` class interacts with the `SessionsClient` class for operations such as intent detection, intent matching, intent fulfillment, answer feedback, and operations for locations."]]],[]]