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 focuses on the `DeleteAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, detailing its different versions and functionalities."],["Version 2.23.0 is the latest version of `DeleteAgentRequest`, as indicated in the provided version list of this specific class."],["The `DeleteAgentRequest` class is used to formulate requests for deleting an agent and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and inherits members from the base `Object` class, with properties such as `AgentName` and `Name`."],["There are multiple listed versions of the `DeleteAgentRequest` class, with the oldest being version 1.0.0 and they all have similar functionality."]]],[]]