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 of the Dialogflow CX SessionsConnection interface is 2.37.0-rc, with a list of previous releases provided, including 2.31.0."],["SessionsConnection defines virtual methods for all user-facing overload sets in SessionsClient, allowing for custom behavior injection during testing."],["The interface provides functions for various operations like DetectIntent, ServerStreamingDetectIntent, AsyncStreamingDetectIntent, MatchIntent, FulfillIntent, and SubmitAnswerFeedback."],["It supports operations related to locations and long-running processes, such as listing, getting, and canceling operations."],["A concrete instance of SessionsConnection can be created using `MakeSessionsConnection()`, and for testing, a mock object `MockSessionsConnection` is available."]]],[]]