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."],[[["This page details the `UpdateConversationProfileRequest` class within the Google Cloud Dialogflow V2 .NET library, specifically within version 3.9.0."],["The `UpdateConversationProfileRequest` class is the request message type used for updating conversation profiles via the `ConversationProfiles.UpdateConversationProfile` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `UpdateConversationProfileRequest` class includes properties such as `ConversationProfile` and `UpdateMask`, which are used to specify the conversation profile to update and the fields that should be modified, respectively."],["The page lists all versions of the UpdateConversationProfileRequest class, from 3.2.0 up to 4.26.0 (latest), and it offers a breakdown of the class's inheritance, including inherited members like GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]