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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `SetAgentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET implementation."],["The `SetAgentRequest` class is used as a request message for the `Agents.SetAgent` method in the Dialogflow API."],["The latest version available for the `SetAgentRequest` class is 4.26.0, and the page lists all the other versions, starting at version 4.25.0, all the way down to 3.2.0."],["The `SetAgentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides various functionalities related to message handling and object management."],["Key properties of the `SetAgentRequest` class are `Agent`, which represents the agent to be updated, and `UpdateMask`, which allows to control which fields are updated, which can be seen as a reference to the Dialogflow API class, `Agent` and `FieldMask`."]]],[]]