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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e class within the Dialogflow v3 API for .NET, detailing its properties, constructors, inheritance, and implementation of various interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e class is 2.23.0, with numerous previous versions also documented, ranging down to version 1.0.0, and is located within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e class is used as a response message for the \u003ccode\u003eEntityTypes.ExportEntityTypes\u003c/code\u003e method, allowing for the exporting of entity types, and implements interfaces such as \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 class offers two constructors, a default one and one that takes another \u003ccode\u003eExportEntityTypesResponse\u003c/code\u003e object, along with properties for handling the content of exported entity types, either via \u003ccode\u003eEntityTypesContent\u003c/code\u003e or \u003ccode\u003eEntityTypesUri\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExportedEntityTypesCase\u003c/code\u003e allows us to see which property is used to retrieve the content whether \u003ccode\u003eEntityTypesContent\u003c/code\u003e or \u003ccode\u003eEntityTypesUri\u003c/code\u003e, while \u003ccode\u003eHasEntityTypesUri\u003c/code\u003e is a boolean that indicates whether the field "entity_types_uri" is set.\u003c/p\u003e\n"]]],[],null,[]]