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.
Property Value
Type
Description
System.String
Name
public string Name { get; set; }
Required. The name of the agent to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
[[["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 content provides documentation for the \u003ccode\u003eExportAgentRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, detailing its properties, constructors, and inherited members.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportAgentRequest\u003c/code\u003e class is used to define the request message for exporting agents in the Dialogflow CX API, specifically for the \u003ccode\u003eAgents.ExportAgent\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThere are a list of historical versions of the documentation available, from version 1.0.0 all the way to the latest, 2.23.0, showcasing the evolution and any changes over time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportAgentRequest\u003c/code\u003e class has properties such as \u003ccode\u003eAgentName\u003c/code\u003e, \u003ccode\u003eAgentUri\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e, allowing you to specify the agent to export, as well as the location to export to.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message manipulation, equality checks, deep cloning, and efficient data handling.\u003c/p\u003e\n"]]],[],null,[]]