public sealed class ExportAgentResponse : IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessage
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 webpage details the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, used for responses from the `Agents.ExportAgent` method in the Dialogflow API."],["The `ExportAgentResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors, one default and another that accepts another `ExportAgentResponse` instance for copying."],["The `ExportAgentResponse` class has properties for `AgentCase`, `AgentContent`, and `AgentUri`, allowing users to retrieve agent information as zip compressed raw bytes or as a URI to an exported file."],["The page lists various versions of the `Google.Cloud.Dialogflow.V2` package, from 4.26.0 (latest) down to 3.2.0, for users to consult when exporting."]]],[]]