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 content provides a comprehensive list of versions for the `DeleteAgentRequest` class, ranging from the latest version 2.23.0 down to 1.0.0, all within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["`DeleteAgentRequest` is a request message for the Agents.DeleteAgent method used in the Dialogflow CX API."],["The `DeleteAgentRequest` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes constructors for creating a new `DeleteAgentRequest` object, both with default values and by copying from another `DeleteAgentRequest` instance."],["`DeleteAgentRequest` class has two properties: `AgentName` which gives a view of the name of the Agent, and `Name` which contains the name of the Agent that is to be deleted, with its format specified."]]],[]]