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 platform."],["The content provides a historical list of versions for the Google.Cloud.Dialogflow.Cx.V3 library, ranging from version 1.0.0 up to the latest version 2.23.0, each version having its own page on the `DeleteAgentRequest`."],["The `DeleteAgentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities related to message handling and object cloning."],["The `DeleteAgentRequest` class features two constructors, one default and another that accepts an existing `DeleteAgentRequest` object to create a copy."],["The two properties present in this class are `AgentName` and `Name`, that have to do with the agent name that will be used to delete said agent."]]],[]]