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 documents the `RestoreAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for restoring Dialogflow CX agents."],["The `RestoreAgentRequest` class supports restoring agents from either raw byte content or a Google Cloud Storage URI."],["The `RestoreAgentRequest` class has properties such as `AgentContent`, `AgentUri`, `AgentName`, `Name`, `RestoreOption`, and `AgentCase` to set and manage the restore operation."],["There are multiple versions of this tool available, with version 2.23.0 being the latest and version 1.0.0 being the oldest, and many in between for the user to select."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all providing various functionalities for managing restore requests."]]],[]]