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-04-09 UTC."],[[["This webpage provides documentation for the `SetAgentRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `SetAgentRequest` class is used to send requests for updating agent settings and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers various versions of the Dialogflow v2 API, ranging from version 3.2.0 up to the latest version 4.26.0, with the current page focusing on version 4.23.0."],["The `SetAgentRequest` class has two constructors, a default one and one that takes another `SetAgentRequest` as a parameter, and properties such as `Agent` (the agent to update) and `UpdateMask` (to control which fields are updated)."]]],[]]