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 pertains to the `DeleteAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used for deleting Dialogflow CX agents."],["The `DeleteAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling and cloning."],["The class has two constructors: a default constructor `DeleteAgentRequest()` and a copy constructor `DeleteAgentRequest(DeleteAgentRequest other)`."],["It includes two properties: `AgentName`, which provides a typed view of the agent's resource name, and `Name`, a string representing the agent's resource name in the required format for deletion."],["The content contains a comprehensive list of various versions of the `DeleteAgentRequest` class, ranging from the latest version 2.23.0 down to 1.0.0, each with its own documentation link."]]],[]]