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 available for the `UpdateAgentRequest` class is 2.23.0, with a range of versions from 1.0.0 up to the latest version."],["`UpdateAgentRequest` is used as the request message for updating agents in the Dialogflow CX v3 API."],["The `UpdateAgentRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAgentRequest` class contains properties for `Agent`, representing the agent to be updated, and `UpdateMask`, which specifies which fields should be updated."],["The `UpdateAgentRequest` class is found in the `Google.Cloud.Dialogflow.Cx.V3` namespace, and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]