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 reference documentation for the `DeleteIntentRequest` class within the Dialogflow v3 API in the .NET environment."],["The `DeleteIntentRequest` class is used to construct requests for deleting an intent via the `Intents.DeleteIntent` method, as part of the Google Cloud Dialogflow CX v3."],["This page documents the `DeleteIntentRequest` across various versions, ranging from 1.0.0 to the latest 2.23.0, and contains the documentation for version 2.13.0."],["The `DeleteIntentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The properties of `DeleteIntentRequest` include `IntentName`, which provides a typed view of the intent's resource name, and `Name`, which is a required field specifying the full resource name of the intent to be deleted."]]],[]]