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, used for updating agents in Google Cloud Dialogflow CX."],["The `UpdateAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The documentation covers multiple versions of the library, from version 1.0.0 to the latest version 2.23.0, with links provided for each version's `UpdateAgentRequest`."],["The `UpdateAgentRequest` class has two constructors: a default constructor and a constructor that accepts another `UpdateAgentRequest` object for parameter data transfer."],["Key properties of the `UpdateAgentRequest` class are `Agent`, which is the agent to be updated, and `UpdateMask`, which specifies which fields of the agent should be updated during the update."]]],[]]