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"]],[["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 content provides documentation for the `ExportAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, constructors, and inherited members."],["The `ExportAgentRequest` class is used to define the request message for exporting agents in the Dialogflow CX API, specifically for the `Agents.ExportAgent` method."],["There 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."],["The `ExportAgentRequest` class has properties such as `AgentName`, `AgentUri`, and `Name`, allowing you to specify the agent to export, as well as the location to export to."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation, equality checks, deep cloning, and efficient data handling."]]],[]]