public sealed class ExportAgentResponse : IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessage
The response message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
The URI to a file containing the exported agent. This field is populated
only if agent_uri is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
[[["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 page details the `ExportAgentResponse` class, which is used as a response message for exporting agents within the Google Cloud Dialogflow CX V3 service, with the current version being 1.4.0, with 2.23.0 being the latest version."],["`ExportAgentResponse` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor (`ExportAgentResponse()`) and a copy constructor (`ExportAgentResponse(ExportAgentResponse other)`)."],["Key properties of the `ExportAgentResponse` class include `AgentCase` to indicate which type of agent was exported, `AgentContent` for uncompressed byte content of the agent, and `AgentUri` for the URI of the exported agent file."],["The page lists previous versions of `ExportAgentResponse`, with links to their respective documentation pages, for versions ranging from 1.0.0 to 2.22.0."]]],[]]