예제 #1
0
        private SkillResponse AssessTheWord(WordAttributes wordAttributes)
        {
            string output = QuickReply + " Say the word";

            return(AlexaResponse.PresentFlashCard(wordAttributes.Word, output, CommonPhrases.TryAgain));
        }