{ "intents": [ { "intent": "GENERATE_CHARACTER", "slots":[ { "name":"interrogative", "type":"INTERROGATIVES" }, { "name":"character_word", "type":"CHARACTER_WORDS" } ] }, { "intent":"ENABLE_PROFANITY", "slots":[ { "name":"profanity_word", "type":"PROFANITY_WORDS" } ] }, { "intent":"DISABLE_PROFANITY", "slots":[ { "name":"profanity_word", "type":"PROFANITY_WORDS" } ] }, { "intent":"AMAZON.RepeatIntent" }, { "intent":"AMAZON.StopIntent" }, { "intent":"AMAZON.CancelIntent" }, { "intent":"AMAZON.YesIntent" }, { "intent":"AMAZON.NoIntent" }, { "intent":"AMAZON.HelpIntent" } ] }