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, which is used to request the deletion of an agent within the Google Cloud Dialogflow CX V3 service."],["The `DeleteAgentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteAgentRequest` class provides two constructors, a default constructor and one that takes another `DeleteAgentRequest` object as an argument."],["The `DeleteAgentRequest` class contains properties such as `AgentName` and `Name`, where `Name` is a required field specifying the agent's resource name for deletion."],["This page also provides documentation and links to different versions of the `DeleteAgentRequest`, ranging from 1.0.0 to 2.23.0, the latest version."]]],[]]