Importing Intents
When in the Intents section, you can use the import CTA.
You can import intents using our CSV or our JSON format. You can also import intents from Rasa or Dialogflow ES/CX using our CLI.
#
HumanFirst JSON formatHere's an example of intents with training phrases defined in our JSON format. Consult the JSON format documentation for more details and advanced capabilities.
#
Example#
CSV formatSimple 2 column CSV where the 1 column is the utterance/example and the second column is the corresponding intent. For hierarchical intents, you can define the hierarchy with the delimiter of your choice. On import, you can choose Advanced Options
and pick the delimiter.
#
Example#
Rasa#
Rasa yamlYou can import a Rasa project by providing the Rasa yaml file.
#
Rasa markdownWe also support the older Rasa <3.0 markdown format : Rasa markdown format.
#
CognigyYou can import a Cognigy project exported in the Cognigy JSON format.