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 `UpdateAgentRequest` class is used to update agents within the Dialogflow CX V3 API, specifically through the `Agents.UpdateAgent` method."],["This class supports various versions, ranging from 1.0.0 to the latest version 2.23.0, of the Google Cloud Dialogflow.Cx.V3 library."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling message operations, equality checks, deep cloning, and buffer message management."],["The `UpdateAgentRequest` class has two constructors: a default constructor and one that accepts another `UpdateAgentRequest` instance for initialization, allowing for copy creation."],["It contains two properties, `Agent`, which is required and represents the agent to be updated, and `UpdateMask`, which is optional and controls which fields are to be modified during the update process."]]],[]]