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 `DeleteAgentRequest` class is used to send a request to delete an agent in the Dialogflow CX API, within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer-based operations."],["The `DeleteAgentRequest` class has two constructors, one default and one that takes another `DeleteAgentRequest` as a parameter for creating a copy."],["The class includes properties `AgentName` of type `AgentName` and `Name` of type string, where `Name` is a required field that specifies the agent's resource name to be deleted, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."],["This documentation lists several versions of the `DeleteAgentRequest` from version `1.0.0` up to `2.23.0` (latest), providing links to each versions documentation."]]],[]]