public sealed class ConverseConversationResponse : IMessage<ConverseConversationResponse>, IEquatable<ConverseConversationResponse>, IDeepCloneable<ConverseConversationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ConverseConversationResponse.
Response message for
[ConversationalSearchService.ConverseConversation][google.cloud.discoveryengine.v1beta.ConversationalSearchService.ConverseConversation]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eConverseConversationResponse\u003c/code\u003e class is a response message for the \u003ccode\u003eConversationalSearchService.ConverseConversation\u003c/code\u003e method within the Google Cloud Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the object class and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for \u003ccode\u003eConversation\u003c/code\u003e which is the updated conversation, \u003ccode\u003eRelatedQuestions\u003c/code\u003e that suggest questions, \u003ccode\u003eReply\u003c/code\u003e which is the answer to the current query, and \u003ccode\u003eSearchResults\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API class is \u003ccode\u003e1.0.0-beta18\u003c/code\u003e, and is found within the namespace \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eConverseConversationResponse\u003c/code\u003e class: a default constructor and one that takes another \u003ccode\u003eConverseConversationResponse\u003c/code\u003e as an argument.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ConverseConversationResponse (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ConverseConversationResponse)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ConverseConversationResponse) \n\n public sealed class ConverseConversationResponse : IMessage\u003cConverseConversationResponse\u003e, IEquatable\u003cConverseConversationResponse\u003e, IDeepCloneable\u003cConverseConversationResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class ConverseConversationResponse.\n\nResponse message for\n\\[ConversationalSearchService.ConverseConversation\\]\\[google.cloud.discoveryengine.v1beta.ConversationalSearchService.ConverseConversation\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ConverseConversationResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ConverseConversationResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ConverseConversationResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ConverseConversationResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ConverseConversationResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ConverseConversationResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ConverseConversationResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### ConverseConversationResponse()\n\n public ConverseConversationResponse()\n\n### ConverseConversationResponse(ConverseConversationResponse)\n\n public ConverseConversationResponse(ConverseConversationResponse other)\n\nProperties\n----------\n\n### Conversation\n\n public Conversation Conversation { get; set; }\n\nUpdated conversation including the answer.\n\n### RelatedQuestions\n\n public RepeatedField\u003cstring\u003e RelatedQuestions { get; }\n\nSuggested related questions.\n\n### Reply\n\n public Reply Reply { get; set; }\n\nAnswer to the current query.\n\n### SearchResults\n\n public RepeatedField\u003cSearchResponse.Types.SearchResult\u003e SearchResults { get; }\n\nSearch Results."]]