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."],[[["The `ConversationalSearchServiceConnection` class defines the interface for interacting with the Conversational Search Service within Google Cloud's Discovery Engine, and it is available in multiple versions, with `2.37.0-rc` being the latest."],["This class provides virtual methods for each user-facing overload set found in the `ConversationalSearchServiceClient`, enabling users to customize behavior during testing."],["Key functionalities include managing conversations (create, delete, update, get, list), handling queries and answers, and managing sessions, which in turn can also be created, deleted, updated, gotten or listed."],["It also supports listing, getting, and canceling operations, using `google::longrunning::Operation`, when dealing with long-running tasks."],["The `discoveryengine_v1_mocks::MockConversationalSearchServiceConnection` class can be used to mock this class, in addition to `MakeConversationalSearchServiceConnection()` to create a real instance of it."]]],[]]