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].
Implements
IMessageExportEntityTypesResponse, IEquatableExportEntityTypesResponse, IDeepCloneableExportEntityTypesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExportEntityTypesResponse()
public ExportEntityTypesResponse()
ExportEntityTypesResponse(ExportEntityTypesResponse)
public ExportEntityTypesResponse(ExportEntityTypesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ExportEntityTypesResponse |
Properties
EntityTypesContent
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].
Property Value | |
---|---|
Type | Description |
InlineDestination |
EntityTypesUri
public string EntityTypesUri { get; set; }
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].
Property Value | |
---|---|
Type | Description |
string |
ExportedEntityTypesCase
public ExportEntityTypesResponse.ExportedEntityTypesOneofCase ExportedEntityTypesCase { get; }
Property Value | |
---|---|
Type | Description |
ExportEntityTypesResponseExportedEntityTypesOneofCase |
HasEntityTypesUri
public bool HasEntityTypesUri { get; }
Gets whether the "entity_types_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |