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 page provides reference documentation for the `UpdateAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the Dialogflow v3 API."],["The `UpdateAgentRequest` class is used to update agents, as indicated by the class's documentation stating it is the request message for `Agents.UpdateAgent`."],["The `UpdateAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the properties `Agent` and `UpdateMask`, which are used to specify the agent being updated and to control which fields are updated respectively."],["The page includes links to previous versions of the `UpdateAgentRequest` documentation, ranging from version 1.0.0 to the latest version 2.23.0."]]],[]]