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."],[[["The latest version of the Google Cloud Dialogflow V2 API available is 4.26.0, with a variety of previous versions ranging from 4.25.0 down to 3.2.0, all of which include the `ExportAgentResponse` class."],["The `ExportAgentResponse` class, part of the Google.Cloud.Dialogflow.V2 namespace, is used as the response message for `Agents.ExportAgent`."],["The `ExportAgentResponse` class includes properties such as `AgentCase`, `AgentContent`, and `AgentUri`, each with specific data types and descriptions, to handle exported agent data."],["The `ExportAgentResponse` class can either contain `AgentContent` which is zip compressed raw byte content for an agent or `AgentUri` which is the URI to a file containing an exported agent."],["The `ExportAgentResponse` class inherits from Object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]