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-04-09 UTC."],[[["This document provides reference information 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 agents in the Dialogflow CX v3 API, with the latest version being 2.23.0, and this document being 2.22.0."],["The class `DeleteAgentRequest` includes constructors, properties such as `AgentName` and `Name`, and inherits from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property within `DeleteAgentRequest` specifies the required format for identifying the agent to be deleted, which includes the ProjectID, LocationID, and AgentID."],["The available versions for this reference range from 1.0.0 up to the latest version 2.23.0, giving access to different iterations of the DeleteAgentRequest class."]]],[]]