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 webpage details the `SetAgentRequest` class, which is used to send a request to update an agent in the Dialogflow V2 API."],["The latest version of the `SetAgentRequest` documentation is version 4.26.0, and various previous versions of this documentation are also available, ranging back to 3.2.0."],["The `SetAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetAgentRequest` class has two constructors, a default constructor and a copy constructor that takes another `SetAgentRequest` as a parameter."],["It contains properties `Agent` for the agent to be updated, and `UpdateMask`, which is an optional field used to specify which fields should be modified."]]],[]]