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 details the `SessionsConnection` object for `SessionsClient` in the Google Cloud Dialogflow CX library, specifically in version 2.32.0."],["The `SessionsConnection` interface allows for injecting custom behavior during testing, such as with a Google Mock object, by defining virtual methods that mirror the overload sets found in `SessionsClient`."],["The page provides a comprehensive list of available versions of the Dialogflow CX library, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, along with hyperlinks to their respective documentation."],["The `SessionsConnection` includes virtual functions for operations like `DetectIntent`, `MatchIntent`, and `FulfillIntent`, as well as methods for handling locations and operations."],["The `MakeSessionsConnection()` function is used to create concrete instances of `SessionsConnection` and `dialogflow_cx_mocks::MockSessionsConnection` is used for mocking."]]],[]]