public sealed class ExportAgentResponse : IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ExportAgentResponse.
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 reference documentation for the `ExportAgentResponse` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `ExportAgentResponse` class is used as the response message for the `Agents.ExportAgent` method, facilitating the export of agent data."],["The latest available version of the documentation is for version 4.26.0, while the current page context is version 4.17.0, and documentation for versions from 3.2.0 up to 4.26.0 is available."],["`ExportAgentResponse` can contain either `AgentContent` (compressed agent data) or `AgentUri` (a URI to the exported agent file), based on the `ExportAgentRequest`."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to initialize and clone `ExportAgentResponse` objects."]]],[]]