public sealed class DeleteConversationProfileRequest : IMessage<DeleteConversationProfileRequest>, IEquatable<DeleteConversationProfileRequest>, IDeepCloneable<DeleteConversationProfileRequest>, IBufferMessage, IMessage
The request message for [ConversationProfiles.DeleteConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.DeleteConversationProfile].
This operation fails if the conversation profile is still referenced from
a phone number.
Required. The name of the conversation profile to delete.
Format: projects/{Project ID}/locations/{Location
ID>/conversationProfiles/<Conversation Profile ID>.
[[["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 webpage details the `DeleteConversationProfileRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.11.0 of the library."],["The `DeleteConversationProfileRequest` class is used to send a request to delete a conversation profile, and it implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version of `DeleteConversationProfileRequest` available is 4.26.0, and the page lists historical versions of the request message class dating back to version 3.2.0."],["The `DeleteConversationProfileRequest` class has two constructors, a default constructor, and a copy constructor, which takes another `DeleteConversationProfileRequest` object as a parameter."],["The request message class has two properties, `ConversationProfileName` and `Name`, where `Name` is the resource name of the conversation profile to delete, and it is required."]]],[]]