文件名称:office-insight-aws-lambda:AWS Lambda存储库
文件大小:61KB
文件格式:ZIP
更新时间:2024-05-19 13:33:44
JavaScript
Office Insight AWS Lambda 包含AWS Lambda函数文件-> officeInsightIndex.js 互动模型包含: intents.json->要添加到Alexa技能的意图文件 RoomListSlot-> Alexa将搜索通过的会议室名称列表 SampleUtterances-> Alexa技能的发声列表 入门 将文件内容移动到: AWS Lambda Alexa技能套件 将officeInsightIndex文件中的PRODUCTION_HOST_AVAILABILITY替换为服务的位置。 部署方式 运行npm run build并将内容dist/bundle.js复制到lambda中。 如果大小太大而无法复制,请运行npm run zip并上传dist/lambda.zip 。
【文件预览】:
office-insight-aws-lambda-master
----PresentationUtterances.txt(222B)
----.gitignore(744B)
----README.md(695B)
----bin()
--------try-handler.js(298B)
----interaction-model()
--------SampleUtterances(755B)
--------RoomListSlot(212B)
--------intents.json(813B)
----.eslintrc(498B)
----package.json(1KB)
----src()
--------directions.js(886B)
--------create-request.js(269B)
--------index.js(65B)
--------handler.js(6KB)
--------config.js(744B)
--------create-response.js(746B)
----.babelrc(177B)
----.eslintignore(6B)
----webpack.config.js(490B)
----package-lock.json(236KB)