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 API, specifically within version 3."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `UpdateAgentRequest` has two constructors: a default constructor and another that accepts an `UpdateAgentRequest` object for copying."],["The `Agent` and `UpdateMask` properties of `UpdateAgentRequest` are essential for specifying the agent to update and which of its fields should be modified, respectively."],["The page provides a detailed list of the versions of `UpdateAgentRequest` from version 2.23.0 down to version 1.0.0, allowing users to navigate to the reference documentation for each version."]]],[]]