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 page provides reference documentation for the `DeleteAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `DeleteAgentRequest` class is used to send a request to the Dialogflow v3 API to delete an agent, and it inherits from various interfaces and includes constructors and properties."],["The latest version available for the `DeleteAgentRequest` class is 2.23.0, while version 2.9.0 is explicitly being described in the content."],["The `DeleteAgentRequest` class has two key properties, `AgentName`, which provides a typed view over the resource name, and `Name`, a string that represents the agent's resource name to be deleted, using the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."],["The `DeleteAgentRequest` class includes the ability to create new instances of itself via public constructors: `DeleteAgentRequest()` and `DeleteAgentRequest(DeleteAgentRequest other)`."]]],[]]