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 details the `ConversationalSearchServiceConnection` class, which provides an interface for interacting with the `ConversationalSearchServiceClient` and supports custom behavior for testing."],["The latest version of the `ConversationalSearchServiceConnection` class is `2.37.0-rc`, with a list of previous versions ranging from `2.36.0` down to `2.15.1` included for reference."],["`ConversationalSearchServiceConnection` defines virtual methods for various conversation-related actions, such as `ConverseConversation`, `CreateConversation`, `DeleteConversation`, `UpdateConversation`, `GetConversation`, and `ListConversations`."],["Users can create concrete instances of this connection using `MakeConversationalSearchServiceConnection()`, while `MockConversationalSearchServiceConnection` is available for mocking purposes."],["Each method in `ConversationalSearchServiceConnection`, such as `ConverseConversation`, takes a request object and returns a status or a specific response object, allowing for detailed control over conversations."]]],[]]