Module: Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest::DataFormat
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/intent.rb
Overview
Data format of the exported intents.
Constant Summary collapse
- DATA_FORMAT_UNSPECIFIED =
Unspecified format. Treated as
BLOB
. 0
- BLOB =
Intents will be exported as raw bytes.
1
- JSON =
Intents will be exported in JSON format.
2
- CSV =
Intents will be exported in CSV format.
3