public sealed class RestoreAgentRequest : IMessage<RestoreAgentRequest>, IEquatable<RestoreAgentRequest>, IDeepCloneable<RestoreAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.RestoreAgent][google.cloud.dialogflow.cx.v3.Agents.RestoreAgent].
[[["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."],[[["The page provides documentation for the `RestoreAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["It lists multiple versions of the `RestoreAgentRequest` class, ranging from version 1.0.0 to the latest version 2.23.0, each with a link to its respective documentation page."],["The `RestoreAgentRequest` class is used for the restoration of agents within Dialogflow CX and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AgentCase`, `AgentContent`, `AgentName`, `AgentUri`, `Name`, and `RestoreOption`, which allow for the configuration of agent restoration."],["The documentation also lists the constructors for `RestoreAgentRequest`, in addition to its inheritance, assembly, namespace, and implemented members."]]],[]]