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, which is part of the Dialogflow v3 API."],["The `DeleteAgentRequest` class is used to construct a request for deleting an agent within the Dialogflow CX environment, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default one and another that takes a `DeleteAgentRequest` object as a parameter for creating a copy, and it includes properties like `AgentName` and `Name`."],["The webpage lists various versions of the `DeleteAgentRequest` documentation, ranging from version 1.0.0 up to the latest version 2.23.0, with each version linking to its respective documentation."],["The required `Name` property within `DeleteAgentRequest` defines the format in which an agent must be identified for deletion, specifying project ID, location ID, and agent ID."]]],[]]