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."],[[["This webpage provides documentation for the `RestoreAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `RestoreAgentRequest` class is used to restore an agent in Dialogflow CX and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage details various versions of the `RestoreAgentRequest`, with the latest version being 2.23.0, and contains a history of versions back to 1.0.0."],["The documentation includes details on the class constructors, such as the default constructor and a constructor that accepts another `RestoreAgentRequest` instance."],["The `RestoreAgentRequest` class contains properties such as `AgentCase`, `AgentContent`, `AgentName`, `AgentUri` and `Name`, each serving a specific purpose in defining how to restore the agent."]]],[]]