public sealed class SetAgentRequest : IMessage<SetAgentRequest>, IEquatable<SetAgentRequest>, IDeepCloneable<SetAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.SetAgent][google.cloud.dialogflow.v2.Agents.SetAgent].
[[["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 documentation for the `SetAgentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for updating agents via the `Agents.SetAgent` method."],["The documentation covers versions 4.0.0 through 4.26.0, with 4.26.0 being the latest version, along with versions back through 3.2.0."],["The `SetAgentRequest` class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SetAgentRequest` has two constructors, one default and one that accepts another `SetAgentRequest` object, and also contains the properties, `Agent` and `UpdateMask` for updating the agent."]]],[]]