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-04-01 UTC."],[[["The page documents the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["It provides a historical list of versions of the Google.Cloud.Dialogflow.V2 API, ranging from version 3.2.0 to the latest, version 4.26.0, for accessing documentation for the ExportAgentResponse class."],["`ExportAgentResponse` is used to handle the response message for agent exports and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for efficient data handling and manipulation."],["The class includes properties like `AgentCase`, `AgentContent`, and `AgentUri`, which manage the different ways an exported agent can be represented, either as raw byte content or as a URI."],["The `ExportAgentResponse` class supports two constructors: a default constructor and one that takes another `ExportAgentResponse` object to help with creating or manipulating this object."]]],[]]