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."],[[["This webpage details the `ExportAgentResponse` class, which is a response message used within the Google Cloud Dialogflow CX V3 API, specifically for the `Agents.ExportAgent` operation."],["The latest version of the `ExportAgentResponse` class is 2.23.0, and the page provides access to the documentation for versions ranging from 1.0.0 up to the current latest."],["The `ExportAgentResponse` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ExportAgentResponse` class include `AgentCase`, `AgentContent`, and `AgentUri`, which relate to the exported agent's data, content, and URI, respectively."],["The `ExportAgentResponse` class can be constructed using a default constructor, or a copy constructor that accepts another `ExportAgentResponse` instance."]]],[]]