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 webpage provides documentation for the `UpdateAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in updating agents."],["The `UpdateAgentRequest` class is part of the Google Cloud Dialogflow CX V3 API and supports multiple versions, ranging from 1.0.0 to the latest 2.23.0, and can be selected by browsing the versioned dropdown."],["The `UpdateAgentRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, having constructors for default and copy construction."],["Key properties of `UpdateAgentRequest` include `Agent`, which represents the agent to be updated, and `UpdateMask`, which controls which fields are updated during the agent update operation."]]],[]]