public sealed class UpdateConversationRequest : IMessage<UpdateConversationRequest>, IEquatable<UpdateConversationRequest>, IDeepCloneable<UpdateConversationRequest>, IBufferMessage, IMessage
[[["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 update a conversation within the Google Cloud Contact Center Insights V1 API."],["The latest version of `UpdateConversationRequest` is 2.19.0, but historical versions from 1.0.0 up to the latest 2.19.0 are available for reference."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["It has properties for specifying the new values of the conversation (`Conversation`) and the fields to update (`UpdateMask`)."],["The class inherits basic methods from `Object` like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` and has two constructors."]]],[]]