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-03-21 UTC."],[[["The `ExportAgentResponse` class is used to represent the response message for exporting agents in the Google Cloud Dialogflow CX v3 API, which is available across multiple versions from 1.0.0 to 2.23.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ExportAgentResponse` class includes properties such as `AgentCase`, `AgentContent` (uncompressed raw byte content for agent), and `AgentUri` (URI to the exported agent file)."],["The class has two constructors: a default constructor `ExportAgentResponse()` and one that takes another `ExportAgentResponse` object, `ExportAgentResponse(ExportAgentResponse other)`."],["The most recent version available for this file is 2.23.0, located at `/dotnet/docs/reference/Google.Cloud.Dialogflow.Cx.V3/latest/Google.Cloud.Dialogflow.Cx.V3.ExportAgentResponse`."]]],[]]