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 Dialogflow agents."],["The `SetAgentRequest` class is part of the Google Cloud Dialogflow V2 library for .NET, with the latest version being 4.26.0 and the current documentation reflecting version 3.9.0."],["The class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, comparison, and cloning."],["The `SetAgentRequest` class includes properties like `Agent` (required) and `UpdateMask` (optional), which are used to specify the agent to be updated and the fields to be modified, respectively."],["A list of prior versions is available, ranging from version 4.25.0 all the way back to version 3.2.0."]]],[]]