public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteIntentRequest.
The request message for
[Intents.DeleteIntent][google.cloud.dialogflow.cx.v3.Intents.DeleteIntent].
[[["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 `DeleteIntentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET implementation."],["The content details the various versions of the API, from 1.0.0 to the latest 2.23.0, with links to the documentation for the `DeleteIntentRequest` class in each respective version."],["The `DeleteIntentRequest` class is used to define the request message structure for deleting an intent in Dialogflow CX, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `IntentName` (a typed view for resource name) and `Name` (a string representing the intent's resource path) which is required for deletion."],["The documentation outlines the class's inheritance, implemented interfaces, constructors, properties, namespace (`Google.Cloud.Dialogflow.Cx.V3`), and assembly (`Google.Cloud.Dialogflow.Cx.V3.dll`)."]]],[]]