This interface defines virtual methods for each of the user-facing overload sets in ConversationalSearchServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ConversationalSearchServiceClient.
[[["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-21 UTC."],[[["This document details the `ConversationalSearchServiceConnection` class, which is part of the Google Cloud Discovery Engine C++ client library, and version 2.37.0-rc is the latest available, while this document is for version 2.35.0."],["The `ConversationalSearchServiceConnection` interface defines virtual methods corresponding to the user-facing overloads found in `ConversationalSearchServiceClient`, enabling the injection of custom behaviors for testing."],["Users can create concrete instances of this class using `MakeConversationalSearchServiceConnection()`, or utilize `discoveryengine_v1_mocks::MockConversationalSearchServiceConnection` for mocking purposes."],["The class includes virtual methods to handle requests for `ConverseConversation`, `CreateConversation`, `DeleteConversation`, `UpdateConversation`, `GetConversation`, `ListConversations`, `AnswerQuery`, `GetAnswer`, `CreateSession`, `DeleteSession`, `UpdateSession`, `GetSession`, and `ListSessions` with corresponding request and return types."],["It also handles operations related to long-running tasks, such as `ListOperations`, `GetOperation`, and `CancelOperation`, using `google::longrunning` types."]]],[]]