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, detailing its usage in updating agents."],["The `SetAgentRequest` class is used as the request message for the `Agents.SetAgent` method in the Dialogflow API."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message support."],["The class includes properties like `Agent` (required, representing the agent to update) and `UpdateMask` (optional, to control which agent fields are updated)."],["This documentation also lists numerous previous versions of this class, from version 3.2.0 to the most recent version 4.26.0."]]],[]]