public sealed class ConverseConversationResponse : IMessage<ConverseConversationResponse>, IEquatable<ConverseConversationResponse>, IDeepCloneable<ConverseConversationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ConverseConversationResponse.
Response message for
[ConversationalSearchService.ConverseConversation][google.cloud.discoveryengine.v1.ConversationalSearchService.ConverseConversation]
method.
[[["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 page provides documentation for the `ConverseConversationResponse` class within the Google Cloud Discovery Engine v1 API, with the latest version being 1.6.0."],["The `ConverseConversationResponse` class is a response message used by the `ConversationalSearchService.ConverseConversation` method, and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties such as `Conversation` (the updated conversation), `Reply` (the answer to the current query), and `SearchResults` (search results)."],["The documented versions range from 1.0.0-beta06 up to 1.6.0 and are linked for direct access to each, with the current active version of the page being 1.0.0-beta06."],["The `ConverseConversationResponse` class has two constructors, a default constructor and a constructor that takes another `ConverseConversationResponse` object as a parameter."]]],[]]