You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
373 B
JSON

{
"language": "en",
"confirmation_cancel_pattern": "(?i)(?:\\W+|^)(?:cancel)(?:\\W+|$)",
"confirmation_yes_pattern": "(?i)(?:\\W+|^)(?:yes)(?:\\W+|$)",
"confirmation_no_pattern": "(?i)(?:\\W+|^)(?:no)(?:\\W+|$)",
"general_misunderstanding": "Sorry I didn't understand what you want",
"answer_misunderstanding": "I couldn't understand your answer"
}