public sealed class UpdateAgentRequest : IMessage<UpdateAgentRequest>, IEquatable<UpdateAgentRequest>, IDeepCloneable<UpdateAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateAgentRequest.
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 latest version of the Dialogflow v3 API's `UpdateAgentRequest` is 2.23.0, with the webpage providing access to documentation for numerous previous versions dating back to 1.0.0."],["`UpdateAgentRequest` is a class used for updating agents within the Dialogflow CX environment and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `UpdateAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality comparison, deep cloning, and buffer operations."],["Key properties within the `UpdateAgentRequest` class include `Agent`, which represents the agent to be updated, and `UpdateMask`, which controls which fields of the agent will be modified."],["The page provides a range of documentation for different versions of the API's `UpdateAgentRequest`, all contained within the assembly `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]