sh [Configurando o AWS Alexa Cli] Configurando一个界面de linha de comando do Alexa Skill Kit。 Fonte:http
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [Configurando o AWS Alexa Cli] Configurando一个界面de linha de comando do Alexa Skill Kit。 Fonte:http相关的知识,希望对你有一定的参考价值。
# Create a new skill project from the built-in Hello World sample
ask new ;
# Deploy a skill to developer account
ask deploy ;
# Create a local skill project directory from the development stage of an existing skill
# (note: get skill id at Alexa Developer Console)
# (note 2: will download the skill manifest, interaction model and skill code from AWS Lambda)
ask clone --skill-id amzn1.ask.skill.714b7ee8-85cb-4b18-8ce6-3bdeaa03bd48 ;
# Test a skill on device
ask simulate --text "open nursing skill" --locale en-us
以上是关于sh [Configurando o AWS Alexa Cli] Configurando一个界面de linha de comando do Alexa Skill Kit。 Fonte:http的主要内容,如果未能解决你的问题,请参考以下文章