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 provides documentation for the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.3.0 and above."],["The `ExportAgentResponse` class is used as a response message for the `Agents.ExportAgent` method, allowing the retrieval of exported agent data."],["There are numerous available version of the documentation from 3.2.0 all the way to the most recent version of 4.26.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, showcasing its structure and capabilities."],["The `ExportAgentResponse` class includes properties like `AgentContent` (for zip-compressed agent data) and `AgentUri` (for the URI of the exported agent file)."]]],[]]