public sealed class ExportIntentsResponse : IMessage<ExportIntentsResponse>, IEquatable<ExportIntentsResponse>, IDeepCloneable<ExportIntentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ExportIntentsResponse.
The response message for
[Intents.ExportIntents][google.cloud.dialogflow.cx.v3.Intents.ExportIntents].
public InlineDestination IntentsContent { get; set; }
Uncompressed byte content for intents. This field is populated only if
intents_content_inline is set to true in
[ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
The URI to a file containing the exported intents. This field is
populated only if intents_uri is specified in
[ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe content provides reference documentation for the \u003ccode\u003eExportIntentsResponse\u003c/code\u003e class within the Google.Cloud.Dialogflow.Cx.V3 namespace, specifically for version 2.19.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExportIntentsResponse\u003c/code\u003e is a class used in the Dialogflow v3 API for handling the response to an intent export operation, and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes a list of available versions, ranging from the latest 2.23.0 down to 1.0.0, allowing developers to navigate to the relevant version's documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eExportIntentsResponse\u003c/code\u003e can either contain the exported intents directly as \u003ccode\u003eIntentsContent\u003c/code\u003e if set to be inline, or give a \u003ccode\u003eIntentsUri\u003c/code\u003e pointing to the exported file, with the \u003ccode\u003eIntentsCase\u003c/code\u003e determining which case is used.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHasIntentsUri\u003c/code\u003e property can be used to verify if the property for the URI of the exported intents was set.\u003c/p\u003e\n"]]],[],null,[]]