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."],[[["This webpage provides documentation for the `UpdateAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET platform."],["The `UpdateAgentRequest` class is used to send requests for updating agents via the `Agents.UpdateAgent` method, as part of Google's Dialogflow CX API."],["The latest available version of `UpdateAgentRequest` is 2.23.0, and the page includes documentation for multiple prior versions of the class, dating back to version 1.0.0."],["`UpdateAgentRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it can be constructed either by default or by cloning another `UpdateAgentRequest` object."],["The `UpdateAgentRequest` class contains two key properties: `Agent`, representing the agent to be updated, and `UpdateMask`, which controls which fields of the agent are modified during the update."]]],[]]