public sealed class UpdateConversationRequest : IMessage<UpdateConversationRequest>, IEquatable<UpdateConversationRequest>, IDeepCloneable<UpdateConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights 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 Contact Center Insights v1 API, specifically for version 2.8.0."],["The `UpdateConversationRequest` class is used to request an update to a conversation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties: `Conversation`, which holds the new values for the conversation, and `UpdateMask`, which specifies the fields to be updated."],["The document also provides a list of all other previous versions of the API, from 2.19.0 down to 1.0.0."],["`UpdateConversationRequest` has two constructors, a default one with no arguments and one which takes another `UpdateConversationRequest` as an argument."]]],[]]