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."],[[["The page provides documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development."],["The latest version of the Dialogflow CX v3 API covered here is 2.23.0, and there are 37 total versions covered, dating back to 1.0.0."],["`DeleteIntentRequest` is used to manage the deletion of intents in Dialogflow CX."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization, equality checks, and deep cloning."],["The main properties for the class are 'Name', for specifying the intent to delete, and 'IntentName', a typed-view of 'Name'."]]],[]]