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 version 3.10.0."],["The `ExportAgentResponse` class is a response message used for exporting agents in the Dialogflow API, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides links to the documentation of various versions of `ExportAgentResponse`, ranging from version 3.2.0 to 4.26.0, with 4.26.0 being the latest."],["The `ExportAgentResponse` class has two constructors, `ExportAgentResponse()` and `ExportAgentResponse(ExportAgentResponse)`, and includes properties like `AgentCase`, `AgentContent`, and `AgentUri`."],["The class inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."]]],[]]