public sealed class ExportAgentRequest : IMessage<ExportAgentRequest>, IEquatable<ExportAgentRequest>, IDeepCloneable<ExportAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
Optional. 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.
Dialogflow performs a write operation for the Cloud Storage object
on the caller's behalf, so your request authentication must
have write permissions for the object. For more information, see
Dialogflow access
control.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExportAgentRequest\u003c/code\u003e class is used to request the export of an agent within the Google Cloud Dialogflow CX V3 API, and it is the main focus of this documentation.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation lists various versions of the \u003ccode\u003eExportAgentRequest\u003c/code\u003e class, ranging from version 1.0.0 to the latest, version 2.23.0, all found under the Google.Cloud.Dialogflow.Cx.V3 namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExportAgentRequest\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportAgentRequest\u003c/code\u003e class has properties like \u003ccode\u003eAgentName\u003c/code\u003e, \u003ccode\u003eAgentUri\u003c/code\u003e, \u003ccode\u003eEnvironment\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e, that are essential for specifying which agent to export and where to export it.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eExportAgentRequest\u003c/code\u003e: a parameterless one and another that takes an existing \u003ccode\u003eExportAgentRequest\u003c/code\u003e object to allow the creation of a new object based on it.\u003c/p\u003e\n"]]],[],null,[]]