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 provided content is a documentation page for the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing various versions and its properties."],["The latest version available is 4.26.0, and the content lists multiple historical versions of the `ExportAgentResponse`, down to version 3.2.0."],["The `ExportAgentResponse` class is used as the response message for exporting agents and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `AgentCase`, `AgentContent` (for zip-compressed agent content), and `AgentUri` (a URI to an exported agent file)."],["The `ExportAgentResponse` has two constructors: a default parameterless constructor and one that takes in another `ExportAgentResponse`."]]],[]]