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.
[[["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."],[[["This document outlines the `ExportAgentRequest` class, which is used to request the export of an agent within the Google Cloud Dialogflow CX V3 service, with the latest version being 2.23.0."],["The `ExportAgentRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is designed to work within the context of a request, allowing users to export an agent either to a Google Cloud Storage URI or retrieve it inline."],["It supports specifying the agent to export by its name, and it also offers optional parameters such as `AgentUri` for the storage location and `Environment` for specifying a particular environment."],["The document lists available versions from 1.0.0 up to the current latest 2.23.0, each with a link to the `ExportAgentRequest` class documentation for that specific version, detailing its implementation of various interfaces and inherited members."],["The `ExportAgentRequest` class includes constructors, properties like `AgentName`, `AgentUri`, `Environment`, `EnvironmentAsEnvironmentName`, and `Name`, enabling detailed configuration of the export operation, offering information about each of the properties and their respective value types."]]],[]]