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."],[[["The webpage provides documentation for the `SetAgentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in updating agents."],["Version 4.26.0 is the latest release, and the page lists multiple prior versions, starting from 4.25.0 all the way down to 3.2.0."],["The `SetAgentRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class has two constructors, a default one and another that takes a `SetAgentRequest` object as an argument, allowing for easy object creation and cloning."],["It includes two key properties, `Agent` which is required for updating the agent, and `UpdateMask`, which is optional and allows for selective updating of agent fields."]]],[]]