public sealed class ExportAgentResponse : IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ExportAgentResponse.
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-04-09 UTC."],[[["The content provides documentation for the `ExportAgentResponse` class within the Google Cloud Dialogflow CX V3 API, specifically for the .NET framework."],["The latest version of `ExportAgentResponse` is version 2.23.0, with a full history of versions from 1.0.0 to the current release being available to view."],["`ExportAgentResponse` is the response message for the `Agents.ExportAgent` function and inherits from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides properties such as `AgentCase`, `AgentContent`, and `AgentUri`, allowing access to information regarding the agent that has been exported via the function."],["The `ExportAgentResponse` class is found within the `Google.Cloud.Dialogflow.Cx.V3` namespace, within the Google Cloud package."]]],[]]