public sealed class ExportAgentRequest : IMessage<ExportAgentRequest>, IEquatable<ExportAgentRequest>, IDeepCloneable<ExportAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
Required. The Google Cloud Storage
URI to export the agent to.
The format of this URI must be gs://{bucket-name}/{object-name}.
If left unspecified, the serialized agent is returned inline.
[[["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-04-09 UTC."],[[["This webpage details the `ExportAgentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.2.0 and above, which is used to initiate the agent export process in Dialogflow."],["The latest version of `ExportAgentRequest` is 4.26.0, but the page also provides documentation and links to versions dating back to 3.2.0."],["`ExportAgentRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its structure and capabilities in handling data."],["The class has two constructors, allowing it to be initialized either as a new object or as a copy of an existing `ExportAgentRequest`, and has properties such as `AgentUri` and `Parent` that define the export destination and the project it belongs to."],["This class is part of the `Google.Cloud.Dialogflow.V2.dll` assembly, and is responsible for handling the message format for `Agents.ExportAgent`."]]],[]]