Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DataFormat.
Data format of the exported test cases.
Protobuf type google.cloud.dialogflow.cx.v3.ExportTestCasesRequest.DataFormat
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ExportTestCasesRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATA_FORMAT_UNSPECIFIED
Value: 0
Unspecified format.
Generated from protobuf enum DATA_FORMAT_UNSPECIFIED = 0;
BLOB
Value: 1
Raw bytes.
Generated from protobuf enum BLOB = 1;
JSON
Value: 2
JSON format.
Generated from protobuf enum JSON = 2;