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 webpage details the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development, and it is part of the version 3.9.0 library but also includes versions up to 4.26.0."],["`ExportAgentResponse` serves as the response message for the `Agents.ExportAgent` operation, as it's used to export Dialogflow agents."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it follows specific protocols and can handle message operations effectively."],["The class `ExportAgentResponse` contains the `AgentCase`, `AgentContent`, and `AgentUri` properties which are essential for managing exported agent data, including compressed content and file URIs."],["There is a list of other class version links available to be viewed on the page, ranging from version 3.2.0 all the way to version 4.26.0, which is labeled as the latest."]]],[]]