Enum ExportPlaybookRequest.DataFormat (0.89.0)

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

Data format of the exported playbook.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLOB

Flow content will be exported as raw bytes.

BLOB = 1;

BLOB_VALUE

Flow content will be exported as raw bytes.

BLOB = 1;

DATA_FORMAT_UNSPECIFIED

Unspecified format.

DATA_FORMAT_UNSPECIFIED = 0;

DATA_FORMAT_UNSPECIFIED_VALUE

Unspecified format.

DATA_FORMAT_UNSPECIFIED = 0;

JSON

Flow content will be exported in JSON format.

JSON = 2;

JSON_VALUE

Flow content 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()