hande unknown questions

This commit is contained in:
GotPPay
2018-01-18 22:07:23 +01:00
parent 9e4b06bd4c
commit a570640fe1
2 changed files with 26 additions and 4 deletions

View File

@@ -26,6 +26,11 @@ constants.HTTPResultCodes = {
constants.SKILL_ID_LENGTH = 24;
constants.voiceResponseStrings = {
QUESTION_NOT_FOUND : 'Sorry, I didnt understan',
GENERIC_CONTINUE : 'Would you like to continue'
}
module.exports = constants;