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 details the `UpdateAgentRequest` class, which is used to update agent data within the Google Cloud Dialogflow CX V3 service."],["The latest version of the class is 2.23.0, and the page provides links to documentation for previous versions, starting from 1.0.0, allowing for version-specific reference."],["The `UpdateAgentRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAgentRequest` class contains two key properties, `Agent` which holds the agent data to be updated, and `UpdateMask`, a `FieldMask` which dictates which fields should be updated."],["There are 2 constructors available to instantiate an `UpdateAgentRequest` object."]]],[]]