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."],[[["This webpage provides documentation for the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in the Dialogflow CX API."],["The content offers versioned documentation links, ranging from version 1.0.0 up to the latest version, 2.23.0, for the `ExportAgentResponse` resource."],["`ExportAgentResponse` is a class that inherits from Object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportAgentResponse` class has two constructors and three properties, `AgentCase`, `AgentContent` (for raw byte content), and `AgentUri` (for file URI)."],["The documentation outlines how to use the `ExportAgentResponse` class within the Dialogflow CX API, offering the ability to retrieve the contents or the URI of an exported agent."]]],[]]