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."],[[["The latest version of the `DeleteAgentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This webpage documents the `DeleteAgentRequest` class, which is used to request the deletion of an agent in the Dialogflow CX API, with versions ranging from 1.0.0 to 2.23.0."],["`DeleteAgentRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteAgentRequest` class includes properties like `AgentName` and `Name`, which are used to specify the agent to be deleted."],["The `DeleteAgentRequest` class has two constructors: a default one and another that takes another `DeleteAgentRequest` object as a parameter for cloning."]]],[]]