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 structure and functionality for exporting agents."],["The `ExportAgentResponse` class, part of the Google Cloud Dialogflow CX v3 API, is the response message for agent export operations and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of `ExportAgentResponse` documented is 2.23.0, and the page contains documentation for versions ranging back to 1.0.0, including the current 1.8.0 version."],["The `ExportAgentResponse` class includes properties like `AgentCase`, `AgentContent`, and `AgentUri` to handle the various aspects of the exported agent data, such as byte content and file URI."],["The documentation lists the class's constructors and inherited members from the `Object` class, providing a comprehensive view of its available methods and behaviors."]]],[]]