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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `SetAgentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in updating agents."],["The `SetAgentRequest` class is a request message used by `Agents.SetAgent` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists links to the `SetAgentRequest` class across various versions of the Dialogflow V2 library, ranging from version 3.2.0 to the latest version 4.26.0."],["The `SetAgentRequest` class includes properties for `Agent` which is the agent being updated, and `UpdateMask` which is an optional property to determine which fields are updated."],["The page documents the constructors for `SetAgentRequest`, one default and one that takes another `SetAgentRequest` as a parameter, as well as the members inherited from the base `Object` class."]]],[]]