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-04-01 UTC."],[[["The provided content details the `ExportAgentResponse` class within the Google Cloud Dialogflow v2 API, showcasing its various versions, ranging from 3.2.0 to the latest 4.26.0."],["`ExportAgentResponse` is a sealed class used as a response message for the `Agents.ExportAgent` method within the API."],["This class inherits from `Object` and implements several interfaces including `IMessage\u003cExportAgentResponse\u003e`, `IEquatable\u003cExportAgentResponse\u003e`, `IDeepCloneable\u003cExportAgentResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class provides two constructors, a default constructor and another taking an `ExportAgentResponse` parameter for cloning, with properties such as `AgentCase`, `AgentContent` and `AgentUri`, allowing one to access the exported agent's raw byte content or URI."],["The AgentOneOfCase is of the type ExportAgentResponse.AgentOneofCase."]]],[]]