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, covering versions from 1.0.0 to the latest version 2.23.0."],["The `DeleteAgentRequest` class is used to construct a request to delete an agent in the Dialogflow CX API, and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `DeleteAgentRequest` class features two constructors and two properties, `AgentName` (typed view) and `Name` (string), where `Name` is the required parameter to specify the agent to be deleted, including the project, location and agent ID."],["The latest version in this document is 2.23.0 and the earliest listed version is 1.0.0, showcasing the full range of versions that contain the same `DeleteAgentRequest` resource."]]],[]]