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 Google Cloud Dialogflow CX V3 API, as specified by the request message for `Agents.UpdateAgent`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various .NET functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The available versions of the `UpdateAgentRequest` range from the latest version 2.23.0 down to version 1.0.0, indicating a history of updates to the API."],["It contains properties such as `Agent` to represent the agent that needs to be updated, and `UpdateMask` to define which specific fields of the agent should be modified."],["The `UpdateAgentRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]