Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest::DataFormat (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest::DataFormat.

Data format of the exported intents.

Constants

DATA_FORMAT_UNSPECIFIED

value: 0
Unspecified format. Treated as BLOB.

BLOB

value: 1
Intents will be exported as raw bytes.

JSON

value: 2
Intents will be exported in JSON format.

CSV

value: 3
Intents will be exported in CSV format.