Enum ExportAgentRequest.DataFormat (0.52.0)

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

Data format of the exported agent.

Protobuf enum google.cloud.dialogflow.cx.v3.ExportAgentRequest.DataFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOB

Agent content will be exported as raw bytes.

BLOB = 1;

BLOB_VALUE

Agent 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_PACKAGE

Agent content will be exported in JSON Package format.

JSON_PACKAGE = 4;

JSON_PACKAGE_VALUE

Agent content will be exported in JSON Package format.

JSON_PACKAGE = 4;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()