public sealed class UpdateConversationProfileRequest : IMessage<UpdateConversationProfileRequest>, IEquatable<UpdateConversationProfileRequest>, IDeepCloneable<UpdateConversationProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateConversationProfileRequest.
The request message for
[ConversationProfiles.UpdateConversationProfile][google.cloud.dialogflow.v2beta1.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-04-02 UTC."],[[["This documentation is for the `UpdateConversationProfileRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23."],["The `UpdateConversationProfileRequest` class is used to send a request to update a conversation profile in the Dialogflow API, as indicated by its role in `ConversationProfiles.UpdateConversationProfile`."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in several different ways."],["The `UpdateConversationProfileRequest` class has two properties: `ConversationProfile` which represents the conversation profile to be updated, and `UpdateMask` which specifies which fields to update."],["The class has two constructors, one default and one which take another `UpdateConversationProfileRequest` as a parameter, to create instances of the object."]]],[]]