AMAZON.HelpIntent

amazon-alexa

#1

I’m triying to publish a alexa skill but i’m getting this error

someone have idea how i can solve that problem?

thanks for read.


#2

Seems like you need to use ask instead of tell


#3

yes i think that but i’m using

HelpIntent() {
    this.$speech.addText('some text here');
    return this.ask(
        this.$speech
    );
},

when i say help, alexa say that text and if i call another intent the intent is called


#4

i solve the problem , but thanks for answer @jan


#5

cool, what was the solution?


#6

I had something wrong on the intent map in config.js


closed #7