$scope.confirmReadEmail = function(results) {
        if (!$scope.confirmSpeech(results, ['read email'])) {
            navigator.tts.speak("Ok. So what next?", function() {
                $scope.reco($scope.dialogMan);
            })