public sealed class ExportEntityTypesResponse : IMessage<ExportEntityTypesResponse>, IEquatable<ExportEntityTypesResponse>, IDeepCloneable<ExportEntityTypesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ExportEntityTypesResponse.
The response message for
[EntityTypes.ExportEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ExportEntityTypes].
public InlineDestination EntityTypesContent { get; set; }
Uncompressed byte content for entity types. This field is populated only
if entity_types_content_inline is set to true in
[ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
The URI to a file containing the exported entity types. This field is
populated only if entity_types_uri is specified in
[ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
[[["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 page provides documentation for the \u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, covering versions from 1.0.0 to 2.23.0 (latest).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e is a class used in the Dialogflow v3 API for handling the response when exporting entity types and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers properties like \u003ccode\u003eEntityTypesContent\u003c/code\u003e, which stores the uncompressed content of entity types, and \u003ccode\u003eEntityTypesUri\u003c/code\u003e, which provides a URI to a file containing exported entity types.\u003c/p\u003e\n"],["\u003cp\u003eThere are different constructors for creating an instance of \u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e, including a default constructor and one that accepts another \u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportedEntityTypesCase\u003c/code\u003e property is an enumeration used to determine if content or uri is being used for the entity types, and the \u003ccode\u003eHasEntityTypesUri\u003c/code\u003e indicates if the uri property is set.\u003c/p\u003e\n"]]],[],null,[]]