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 details the `SetAgentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for updating agents in Dialogflow."],["The `SetAgentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `SetAgentRequest`, one default and one that takes another `SetAgentRequest` as a parameter."],["The class includes two properties: `Agent` which is the agent object being updated, and `UpdateMask` which specifies which fields of the agent are to be updated."],["The page contains a list of links to documentation on the SetAgentRequest class in various versions of the software, with version 4.26.0 being the latest."]]],[]]