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 documentation for the `DeleteConversationProfileRequest` class within the Google Cloud Dialogflow v2 API, specifically focusing on version 4.11.0, but also providing links to other versions."],["The `DeleteConversationProfileRequest` class is used to delete a conversation profile, and it is part of the Google.Cloud.Dialogflow.V2 namespace, contained in the Google.Cloud.Dialogflow.V2.dll assembly."],["The API class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `DeleteConversationProfileRequest` has two constructors and two properties, `ConversationProfileName` and `Name`, with the latter property being required for specifying the conversation profile to delete, which must follow a specific format."],["The webpage lists all available versions of the API that can be referenced, ranging from version 3.2.0 to 4.26.0, including the latest version available."]]],[]]