public sealed class UpdateConversationRequest : IMessage<UpdateConversationRequest>, IEquatable<UpdateConversationRequest>, IDeepCloneable<UpdateConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class UpdateConversationRequest.
[[["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 reference documentation for the `UpdateConversationRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0."],["The `UpdateConversationRequest` class is used to make requests for the `UpdateConversation` method, inheriting from the base `object` class and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `UpdateConversationRequest()` and `UpdateConversationRequest(UpdateConversationRequest other)`, enabling both default and copy-based object creation."],["It contains properties `Conversation` and `UpdateMask`, allowing users to specify the `Conversation` object to update and determine which fields are to be updated, respectively."],["There are several versions of this documentation, the latest being 1.6.0, this current documentation being 1.3.0, with versions back to 1.0.0-beta06."]]],[]]