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 reference documentation for the `SetAgentRequest` class within the Google Cloud Dialogflow v2 API, specifically within the .NET environment."],["The content details the different versions of the `SetAgentRequest` class, with the latest being version 4.26.0 and spanning back to version 3.2.0."],["The `SetAgentRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is used as the request message for the `Agents.SetAgent` method in the API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `object` class."],["Key properties of `SetAgentRequest` include `Agent`, which is the agent to be updated, and `UpdateMask`, which controls the specific fields that are updated."]]],[]]