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, with the documentation being for version 2.20.0."],["The `UpdateAgentRequest` class is used to send requests to update agent data via the `Agents.UpdateAgent` method, as well as inheriting multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version documented is 2.23.0, and there is a complete list of the class reference documentation for each version from 1.0.0 up to the latest version, allowing for version specific reference."],["The `UpdateAgentRequest` class has two available constructors and two properties: `Agent`, which is the agent to update and is required, and `UpdateMask`, which controls the updated fields, or can update all fields if not present."],["This documentation also covers inherited members from the object class, as well as the implemented interfaces, and it lists the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]