Module: Google::Cloud::Dialogflow::CX::V3::ExportPlaybookRequest::DataFormat

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb

Overview

Data format of the exported playbook.

Constant Summary collapse

DATA_FORMAT_UNSPECIFIED =

Unspecified format.

0
BLOB =

Flow content will be exported as raw bytes.

1
JSON =

Flow content will be exported in JSON format.

2