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-14 UTC."],[[["This document outlines the `ConversationalSearchServiceConnection` interface, which defines virtual methods for user-facing operations within the `ConversationalSearchServiceClient`."],["The latest version available is `2.37.0-rc`, while the current version being documented is `2.26.0`, and many other past version numbers are listed for reference."],["`ConversationalSearchServiceConnection` allows for custom behavior injection during testing, and users can create a concrete instance using `MakeConversationalSearchServiceConnection()`."],["The interface supports a variety of operations, including managing conversations, sessions, and answering queries, such as `ConverseConversation`, `CreateConversation`, `GetSession` and `AnswerQuery`."],["There is a provided mock object for `ConversationalSearchServiceConnection` named `discoveryengine_v1_mocks::MockConversationalSearchServiceConnection`, to be used for mocking purposes."]]],[]]