Skip to content

Commit

Permalink
Example which creates output for use with new Skill Builder (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydan2 authored and dblock committed Mar 17, 2018
1 parent 4c90133 commit 1df3ac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [#315](https://github.com/alexa-js/alexa-app/pull/315): Fix card tests and required card type - [@kobim](https://github.com/kobim).
* [#314](https://github.com/alexa-js/alexa-app/pull/314): Fix handling of `undefined` slot values - [@User1m](https://github.com/user1m).
* [#322](https://github.com/alexa-js/alexa-app/pull/322): Included Skill Builder example in example.ejs - [@funkydan2](https://github.com/funkydan2).
* Your contribution here.

### 4.2.1 (February 1, 2018)
Expand Down
6 changes: 5 additions & 1 deletion example/views/test.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<div style="white-space:pre;border:1px solid black;margin:5px;padding:5px;font-family:monospace;">
Skill Builder:

<%=app.schemas.skillBuilder()%>

Schema:

<%=schema%>
Expand All @@ -7,4 +11,4 @@ Utterances:

<%=utterances%>

</div>
</div>

0 comments on commit 1df3ac8

Please sign in to comment.