public sealed class UpdateConversationProfileRequest : IMessage<UpdateConversationProfileRequest>, IEquatable<UpdateConversationProfileRequest>, IDeepCloneable<UpdateConversationProfileRequest>, IBufferMessage, IMessage
The request message for [ConversationProfiles.UpdateConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.UpdateConversationProfile].
[[["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 page details the `UpdateConversationProfileRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, with version 3.2.0 highlighted as the primary context."],["The content includes a comprehensive list of available versions, ranging from 4.26.0 (latest) down to 3.2.0, each linking to documentation for that version of `UpdateConversationProfileRequest`."],["`UpdateConversationProfileRequest` is a request message used for updating conversation profiles in Dialogflow V2, inheriting from the Object class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateConversationProfileRequest` class has two constructors, a default one and one that takes another `UpdateConversationProfileRequest` object as a parameter."],["The `UpdateConversationProfileRequest` class contains two key properties, `ConversationProfile` of type `ConversationProfile` which is the profile that needs to be updated, and `UpdateMask` of type `FieldMask` which determines which fields to update."]]],[]]