Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DataFormat.
Data format of the exported entity types.
Protobuf type google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest.DataFormat
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ExportEntityTypesRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATA_FORMAT_UNSPECIFIED
Value: 0
Unspecified format. Treated as BLOB
.
Generated from protobuf enum DATA_FORMAT_UNSPECIFIED = 0;
BLOB
Value: 1
EntityTypes will be exported as raw bytes.
Generated from protobuf enum BLOB = 1;
JSON_PACKAGE
Value: 5
EntityTypes will be exported in JSON Package format.
Generated from protobuf enum JSON_PACKAGE = 5;