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 for .NET is 2.23.0, with a comprehensive list of prior versions available for review."],["This webpage provides reference documentation for the `UpdateAgentRequest` class, which is used to update an agent in the Dialogflow CX v3 API."],["The `UpdateAgentRequest` class includes properties for the agent to be updated (`Agent`) and a field mask (`UpdateMask`) to specify which fields should be modified."],["The `UpdateAgentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."],["`UpdateAgentRequest` has an empty constructor, as well as one which takes another instance of itself, useful for copying."]]],[]]