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."],["`UpdateConversationRequest` is a request object used for the `UpdateConversation` method, inheriting from base classes and implementing multiple interfaces."],["The class is located within the `Google.Cloud.DiscoveryEngine.V1` namespace and is part of the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["The `UpdateConversationRequest` class has two constructors: a default constructor and one that takes another `UpdateConversationRequest` object as a parameter for copying."],["The class includes properties for `Conversation`, which represents the conversation to be updated, and `UpdateMask`, which specifies which fields of the conversation to update."]]],[]]