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 documentation for the `UpdateConversationRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["The `UpdateConversationRequest` class is used to update a conversation and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor and one that accepts another `UpdateConversationRequest` object as a parameter."],["It has two key properties: `Conversation`, representing the conversation to be updated, and `UpdateMask`, indicating which fields of the conversation should be updated, excluding the name field."],["The documentation is part of a series of available versions, ranging from 1.0.0-beta06 to 1.6.0 which is the latest version, all of which are referenced on the same page."]]],[]]