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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send a request to delete an agent in Dialogflow CX."],["The `DeleteAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The class offers two constructors: a default constructor (`DeleteAgentRequest()`) and a copy constructor (`DeleteAgentRequest(DeleteAgentRequest other)`), allowing the creation of new instances and copies of existing ones."],["It includes properties like `AgentName` and `Name`, where `Name` is a required property specifying the full resource path of the agent to be deleted, and `AgentName` provides a typed view of the `Name`."],["The latest version of this is 2.23.0 and the earliest being 1.0.0, which includes numerous versions between those two."]]],[]]