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 document provides reference information for the `UpdateConversationRequest` class within the Google Cloud Discovery Engine v1 API, including its properties, inheritance, and implementation details."],["The latest version of the `UpdateConversationRequest` class is 1.6.0, with previous versions back to 1.0.0-beta06 also listed."],["The `UpdateConversationRequest` class is used to update a conversation, with key properties including `Conversation` (the conversation to update) and `UpdateMask` (specifying which fields to update)."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the base object class."],["There are two constructors for `UpdateConversationRequest`, a default constructor, and one that takes another `UpdateConversationRequest` object as a parameter."]]],[]]