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 document provides reference documentation for the `UpdateAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the Dialogflow v3 API in .NET."],["The `UpdateAgentRequest` class is used to send requests for updating an agent via the `Agents.UpdateAgent` method and it inherits from the base `Object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this API is 2.23.0, and the document outlines previous versions, including the current 2.5.0, with links to their respective documentation."],["`UpdateAgentRequest` objects can be created using an empty constructor or one that accepts another `UpdateAgentRequest` object, and it contains properties such as `Agent` and `UpdateMask` to determine which agent and which fields to update."]]],[]]