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 documentation page covers the `UpdateConversationRequest` class within the Google Cloud Discovery Engine v1 API, version 1.2.0."],["The `UpdateConversationRequest` class is used to construct requests for the `UpdateConversation` method, allowing for updates to existing conversations."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in message handling and data manipulation within the API."],["The class includes two constructors, one default and another that allows creating a new `UpdateConversationRequest` object by copying an existing instance."],["Two key properties, `Conversation` and `UpdateMask`, are provided for defining the conversation to be updated and the specific fields to modify, respectively."]]],[]]