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 page details the `UpdateAgentRequest` class, which is used to update an agent within the Google Cloud Dialogflow CX V3 API."],["The latest version of `UpdateAgentRequest` is 2.23.0, with a comprehensive list of versions ranging down to 1.0.0 available on this page."],["The `UpdateAgentRequest` class inherits from `System.Object` and implements multiple interfaces including `Google.Protobuf.IMessage` and `System.IEquatable\u003cUpdateAgentRequest\u003e`."],["The class has two constructors: a default one and one that accepts another `UpdateAgentRequest` object as a parameter."],["The class includes properties such as `Agent`, which is the agent to update, and `UpdateMask`, which controls the fields to be updated."]]],[]]