intent_format
Specifies the format in which the intent data is going to be converted before exporting.
| Numeric format | String format | Description |
|---|---|---|
| 1 | INTENTS_FORMAT_CSV_SIMPLE_INTENTS | Two-column csv formatted as text,intent_name - fields delimited by "" |
| 2 | INTENTS_FORMAT_RASA_MARKDOWN | Rasa 1.0 NLU format |
| 3 | INTENTS_FORMAT_RASA_YAML | Rasa 2.0 NLU format |
| 5 | INTENTS_FORMAT_DIALOGFLOW_ES_AGENT | Dialogflow agent export format |
| 7 | INTENTS_FORMAT_HF_JSON | HumanFirst JSON format |
| 8 | INTENTS_FORMAT_COGNIGY_JSON | Cognigy intents JSON format |