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 `RestoreAgentRequest` class is used to send a request to restore an agent in the Dialogflow CX API, which is accessible in different versions, from 1.0.0 to the latest version 2.23.0."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cRestoreAgentRequest\u003e`, `IDeepCloneable\u003cRestoreAgentRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `RestoreAgentRequest` class includes properties such as `AgentContent`, `AgentName`, `AgentUri`, and `Name`, which are used to specify the agent data, name, storage URI, and the agent's target location for restoration, respectively."],["It also has an `AgentCase` property to determine the type of agent data provided and a `RestoreOption` property that defines the agent restoration mode, with `KEEP` as the default mode if none is specified."],["The `RestoreAgentRequest` object can be instantiated with a default constructor or by passing another instance of `RestoreAgentRequest`, in which case it will copy the contents."]]],[]]