Dialogflow v3 API - Enum ExportEntityTypesRequest.Types.DataFormat (2.17.0)

public enum ExportEntityTypesRequest.Types.DataFormat

Reference documentation and code samples for the Dialogflow v3 API enum ExportEntityTypesRequest.Types.DataFormat.

Data format of the exported entity types.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Blob

EntityTypes will be exported as raw bytes.

JsonPackage

EntityTypes will be exported in JSON Package format.

Unspecified

Unspecified format. Treated as BLOB.