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 page provides documentation for the `ExportAgentResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `ExportAgentResponse` class is used as a response message for exporting agents in Dialogflow CX, with 37 different versions listed ranging from version 1.0.0 to 2.23.0 (latest)."],["This class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which provide essential functionalities for message handling."],["`ExportAgentResponse` class has two constructors and three properties that are `AgentCase`, `AgentContent`, and `AgentUri`, used to handle different content when an agent is exported."],["The documentation also lists inherited members from `Object`, providing standard functionalities such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]