sjmog / ralyxa

A Ruby framework for interacting with Amazon Alexa.
MIT License
180 stars 24 forks source link

Add reprompt text functionality #11

Closed sjmog closed 6 years ago

sjmog commented 6 years ago

This should have the following interface, probably:

respond("Here's a thing!", reprompt: "Please say that again.")

Don't forget to add SSML support by wrapping in <speak> and stripping out any <speak> tags added by the user (see #12)

VeronikaSalo commented 6 years ago

Is this issue under already under construction? At least it marked like that in a Contributing section.

mattrayner commented 6 years ago

Hi Veronika, this is not currently under active development - it’s on my roadmap of features but haven’t been able to make a start yet

Hopefully within a month I’ll have added this, unless you’d like to have a go? On Fri, 25 May 2018 at 21:18, Veronika Salo notifications@github.com wrote:

Is this issue under already under construction? At least it marked like that in a Contributing section.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sjmog/ralyxa/issues/11#issuecomment-392168810, or mute the thread https://github.com/notifications/unsubscribe-auth/ADVzNitFQYCG00CXHFyOSAb91DppsYlsks5t2GcxgaJpZM4SkJCz .

VeronikaSalo commented 6 years ago

@sjmog @mattrayner I created a PR for the issue: https://github.com/sjmog/ralyxa/pull/16