public sealed class UpdateConversationProfileRequest : IMessage<UpdateConversationProfileRequest>, IEquatable<UpdateConversationProfileRequest>, IDeepCloneable<UpdateConversationProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateConversationProfileRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `UpdateConversationProfileRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0 and other versions as well."],["`UpdateConversationProfileRequest` is a class used to structure requests for updating conversation profiles, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that accepts another `UpdateConversationProfileRequest` object for creating a new instance, the latter being useful for copying an existing request."],["Key properties within the `UpdateConversationProfileRequest` class include `ConversationProfile`, representing the conversation profile to be updated, and `UpdateMask`, which controls which fields within the conversation profile are to be modified."],["The document also provides version history with links to the documentation for each version of `UpdateConversationProfileRequest`, from version 3.2.0 up to the latest version, 4.26.0."]]],[]]