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 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, as implemented by the `Agents.DeleteAgent` method."],["It outlines the available constructors for `DeleteAgentRequest`, including a parameter-less constructor and one that accepts another `DeleteAgentRequest` instance."],["The `DeleteAgentRequest` class includes properties like `AgentName` and `Name`, which are essential for identifying the agent to be deleted, and the required format for `Name` is also provided."],["The document lists different versions of the API, with the most recent being version 2.23.0, and covers older versions dating back to version 1.0.0."]]],[]]