mirror of
https://github.com/jlengrand/github-templates.git
synced 2026-03-10 08:21:22 +00:00
Minor improvements
This commit is contained in:
@@ -28,10 +28,11 @@ public class LaunchRequestHandler implements RequestHandler {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Optional<Response> handle(HandlerInput input) {
|
public Optional<Response> handle(HandlerInput input) {
|
||||||
String speechText = "Welcome to GitHub templates! Let's create a repository!";
|
String speechText = "Welcome to GitHub templates! What would you want to do today!";
|
||||||
|
String repromptText = "Github Templates here, what shall I do?!";
|
||||||
return input.getResponseBuilder()
|
return input.getResponseBuilder()
|
||||||
.withSpeech(speechText)
|
.withSpeech(speechText)
|
||||||
.withReprompt(speechText)
|
.withReprompt(repromptText)
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ public class GithubAPI {
|
|||||||
"java", new Pair<>("Spring-Boot-Framework", "Spring-Boot-Application-Template"),
|
"java", new Pair<>("Spring-Boot-Framework", "Spring-Boot-Application-Template"),
|
||||||
"typescript", new Pair<>("carsonfarmer", "ts-template"),
|
"typescript", new Pair<>("carsonfarmer", "ts-template"),
|
||||||
"javascript", new Pair<>("jlengrand", "openwc-template"),
|
"javascript", new Pair<>("jlengrand", "openwc-template"),
|
||||||
|
"HTML", new Pair<>("jlengrand", "openwc-template"),
|
||||||
"elm", new Pair<>("jlengrand", "elm-firebase")
|
"elm", new Pair<>("jlengrand", "elm-firebase")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user