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."],[[["This webpage provides reference documentation for the `UpdateAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The `UpdateAgentRequest` class is used to update agent data through the Dialogflow v3 API, specifically via the `Agents.UpdateAgent` method."],["The latest available version of `UpdateAgentRequest` is 2.23.0, while the current page focuses on version 2.14.0, with the content listing the versions ranging from 2.23.0 to 1.0.0."],["The class inherits from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateAgentRequest` include `Agent`, which is the agent data to update, and `UpdateMask`, used to control which agent fields are modified."]]],[]]