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 document outlines the `RestoreAgentRequest` class, which is used to restore agents within the Google Cloud Dialogflow CX V3 service, specifically within the context of the .NET library."],["This document details 37 different versions of the `RestoreAgentRequest` class, including links to each version's documentation and with the latest version being 2.23.0."],["The `RestoreAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its capabilities and interoperability within the .NET ecosystem."],["Key properties of the `RestoreAgentRequest` class include `AgentContent` for uncompressed raw byte data, `AgentName` for the agent's identifier, `AgentUri` for a Google Cloud Storage URI, `Name` for the target agent's name, and `RestoreOption` to define the restore mode."],["The `RestoreAgentRequest` class is found within the `Google.Cloud.Dialogflow.Cx.V3` namespace and its assembly file is `Google.Cloud.Dialogflow.Cx.V3.dll`, emphasizing its place in the Google Cloud Dialogflow .NET library."]]],[]]