public sealed class DeleteAgentRequest : IMessage<DeleteAgentRequest>, IEquatable<DeleteAgentRequest>, IDeepCloneable<DeleteAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteAgentRequest.
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 reference documentation for the `DeleteAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET platform."],["The `DeleteAgentRequest` class is used for sending requests to delete an agent in the Dialogflow CX v3 API, and it implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version available in this documentation is 2.23.0, but it has a history of versions listed from 2.23.0 all the way down to 1.0.0, each with its own link to the same `DeleteAgentRequest`."],["Key members of the class include constructors `DeleteAgentRequest()` and `DeleteAgentRequest(DeleteAgentRequest)` as well as properties `AgentName` (which is a typed view of the resource name) and `Name`, which defines the name of the agent to be deleted in a specified format."]]],[]]