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 documents the `RestoreAgentRequest` class, which is used to restore agents in Google Cloud Dialogflow CX."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, with the most recent version being 2.23.0."],["The `RestoreAgentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has properties like `AgentContent`, `AgentName`, `AgentUri`, `Name`, and `RestoreOption` for configuring the agent restoration process, with several types available for the restore option, such as keeping or replacing."],["There are various versions of this documentation available, ranging from 1.0.0 to the latest 2.23.0, each corresponding to different releases of the `Google.Cloud.Dialogflow.Cx.V3` library, and all versions reference the same `RestoreAgentRequest` class."]]],[]]