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 page provides reference documentation for the `ExportAgentResponse` class within the Google Cloud Dialogflow v2 API, specifically for version 4.13.0."],["`ExportAgentResponse` is the response message for the `Agents.ExportAgent` method, used when exporting data from Dialogflow agents."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various methods for message handling, comparison, and cloning."],["It has two constructors, `ExportAgentResponse()`, and `ExportAgentResponse(ExportAgentResponse other)` allowing for both default and copy initialization."],["Key properties of `ExportAgentResponse` include `AgentCase`, `AgentContent` (zip compressed agent content), `AgentUri` (URI to the exported agent file), `HasAgentContent`, and `HasAgentUri` (checks for field presence)."]]],[]]