public sealed class SetAgentRequest : IMessage<SetAgentRequest>, IEquatable<SetAgentRequest>, IDeepCloneable<SetAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SetAgentRequest.
The request message for
[Agents.SetAgent][google.cloud.dialogflow.v2.Agents.SetAgent].
[[["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 `SetAgentRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `SetAgentRequest` class is used as the request message for the `Agents.SetAgent` method, allowing for the update of an agent."],["The latest version of this documentation is for version 4.26.0, but there are numerous older versions that can be accessed going all the way back to 3.2.0."],["The class implements several interfaces including `IMessage`, `IEquatable\u003cSetAgentRequest\u003e`, `IDeepCloneable\u003cSetAgentRequest\u003e`, and `IBufferMessage`."],["Key properties of the `SetAgentRequest` class include `Agent` (the agent to update) and `UpdateMask` (a mask to control which fields are updated), as well as the public constructor `SetAgentRequest()`."]]],[]]