public sealed class DeleteConversationProfileRequest : IMessage<DeleteConversationProfileRequest>, IEquatable<DeleteConversationProfileRequest>, IDeepCloneable<DeleteConversationProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteConversationProfileRequest.
The request message for
[ConversationProfiles.DeleteConversationProfile][google.cloud.dialogflow.v2beta1.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-09-03 UTC."],[[["\u003cp\u003e\u003ccode\u003eDeleteConversationProfileRequest\u003c/code\u003e is a class in the Google Cloud Dialogflow v2beta1 API used for deleting conversation profiles.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a request message for the \u003ccode\u003eConversationProfiles.DeleteConversationProfile\u003c/code\u003e operation, which deletes a specified conversation profile.\u003c/p\u003e\n"],["\u003cp\u003eThe operation to delete a conversation profile will fail if that conversation profile is referenced by a phone number.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteConversationProfileRequest\u003c/code\u003e class requires a \u003ccode\u003eName\u003c/code\u003e property, specifying the resource name of the conversation profile to delete, with a specific format.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class DeleteConversationProfileRequest (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.DeleteConversationProfileRequest)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.DeleteConversationProfileRequest) \n\n public sealed class DeleteConversationProfileRequest : IMessage\u003cDeleteConversationProfileRequest\u003e, IEquatable\u003cDeleteConversationProfileRequest\u003e, IDeepCloneable\u003cDeleteConversationProfileRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteConversationProfileRequest.\n\nThe request message for\n\\[ConversationProfiles.DeleteConversationProfile\\]\\[google.cloud.dialogflow.v2beta1.ConversationProfiles.DeleteConversationProfile\\].\n\nThis operation fails if the conversation profile is still referenced from\na phone number. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteConversationProfileRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteConversationProfileRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.DeleteConversationProfileRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteConversationProfileRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.DeleteConversationProfileRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteConversationProfileRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.DeleteConversationProfileRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### DeleteConversationProfileRequest()\n\n public DeleteConversationProfileRequest()\n\n### DeleteConversationProfileRequest(DeleteConversationProfileRequest)\n\n public DeleteConversationProfileRequest(DeleteConversationProfileRequest other)\n\nProperties\n----------\n\n### ConversationProfileName\n\n public ConversationProfileName ConversationProfileName { get; set; }\n\n[ConversationProfileName](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.ConversationProfileName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.DeleteConversationProfileRequest#Google_Cloud_Dialogflow_V2Beta1_DeleteConversationProfileRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the conversation profile to delete.\nFormat: `projects/\u003cProject ID\u003e/locations/\u003cLocation\nID\u003e/conversationProfiles/\u003cConversation Profile ID\u003e`."]]