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 webpage provides reference documentation for the `DeleteAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `DeleteAgentRequest` class is used as a request message for deleting an agent in the Dialogflow CX v3 API, as specified by `Agents.DeleteAgent`."],["The latest version of the documentation available is version 2.23.0, and there are links to older versions, going as far back as version 1.0.0, in the context of `DeleteAgentRequest` implementation."],["The `DeleteAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor, `DeleteAgentRequest`, which can be called with no parameters, or with another `DeleteAgentRequest` object, as well as properties, `AgentName` and `Name`, to manage the name of the agent."]]],[]]