sjmog / ralyxa

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

Add reprompt text functionality #16

Closed VeronikaSalo closed 6 years ago

VeronikaSalo commented 6 years ago

Closes #11

Changes

Example ask("Welcome to search", reprompt: "What are you looking for?")

IAlexa reprompt test

mattrayner commented 6 years ago

LGTM

mattrayner commented 6 years ago

I've released a new version to RubyGems - @sjmog I need to write some docs and then will do a release in GitHub

borisrorsvort commented 5 years ago

@mattrayner I think you forgot to add the documentation part. At least the example part «ask("Welcome to search", reprompt: "What are you looking for?")»

Btw, are you the current maintainer?