Add new question at the end, after read all description


#1

Hi

When Alexa read my description, i wish add a new question at the end.
ask again a new question.


Do I add all in the same i.Ask(main + wait2s + mynewquestion ) function ?


#2

Yes, you can use the SpeechBuilder here.

this.$speech.addText('Text Part One').addBreak('2s').addText('Question');

this.ask(this.$speech);

#3

thanks you
@AlexSwe : can you tell me difference between this.$speech and normal init with let speech ?


#4

It’s just a pre-instantiated one. Learn more about the speechbuilder here: https://www.jovo.tech/docs/output/speechbuilder