Google Cloud Dialogflow Cx V3 Client - Class DataFormat (0.1.1)

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 \ ExportTestCasesRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;