{ "name": "affirmation_denial", "intents": { "affirmation": { "utterance_samples": [ "Yes", "Yep", "Yup", "Yeah", "Let's do it", "For sure", "Sure thing", "Of course!", "Okay", "OK", "Alright", "Correct", "Indeed", "Agree", "Perfect", "That's right", "That works", "Go ahead", "Why not", "Please" ], "value": true }, "denial": { "utterance_samples": [ "No", "No no don't", "Nope", "Naa", "No thanks", "No I'm fine", "Hell no", "Please do not" ], "value": false } } }