improve default built-in intents

This commit is contained in:
GotPPay
2018-01-24 13:02:46 +01:00
parent c0a177d39b
commit adc1f1c099
2 changed files with 10 additions and 6 deletions

View File

@@ -28,7 +28,8 @@ constants.SKILL_ID_LENGTH = 24;
constants.voiceResponseStrings = {
QUESTION_NOT_FOUND : 'Sorry, I didnt understand',
GENERIC_CONTINUE : 'Would you like to continue'
GENERIC_CONTINUE : 'Would you like to continue',
DIDNT_ASK_ANYTHING : 'There was no question to answer to',
}
//Timing is given in [ms]