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."],[[["The `UpdateConversationRequest` class is used to send requests for updating a conversation in the Discovery Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features for message handling, equality checks, deep cloning, and buffered operations."],["The `UpdateConversationRequest` class includes two constructors: a default constructor and one that takes another `UpdateConversationRequest` object as a parameter for copying."],["It has properties to set the `Conversation` to be updated and an `UpdateMask` to specify which fields of the conversation should be modified, excluding the conversation's name."],["There are multiple versions available for this class, ranging from 1.0.0-beta06 to the latest 1.6.0."]]],[]]