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 provides documentation for the `DeleteAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting the deletion of an agent."],["The content covers versions from 1.0.0 up to the latest version, 2.23.0, with each version linking to specific documentation for the `DeleteAgentRequest` in that version."],["The `DeleteAgentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteAgentRequest` class has two constructors and two properties, `AgentName` which has an `AgentName` type, and `Name`, a string that specifies the name of the agent to delete in a specific format."],["The documentation outlines the methods and properties of the `DeleteAgentRequest`, as well as its purpose in the `Agents.DeleteAgent` operation within the Google Cloud Dialogflow CX API."]]],[]]