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-04-09 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."]]],[]]