Uploading utterances

Text format#

This format is useful if you have a single list of utterances that you want to import in HumanFirst. The format consists of a text file (.txt) in which each line contains 1 utterance.

Example#

I have a problem signing up to your service.
Iā€™m looking for a Honda Civic 2015.
I really like the service so far, how can I upgrade?

HumanFirst JSON format#

Here's an example of utterances defined in our JSON format. Consult the JSON format documentation for more details and advanced capabilities.

Example#

{
"$schema": "https://docs.humanfirst.ai/hf-json-schema.json",
"examples": [
{
"text": "where to report lost discover credit card"
},
{
"text": "I lost my credit card"
}
]
}

Gzipping#

All supported formats can be uploaded as gzipped files (.gz).