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 provides details for the `SetAgentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta22, with a link to the latest version."],["`SetAgentRequest` is the request message used for the `Agents.SetAgent` operation and inherits from the base `object` class, while also implementing multiple interfaces."],["The class has two constructors: a default one, and another that accepts a `SetAgentRequest` object as a parameter for creating a copy."],["The `SetAgentRequest` class includes two key properties, `Agent` which is required and represents the agent to update, and `UpdateMask`, which is optional and controls which fields are updated."]]],[]]