public sealed class SetAgentRequest : IMessage<SetAgentRequest>, IEquatable<SetAgentRequest>, IDeepCloneable<SetAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SetAgentRequest.
The request message for
[Agents.SetAgent][google.cloud.dialogflow.v2beta1.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 documentation is for the `SetAgentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23, which is the latest version."],["The `SetAgentRequest` class is used to define the request message for the `Agents.SetAgent` operation in the Dialogflow API."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `SetAgentRequest` class has two constructors: a default constructor and one that takes another `SetAgentRequest` object as a parameter, and has properties to define the Agent to update and the UpdateMask."],["The provided content shows that the `SetAgentRequest` class is located in the `Google.Cloud.Dialogflow.V2Beta1` namespace within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]