Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DataFormat.
Data format of the exported intents.
Protobuf type google.cloud.dialogflow.cx.v3.ExportIntentsRequest.DataFormat
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ExportIntentsRequestMethods
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
Intents will be exported as raw bytes.
Generated from protobuf enum BLOB = 1;
JSON
Value: 2
Intents will be exported in JSON format.
Generated from protobuf enum JSON = 2;
CSV
Value: 3
Intents will be exported in CSV format.
Generated from protobuf enum CSV = 3;