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 platform, using a specific request message."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its comprehensive structure and functionality."],["The latest available version for `UpdateAgentRequest` is `2.23.0`, with a list of previous versions available to navigate from, going back to version `1.0.0`."],["It includes properties like `Agent`, which is required for update operations, and `UpdateMask`, to specify the fields to be updated."],["It includes two constructors, a default `UpdateAgentRequest()` and another `UpdateAgentRequest(UpdateAgentRequest other)` to copy an already existing request."]]],[]]