public sealed class UpdateAgentRequest : IMessage<UpdateAgentRequest>, IEquatable<UpdateAgentRequest>, IDeepCloneable<UpdateAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3.Agents.UpdateAgent].
[[["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."],[[["The latest version of the `UpdateAgentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This page documents the `UpdateAgentRequest` class across multiple versions, ranging from 1.0.0 to 2.23.0, allowing for version-specific reference."],["`UpdateAgentRequest` is a request message for updating agents via `Agents.UpdateAgent`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAgentRequest` class has properties such as `Agent` (the agent to be updated) and `UpdateMask` (for controlling which fields are updated) and it inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."],["There are two constructors available for the class, a default `UpdateAgentRequest()` constructor and another `UpdateAgentRequest(UpdateAgentRequest other)` constructor that accepts another instance of the class for copying purposes."]]],[]]