public sealed class ExportAgentResponse : IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessage
The response message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
The URI to a file containing the exported agent. This field is populated
only if agent_uri is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
[[["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-09 UTC."],[[["The `ExportAgentResponse` class is used to represent the response message for exporting agents in the Google Cloud Dialogflow CX V3 API, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `ExportAgentResponse` class has two constructors: a default constructor and another that takes another `ExportAgentResponse` instance as a parameter for copying."],["The class includes three properties, `AgentCase`, `AgentContent`, and `AgentUri`, to manage different types of agent data in the response, specifically the case of the agent type, uncompressed raw agent content, and the URI to a file containing the exported agent."],["The webpage provides a comprehensive version history for `ExportAgentResponse`, ranging from version 2.23.0 (latest) down to version 1.0.0, indicating a detailed evolution of the API."]]],[]]