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 document provides versioned documentation for the `DeleteAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, spanning from version 1.0.0 to 2.23.0 (latest)."],["The `DeleteAgentRequest` class is used to formulate requests for the `Agents.DeleteAgent` method, allowing for the deletion of an agent within the Dialogflow CX platform."],["The class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality checks, cloning, and buffer management."],["It contains properties such as `AgentName` (a typed view) and `Name` (a string), where `Name` is a required field representing the resource name of the agent to be deleted, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."],["The documentation details the constructors for the `DeleteAgentRequest` class, including a parameterless constructor and one that accepts another `DeleteAgentRequest` object for copying."]]],[]]