Enum ExportIntentsRequest.DataFormat (0.54.0)

public enum ExportIntentsRequest.DataFormat extends Enum<ExportIntentsRequest.DataFormat> implements ProtocolMessageEnum

Data format of the exported intents.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest.DataFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLOB

Intents will be exported as raw bytes.

BLOB = 1;

BLOB_VALUE

Intents will be exported as raw bytes.

BLOB = 1;

CSV

Intents will be exported in CSV format.

CSV = 3;

CSV_VALUE

Intents will be exported in CSV format.

CSV = 3;

DATA_FORMAT_UNSPECIFIED

Unspecified format. Treated as BLOB.

DATA_FORMAT_UNSPECIFIED = 0;

DATA_FORMAT_UNSPECIFIED_VALUE

Unspecified format. Treated as BLOB.

DATA_FORMAT_UNSPECIFIED = 0;

JSON

Intents will be exported in JSON format.

JSON = 2;

JSON_VALUE

Intents will be exported in JSON format.

JSON = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()