public sealed class DeleteAgentRequest : IMessage<DeleteAgentRequest>, IEquatable<DeleteAgentRequest>, IDeepCloneable<DeleteAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.DeleteAgent][google.cloud.dialogflow.cx.v3.Agents.DeleteAgent].
[[["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 details the `DeleteAgentRequest` class, which is used to request the deletion of an agent within the Google Cloud Dialogflow CX API."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in various versions, ranging from 1.0.0 to the latest, 2.23.0."],["`DeleteAgentRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteAgentRequest` class has two constructors, one parameterless, and one that takes another `DeleteAgentRequest` object, and has two public properties: `AgentName` and `Name`."],["The property `Name` is a required string containing the resource name of the agent that the user wishes to delete."]]],[]]