improve dialog ; send email

This commit is contained in:
GotPPay
2018-01-19 16:29:47 +01:00
parent 4b594898b1
commit 2f82709f11
4 changed files with 126 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ constants.HTTPResultCodes = {
constants.SKILL_ID_LENGTH = 24;
constants.voiceResponseStrings = {
QUESTION_NOT_FOUND : 'Sorry, I didnt understan',
QUESTION_NOT_FOUND : 'Sorry, I didnt understand',
GENERIC_CONTINUE : 'Would you like to continue'
}