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, specifically for .NET development."],["The `ExportAgentResponse` class is the designated response message for the `Agents.ExportAgent` operation within the Dialogflow V2 API."],["This page lists the different version numbers, ranging from `3.2.0` all the way up to the `4.26.0 (latest)` version, providing documentation links for each one."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, adding various methods."],["The `ExportAgentResponse` class has properties `AgentCase`, `AgentContent` which is the zip compressed raw byte content for agent, and `AgentUri` which is a file path for the exported agent, with two constructors available."]]],[]]