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 for the .NET environment."],["The `SetAgentRequest` class is used as a request message for the `Agents.SetAgent` method in the Dialogflow v2 API, allowing users to set and modify agent configurations."],["The latest version available is 4.26.0, and the page documents version 4.25.0, along with numerous prior versions ranging from 3.2.0 to 4.24.0, with clickable links to each."],["The `SetAgentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities like message handling, equality checks, and deep cloning."],["The `SetAgentRequest` class contains properties for the agent to be updated, `Agent`, and a field mask `UpdateMask` that controls which fields are updated, each detailed with their specific type and description."]]],[]]