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 provides documentation for the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, inheritance, and implemented interfaces."],["The `ExportAgentResponse` class is part of the Google Cloud Dialogflow V2 library for .NET and is used as the response message for exporting agents via the `Agents.ExportAgent` method."],["The available versions of the documentation range from version 3.2.0 to the latest version, 4.26.0, for the .NET library, and a version list is accessible for navigating between them."],["The `ExportAgentResponse` class includes properties such as `AgentCase`, `AgentContent`, and `AgentUri`, which are used to define how the exported agent data will be provided in the response."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting common members from the base `Object` class, and has the possibility of being created by two constructors `ExportAgentResponse()` or `ExportAgentResponse(ExportAgentResponse other)`."]]],[]]