Alexa Skill: работает для первого вопроса, но не для второго.

Навык Alexa работает для первого вопроса, но не для второго. Это викторина с беспорядочными буквами, в которой используется следующий массив

var arr = [{"Q":"dcha","A":"chad"},{"Q":"goto","A":"togo"},{"Q":"alim","A":"mali"}];

введите описание изображения здесь

но на второй вопрос он дает неверный ответ  введите описание изображения здесь

Вывод JSON для togo

{
    "version": "1.0",
    "session": {
        "new": false,
        "sessionId": "amzn1.echo-api.session.9dfd014c-e3b7-489c-bdeb-f5771de1ca6b",
        "application": {
            "applicationId": "amzn1.ask.skill.f2d596ad-f75b-48fc-a48e-c7eb48ad8415"
        },
        "attributes": {
            "Game": {
                "count": 3,
                "score": 1,
                "index": 1,
                "end": 0
            }
        },
        "user": {
            "userId": "amzn1.ask.account.AETGLHBMP4M7D4AOVQ2ZHB74O7XLYO66NDYSYVOKWBF4TQCINSUCRQTIIPTV3LIIVONHKX3B5LYKCLDXRWWVZWMMMPJXVAZZML63IJDB3AD5FBP4MNOIPOKJLXGSPN6BFM4CJJI5NIMROXVML5EIRWYJBB6CQBQRMROWVNJPXI4MQCH6ITJEJIVSJFD3DW54DEZNQS4QWAJXHLY"
        }
    },
    "context": {
        "System": {
            "application": {
                "applicationId": "amzn1.ask.skill.f2d596ad-fa48e-c7eb48ad8415"
            },
            "user": {
                "userId": "amzn1.ask.account.AETGLHBMP4M7D4AOVQ2ZHB74O7XLYO66NDYSYVOKWBF4TQCINSUCRQTIIPTV3LIIVONHKX3B5LYKCLDXRWWVZWMMMPJXVAZZML63IJDB3AD5FBP4MNOIPOKJLXGSPN6BFM4CJJI5NIMROXVML5EIRWYJBB6CQBQRMROWVNJQWAJXHLY"
            },
            "device": {
                "deviceId": "amzn1.ask.device.AF2B7XVYMPUBHAESIYFYP7NNPRBBONKYO2Y6BEVNUZGCFAR3CHFFQS7CJVD4GYLJIC3VBJLMDWKSP4SWNY4QLJPHIBIY7LS3J43Y4VJIO45WERQHOXW6IKBPKAC7IHFGQ",
                "supportedInterfaces": {}
            },
            "apiEndpoint": "https://api.eu.amazonalexa.com",
            "apiAccessToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjEifQ.eyJhdWQiOiJodHRwczovL2FwaS5hbWF6b25hbGV4YS5jb20iLCJpc3MiOiJBbGV4YVNraWxsS2l0Iiwic3ViIjoiYW16bjEuYXNrLnNraWxsLmYyZDU5NmFkLWY3NWItNDhmYy1hNDhlLWM3ZWI0OGFkODQxNSIsImV4cCI6MTUzNTk5NDI0NCwiaWF0IjoxNTM1OTkwNjQ0LCJuYmYiOjE1MzU5OTA2NDQsInByaXZhdGVDbGFpbXMiOnsiY29uc2VudFRva2VuIjpudWxsLCJkZXZpY2VJZCI6ImFtem4xLmFzay5kZXZpY2UuQUYyQjdYVllNUFVCSEFFU0lZRllQN05OUFJCQk9OS1lPMlk29YVzZJS0JQS0FDN0lIRkdRIiwidXNlcklkIjoiYW16bjEuYXNrLmFjY291bnQuQUVUR0xIQk1QNE03RDRBT1ZRMlpIQjc0TzdYTFlPNjZORFlTWVZPS1dCRjRUUUNJTlNVQ1JRVElJUFRWM0xJSVZPTkhLWDNCNUxZS0NMRFhSV1dWWldNTU1QSlhWQVpaTUw2M0lKREIzQUQ1RkJQNE1OT0lQT0tKTFhHU1BONkJGTTRDSkpJNU5JTVJPWFZNTDVFSVJXWUpCQjZDUUJRUk1ST1dWTkpQWEk0TVFDSDZJVEpFSklWU0pGRDNEVzU0REVaTlFTNFFXQUpYSExZIn19.JLLRNKg_uy4PchWxolyPizEoAUcjFFul2_PmxRdHiOp8zB115aD3FXyUlW-IcDjl2GKjmwbt44sOJifY40PVNc_MeIGt_1FpPRh6cPTsEc6NdhDPIzKoakzpQkbWTvFyMu7WgMARXXX6c5jL4vkYEMnsKMideqs5dsiWLJWI2jEjwRIpXC92RP5vXbFq3xIl1Wwqg-zav6vlanrYIixEaEbRzan1XXBnaLwABDJlC5rfS-Uw9Js4hxzZJT0auOLtIP_O8pcJMhN_H8xLfDroxmoHzjVfXKRPP02s6BCzWFbDmV1VrUDB0FRocGUHGOvhfnk-kLbdwnsRHLgutjaiXg"
        }
    },
    "request": {
        "type": "IntentRequest",
        "requestId": "amzn1.echo-api.request.6864f5ff-45a9--58373e035519",
        "timestamp": "2018-09-03T16:04:04Z",
        "locale": "en-US",
        "intent": {
            "name": "AnswerIntent",
            "confirmationStatus": "NONE",
            "slots": {
                "LetterOne": {
                    "name": "LetterOne",
                    "value": "T.",
                    "resolutions": {
                        "resolutionsPerAuthority": [
                            {
                                "authority": "amzn1.er-authority.echo-sdk.amzn1.ask.skill.-f75b-48fc-a48e-c7eb48ad8415.Alphabets",
                                "status": {
                                    "code": "ER_SUCCESS_MATCH"
                                },
                                "values": [
                                    {
                                        "value": {
                                            "name": "t",
                                            "id": "e358efa489f58062f10dd7316b65649e"
                                        }
                                    }
                                ]
                            }
                        ]
                    },
                    "confirmationStatus": "NONE"
                },
                "Guess": {
                    "name": "Guess",
                    "value": "Togo",
                    "resolutions": {
                        "resolutionsPerAuthority": [
                            {
                                "authority": "amzn1.er-authority.echo-sdk.amzn1.ask.skill.f2d596ad-f75b-48fc-a48e-c7eb48ad8415.Answers",
                                "status": {
                                    "code": "ER_SUCCESS_MATCH"
                                },
                                "values": [
                                    {
                                        "value": {
                                            "name": "togo",
                                            "id": "da6f471bab1662dafc3e6845c312dd5f"
                                        }
                                    }
                                ]
                            }
                        ]
                    },
                    "confirmationStatus": "NONE"
                },
                "LetterFour": {
                    "name": "LetterFour",
                    "value": "O.",
                    "resolutions": {
                        "resolutionsPerAuthority": [
                            {
                                "authority": "amzn1.er-authority.echo-sdk.amzn1.ask.skill.-f75b-48fc-a48e-c7eb48ad8415.Alphabets",
                                "status": {
                                    "code": "ER_SUCCESS_MATCH"
                                },
                                "values": [
                                    {
                                        "value": {
                                            "name": "o",
                                            "id": "d95679752134a2d9eb61dbd7b91c4bcc"
                                        }
                                    }
                                ]
                            }
                        ]
                    },
                    "confirmationStatus": "NONE"
                },
                "LetterTwo": {
                    "name": "LetterTwo",
                    "value": "O.",
                    "resolutions": {
                        "resolutionsPerAuthority": [
                            {
                                "authority": "amzn1.er-authority.echo-sdk.amzn1.ask.skill.-f75b-48fc-a48e-c7eb48ad8415.Alphabets",
                                "status": {
                                    "code": "ER_SUCCESS_MATCH"
                                },
                                "values": [
                                    {
                                        "value": {
                                            "name": "o",
                                            "id": "d95679752134a2d9eb61dbd7b91c4bcc"
                                        }
                                    }
                                ]
                            }
                        ]
                    },
                    "confirmationStatus": "NONE"
                },
                "LetterThree": {
                    "name": "LetterThree",
                    "value": "g.",
                    "resolutions": {
                        "resolutionsPerAuthority": [
                            {
                                "authority": "amzn1.er-authority.echo-sdk.amzn1.ask.skill.-f75b-48fc-a48e-c7eb48ad8415.Alphabets",
                                "status": {
                                    "code": "ER_SUCCESS_MATCH"
                                },
                                "values": [
                                    {
                                        "value": {
                                            "name": "g",
                                            "id": "b2f5ff47436671b6e533d8dc3614845d"
                                        }
                                    }
                                ]
                            }
                        ]
                    },
                    "confirmationStatus": "NONE"
                }
            }
        }
    }
}

"user strict";
var Alexa = require('alexa-sdk');
var arr = [{"Q":"dcha","A":"chad"},{"Q":"goto","A":"togo"},{"Q":"alim","A":"mali"}];

exports.handler = function(event,context,callback) {
  var alexa = Alexa.handler(event,context, callback);
  alexa.dynamoDBTableName = "CountryLetters";
  alexa.appId = "amzn1.ask.skill.f2d596ad-c7eb48ad8415";
  alexa.registerHandlers(handler);
    initialize(event, function() {
      alexa.execute();
    });

};

function initialize(event, callback){
  if(event.session.attributes.Game === undefined) {
      event.session.attributes.Game = {};
  }
    callback();
}

function getWish() {
  var myDate = new Date();
  var hours = myDate.getUTCHours();
  if (hours < 0) {
    hours = hours + 24;
  }

  if (hours < 12) {
    return "Morning ";
  } else if (hours < 18) {
    return "Afternoon ";
  } else {
    return "Evening ";
  }
}

var handler = {
    "start" : function(){
        this.attributes.Game.score = 0;
        this.attributes.Game.index = 0;
        this.attributes.Game.count = 3;
        var question = arr[0].Q;
        var q = "<break time='0.5s'/>" + question.split('').join("<break time='0.5s'/>") + "<break time='0.5s'/>";
        var qc = question.split('').join("   ") ;
        var speech = "Welcome to Jumbled Letters, let's begin, here are your jumbled letters " + q + " . Guess the word, you have 3 attempts left ";
        this.emit(":askWithCard",speech,speech,"Jumbled letters",qc);
    },
    "resume" : function(){
        var index = this.attributes.Game.index;
        var count = this.attributes.Game.count;
        var question = arr[index].Q;
        var q = "<break time='0.5s'/>" + question.split('').join("<break time='0.5s'/>") + "<break time='0.5s'/>";
        var qc = question.split('').join("   ") ;
        var speech = "Welcome back, here are your jumbled letters " + q + " . Guess the word, you have " + count + " attempts left ";
        this.emit(":askWithCard",speech,speech,"Jumbled letters",qc);
    },
    "LaunchRequest": function(){
        if(this.attributes.Game.score === undefined){
            this.emit('start');
        }else if(this.attributes.Game.end === 1){
            var score = this.attributes.Game.score;
            var speech1 = "I have asked all the questions that I have, you have scored " + score + " If you wish to delete this game and start over again, say delete my previous game.";
            this.emit(":askWithCard",speech1,speech1,"The End","You have played all the thirty questions, to start over say, DELETE MY GAME");
        }else{
            var speech = "You have already played the game. Your score is " + this.attributes.Game.score + " . To resume your game say, resume my game, or to delete your previous game and start again, say delete my previous game ";
            this.emit(':askWithCard',speech,speech,"Game Already Exists","To resume say, RESUME MY GAME or to delete say, DELETE MY GAME");
        }
    },
    "AMAZON.StartOverIntent" : function(){
        if(this.attributes.Game.score === undefined){
            this.emit('start');
        }else if(this.attributes.Game.end === 1){
            var score = this.attributes.Game.score;
            var speech1 = "I have asked all the questions that I have, you have scored " + score + " If you wish to delete this game and start over again, say delete my previous game.";
            this.emit(":askWithCard",speech1,speech1,"The End","You have played all the thirty questions, to start over say, DELETE MY GAME");
        }else{
            var speech = "You have already played the game. Your score is " + this.attributes.Game.score + " . To resume your game say, resume my game, or to delete your previous game and start again, say delete my previous game ";
            this.emit(':askWithCard',speech,speech,"Game Already Exists","To resume say, RESUME MY GAME or to delete say, DELETE MY GAME");
        }
    },
    "AnswerIntent" : function(){
        var guess = this.event.request.intent.slots.Guess.value;
        var l1 = this.event.request.intent.slots.LetterOne.value;
        var l2 = this.event.request.intent.slots.LetterTwo.value;
        var l3 = this.event.request.intent.slots.LetterThree.value;
        var l4 = this.event.request.intent.slots.LetterFour.value;
        var index = this.attributes.Game.index;
        var count = this.attributes.Game.count;
        var answer = arr[index].A;
        var a = answer.split('');
        if(guess !== undefined && l1 !== undefined && l2 !== undefined && l3 !== undefined && l4 !== undefined){
            l1 = l1.toLowerCase();
            l2 = l2.toLowerCase();
            l3 = l3.toLowerCase();
            l4 = l4.toLowerCase();
            if(guess === answer && (l1 === a[0] || l1 === a[0] + ".") && (l2 === a[1] || l2 === a[1] + ".") && (l3 === a[2] || l3 === a[2] + ".") && (l4 === a[3] || l4 === a[3] + ".") ){
                this.attributes.Game.score += 1;
                var score = this.attributes.Game.score;
                var speech = "Good job, you have guessed it right in " + (4-count) + " attempts. Your score is " + score + " . Do you wish to play again? say Yes to play again and No to quit.";
                this.emit(":askWithCard",speech,speech, "Good Job", "Score is " + score + ". To play again say, YES or to quit say, NO");
            }else{
                this.attributes.Game.count -= 1;
                count = this.attributes.Game.count;
                var question = arr[index].Q;
                var q = "<break time='0.5s'/>" + question.split('').join("<break time='0.5s'/>") + "<break time='0.5s'/>";
                if(count > 0){
                    var speech1 = "Please try again, your jumbled letters were " + q + ". You have " + count + " attempts left";
                    this.emit(":askWithCard",speech1,speech1,"Attempts Left: " + count, " Try again, your guess " + l1 + " "+ l2 + " "+l3 + " "+ l4 + " " + guess + " is incorrect");
                }else{
                    var ans = "<break time='0.5s'/>" + answer.split('').join("<break time='0.5s'/>") + "<break time='0.5s'/>";
                    var speech2 = "Sorry, there are no attempts left, the correct word is " + ans + answer + ". Do you wish to play again? say Yes to play again and No to quit";
                    this.emit(":askWithCard",speech2,speech2,"NO MORE ATTEMPTS LEFT", "The correct word is " + answer);
                }
            }
        }else{
            this.emit(":askWithCard","Please guess by spelling out the word","Please guess by spelling out the word","Please Spell the Word","The guess should have the letters spelled out in the right order, followed by the word after that");
        }
    },
    "AMAZON.YesIntent" : function(){
        if(this.attributes.Game.index === arr.length - 1){
            this.attributes.Game.end = 1;
            var score = this.attributes.Game.score;
            var speech = "I have asked all the questions that I have, you have scored " + score + " If you wish to delete this game and start over again, say delete my previous game.";
            this.emit(":askWithCard",speech,speech,"The End","You have played all the thirty questions, to start over say, DELETE MY GAME");
        }else{
            this.attributes.Game.index += 1;
            this.attributes.Game.count = 3;
            this.emit('resume');
        }
    },
    "AMAZON.NoIntent" : function(){
        if(this.attributes.Game.index === arr.length - 1){
            this.attributes.Game.end = 1;
            this.emit(":tell","Thank You");
        }else{
            this.attributes.Game.index += 1;
            this.attributes.Game.count = 3;
            this.emit(":tell","Thank you");
        }
    },
    "AMAZON.ResumeIntent" : function(){
        if(this.attributes.Game.score === undefined){
            var speech = "You have not started the game yet, to start the game say, start a game";
            this.emit(":ask",speech,speech);
        }
        else if(this.attributes.Game.end === 1){
            var score = this.attributes.Game.score;
            var speech1 = "I have asked all the questions that I have, you have scored " + score + " If you wish to delete this game and start over again, say delete my previous game.";
            this.emit(":askWithCard",speech1,speech1,"The End","You have played all the 10 questions, to start over say, DELETE MY GAME");
        }else{
            this.emit('resume');
        }
    },
    "DeleteIntent" : function(){
        if(this.attributes.Game.score === undefined){
            var speech = "You have not started the game yet, to start the game say, start a game";
            this.emit(":ask",speech,speech);
        }else{
            this.attributes.Game.end = 0;
            this.emit('start');
        }
    },
    "AMAZON.StopIntent" : function(){
        this.emit(":tell","Thank you");
    },
    "AMAZON.CancelIntent" : function(){
        this.emit(":tell","Thank you");
    },
    "AMAZON.HelpIntent" : function(){
        this.emit(":askWithCard","I will spell out the jumbled letters of a meaningful word, you have to guess the word by spelling out the letters in the right order and also tell the word, to continue say, resume my game, or to start from the begining say, delete my previous game.","I will spell out the jumbled letters of a meaningful word, you have to guess the word by spelling out the letters in the right order and also tell the word, to continue say, resume my game, or to start from the begining say, delete my previous game.","Help","I will spell out the jumbled letters of a meaningful word, you should guess the word by spelling it out in the Right order and tell the word. For example, a guess should be like B  A  N  K BANK");
    },
    'Unhandled' : function(){
        this.emit("tell", "I did not get any response from you, please open the skill again");
    }
};

проверил значения и типы слотов на панели инструментов набора навыков alexa и убедился, что они соответствуют 3 странам, также не работает для мали


person Neil    schedule 04.09.2018    source источник


Ответы (1)


Я думаю, проблема в том, что вы не увеличиваете индексную переменную при правильном ответе. Учитывая ваш пример диалогового окна, если вы запускаете игру, даете ответ, а затем снова запускаете игру, не говоря «да», индекс остается на 0. В этом случае следующий ответ «togo» по-прежнему сравнивается с «chad».

person R. Vait    schedule 05.09.2018