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 document outlines the `DeleteConversationProfileRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used for requesting the deletion of a conversation profile."],["The latest version of this request class is accessible under version 4.26.0, with previous versions from 4.25.0 to 3.2.0 also available, including version 3.4.0 in the listed content."],["The `DeleteConversationProfileRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class includes two constructors, one default and another accepting another `DeleteConversationProfileRequest` object for copying, along with properties such as `ConversationProfileName` and `Name`."],["Deleting a conversation profile using this request will fail if the profile is currently associated with a phone number, so it should be dissociated before attempting to delete."]]],[]]