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-03-21 UTC."],[[["This page provides reference documentation for the `SetAgentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.11.0."],["`SetAgentRequest` is a request message used for updating agent configurations via the `Agents.SetAgent` method."],["The class `SetAgentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages."],["The documentation outlines the `SetAgentRequest` class constructors, allowing for the creation of new instances or cloning from an existing `SetAgentRequest` object."],["The `SetAgentRequest` class contains properties like `Agent` and `UpdateMask`, which allow for the specification of which agent to update and which fields to modify, respectively."]]],[]]