文件名称:alexa-bootstrap:Alexa Skills Bootstrap框架
文件大小:50KB
文件格式:ZIP
更新时间:2024-05-25 15:33:24
JavaScript
alexa引导程序 安装 yarn add alexa-bootstrap或npm i alexa-bootstrap 设定值 所有设置都是可选的。 const Alexa = require('alexa-bootstrap') const alexa = new Alexa({ tags: { WELCOME: 'WELCOME' }, repeat: true, messages: { source: { WELCOME: 'Hi, how can I help you?' }, globals: { now: new Date() }, }, storage: 'https://s3....', applicationId: 'amzn1.echo-sdk-ams.app...', s
【文件预览】:
alexa-bootstrap-master
----.travis.yml(251B)
----package.json(2KB)
----test()
--------index.js(1KB)
--------card.js(1KB)
--------session.js(7KB)
--------request.js(6KB)
--------response.js(4KB)
----src()
--------index.js(3KB)
--------card.js(1KB)
--------session.js(951B)
--------alexa.js(3KB)
--------request.js(3KB)
--------response.js(4KB)
----.gitignore(426B)
----README.md(9KB)
----yarn.lock(133KB)