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."],[[["The latest version available for the `DeleteAgentRequest` class in the Dialogflow v3 API is 2.23.0."],["The `DeleteAgentRequest` class is used to formulate requests to delete an agent within the Dialogflow CX environment."],["The provided documentation lists multiple versions of the `DeleteAgentRequest` class, ranging from version 1.0.0 up to version 2.23.0, all available in the Google Cloud Dialogflow Cx V3 namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["`DeleteAgentRequest` class has two constructors that can be used to create instances of it, one default, and the other taking another `DeleteAgentRequest` as a parameter, as well as two properties : AgentName, and Name."]]],[]]