botpress / botpress-examples

53 stars 35 forks source link

what is the max number of utterance per intent for native nlu? #9

Closed Primtek closed 6 years ago

Primtek commented 6 years ago

what is the max number of utterance per intent for native nlu? looks like max 11 utterance per intent.. cmiiw .. another question is:

config/nlu_json { "intentsDir": "./generated/intents", "entitiesDir": "./generated/entities", "provider": "native", "debugModeEnabled": true, "minimumConfidence": "0.3", }

is there any way to set minimumConfidence per intent?

Primtek commented 6 years ago

hello .. any update regarding on this?