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 content provides documentation for the `RestoreAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose, inheritance, and implementation."],["This documentation includes the latest version (2.23.0) and a historical list of versions going back to 1.0.0, with links to each version's documentation page for the `RestoreAgentRequest`."],["`RestoreAgentRequest` is a class used for restoring Dialogflow CX agents, with properties like `AgentContent`, `AgentUri`, and `Name` to specify the restoration source and target agent."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also has a constructor that takes another `RestoreAgentRequest` object as a parameter."],["There are various properties available to control how the restore agent action is handled, such as the `RestoreOption` which allows for selecting different restore modes."]]],[]]