public sealed class DeleteConversationProfileRequest : IMessage<DeleteConversationProfileRequest>, IEquatable<DeleteConversationProfileRequest>, IDeepCloneable<DeleteConversationProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteConversationProfileRequest.
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 provides reference documentation for the `DeleteConversationProfileRequest` class within the Google Cloud Dialogflow v2 API, detailing its usage for deleting conversation profiles."],["The `DeleteConversationProfileRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The webpage lists all versions of the `DeleteConversationProfileRequest` API from 3.2.0 to the latest 4.26.0 version, providing access to documentation for each iteration."],["Deleting a conversation profile using `DeleteConversationProfileRequest` will fail if that profile is currently associated with a phone number, and requires the `Name` of the conversation profile to be provided."],["The class includes constructors to create new instances, either empty, or by cloning existing instances of the `DeleteConversationProfileRequest` object, also requiring a ConversationProfileName."]]],[]]