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 document details the `SessionsConnection` interface, which defines virtual methods for user-facing overload sets within the `SessionsClient` for the Dialogflow CX service."],["The `SessionsConnection` object enables users to implement custom behaviors in their tests, such as by utilizing a Google Mock object, when working with `SessionsClient`."],["The latest version available is 2.37.0-rc, and the document lists various previous versions, starting from version 2.36.0 down to version 2.11.0 of `SessionsConnection`'s documentation."],["The interface provides methods like `DetectIntent`, `MatchIntent`, and `FulfillIntent` to interact with the Dialogflow CX service, along with methods to handle streaming and operations."],["The `MakeSessionsConnection()` function is used to create a concrete instance of `SessionsConnection`, while `dialogflow_cx_mocks::MockSessionsConnection` is provided for mocking purposes."]]],[]]