public enum ExportPlaybookRequest.DataFormat extends Enum<ExportPlaybookRequest.DataFormat> implements ProtocolMessageEnumData format of the exported playbook.
Protobuf enum google.cloud.dialogflow.cx.v3beta1.ExportPlaybookRequest.DataFormat
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BLOB |
Flow content will be exported as raw bytes. |
BLOB_VALUE |
Flow content will be exported as raw bytes. |
DATA_FORMAT_UNSPECIFIED |
Unspecified format. |
DATA_FORMAT_UNSPECIFIED_VALUE |
Unspecified format. |
JSON |
Flow content will be exported in JSON format. |
JSON_VALUE |
Flow content will be exported in JSON format. |
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() |
|