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 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."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling comprehensive functionalities for handling agent export responses."],["The class has two constructors: a default one and another that accepts an existing `ExportAgentResponse` object for copying."],["The `ExportAgentResponse` class has two primary properties, `AgentContent` to store zip compressed agent data in bytes, and `AgentUri` to provide a file path for exported agents, as well as a property `AgentCase` to give details about which type of agent is involved in the operation."]]],[]]