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 Dialogflow v3 API in .NET."],["The `DeleteAgentRequest` class is used to request the deletion of an agent in Dialogflow CX, with the latest version being 2.23.0."],["The `DeleteAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["Key properties of `DeleteAgentRequest` include `AgentName` (a typed view over the agent's resource name) and `Name` (a string representing the agent's resource path), and the name property is required to delete the agent."],["This document lists the versions of this class, ranging from 1.0.0 to the most recent 2.23.0, which demonstrates its release history."]]],[]]