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 documentation for the `UpdateAgentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET implementation."],["The `UpdateAgentRequest` class is used to construct a request to update an agent, as defined by the `Agents.UpdateAgent` method in the Dialogflow API."],["It shows a list of all of the previous version numbers from `2.23.0` to `1.0.0` along with the version number in the page title, which is `2.16.0`, giving an overview of the changes through the different releases."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from `object`."],["It includes two constructors, `UpdateAgentRequest()` and `UpdateAgentRequest(UpdateAgentRequest)`, and has properties for `Agent` and `UpdateMask`, allowing for customization of the agent update process."]]],[]]