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 documents the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["It provides a history of versions for `ExportAgentResponse`, ranging from 4.26.0 (latest) down to 3.2.0 and describes its relation to the `Agents.ExportAgent` function."],["The `ExportAgentResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless one and one that takes another `ExportAgentResponse` object, allowing you to make a new `ExportAgentResponse` object with the same values of the passed in object, and it contains properties such as `AgentCase`, `AgentContent`, and `AgentUri`."],["The webpage provides documentation, inherited members, and information on the namespace, assembly and constructors related to `ExportAgentResponse`."]]],[]]