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 page details the `DeleteConversationProfileRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to formulate requests for deleting conversation profiles in the Dialogflow API."],["The most recent version available for `DeleteConversationProfileRequest` is 4.26.0, and the content lists all versions from this down to 3.2.0."],["The `DeleteConversationProfileRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, `DeleteConversationProfileRequest()` which is the default, and `DeleteConversationProfileRequest(DeleteConversationProfileRequest other)`, which can take a previous request as a parameter."],["The request requires the name of the conversation profile to be deleted, which is specified using the `Name` property in the format `projects/{Project ID}/locations/{Location ID\u003e/conversationProfiles/\u003cConversation Profile ID\u003e`."]]],[]]