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 webpage provides documentation for the `RestoreAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in restoring Dialogflow CX agents."],["This page contains the documentation for versions of the `RestoreAgentRequest` class ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest version."],["`RestoreAgentRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for complex object manipulation and protocol buffer interactions."],["The `RestoreAgentRequest` class has properties to allow for restoring an agent using `AgentContent`, `AgentUri`, or using the `Name` property which is the name of the agent to restore into."],["The `RestoreOption` property determines how an agent is restored, and defaults to the `KEEP` mode if not specified."]]],[]]