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 Google Cloud Dialogflow CX v3 API for .NET."],["The latest version of this API is 2.23.0, while the current page focuses on version 2.17.0, and various other versions are also accessible via the provided links."],["`DeleteIntentRequest` class is used to formulate a request to delete an intent, inheriting from and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string representing the intent's resource name) and `IntentName`, a structured representation of the intent's name."],["This page details the constructors for creating a `DeleteIntentRequest` object, including a default constructor and a constructor that takes another `DeleteIntentRequest` as a parameter for making a copy."]]],[]]