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"]],[["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 documentation for the `UpdateConversationProfileRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.19.0 and other versions listed."],["The `UpdateConversationProfileRequest` class is used to send a request to update a conversation profile, as part of the `ConversationProfiles.UpdateConversationProfile` method."],["It implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, a default one and one that takes another `UpdateConversationProfileRequest` as a parameter, and includes properties like `ConversationProfile` and `UpdateMask`."],["A comprehensive list of available versions of the `UpdateConversationProfileRequest` class is provided, ranging from version 3.2.0 to the latest 4.26.0, which are linked to their respective pages."]]],[]]