public sealed class ExportAgentResponse : IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ExportAgentResponse.
The response message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
[[["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 provides reference documentation for the `ExportAgentResponse` class within the Google Cloud Dialogflow v2 API, specifically detailing its structure, functionality, and implementation across various versions."],["The `ExportAgentResponse` class is used as a response message for the `Agents.ExportAgent` method, containing either a compressed zip of agent data or a URI to the exported agent file."],["The documentation spans multiple versions of the Dialogflow v2 API, ranging from version 3.2.0 to the latest version 4.26.0, with links provided for each version's documentation."],["The `ExportAgentResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `Object`, providing a comprehensive set of functionalities."],["Constructors for creating `ExportAgentResponse` objects, both empty and based on another instance, are provided, along with details on properties like `AgentCase`, `AgentContent`, and `AgentUri` to manage the exported agent data."]]],[]]