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 purpose as a response message for agent export operations."],["The documentation covers a comprehensive range of versions for the `ExportAgentResponse` class, from version 1.0.0 up to the latest version 2.23.0."],["The `ExportAgentResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class offers two constructors and three properties: AgentCase, AgentContent and AgentUri, to handle the data retrieved during the export process."],["The property AgentContent represents uncompressed raw bytes for the agent, while AgentUri represents the file containing the exported agent, if specified in the request."]]],[]]