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 request the restoration of an agent within the Google Cloud Dialogflow CX V3 service."],["This request can be initiated using either uncompressed raw byte content, specified with `AgentContent`, or a Google Cloud Storage URI, specified with `AgentUri`."],["The agent being restored into is defined by the `Name` property, requiring the project, location, and agent IDs."],["The `AgentCase` property indicates whether `AgentContent` or `AgentUri` is being used, to restore an agent."],["The `RestoreOption` property allows for specifying how the agent should be restored, defaulting to `KEEP` if not explicitly set."]]],[]]