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."],[[["The `ExportAgentResponse` class is used as a response message for exporting agents in the Google Cloud Dialogflow V2 API."],["This class is part of the `Google.Cloud.Dialogflow.V2` namespace and is implemented in the `Google.Cloud.Dialogflow.V2.dll` assembly, and is available in version 3.8.0."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cExportAgentResponse\u003e`, `IDeepCloneable\u003cExportAgentResponse\u003e`, and `IBufferMessage`."],["The `ExportAgentResponse` class has two constructors: a default constructor and one that accepts another `ExportAgentResponse` object."],["The webpage lists various versions of the google cloud dialogflow's API, with version 4.26.0 being the latest, all referencing the ExportAgentResponse class."]]],[]]