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相关的知识,希望对你有一定的参考价值。

# Install Alexa Skill Kit
npm install -g ask-cli ;
# Initialize ASK Cli
ask init ;
# 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的主要内容,如果未能解决你的问题,请参考以下文章

markdown Configurando o PostgreSQL

markdown Configurando Database.yml

xml Configurando DataSource没有Wildfly

markdown Módulo2 - Configurando um novo ambiente

markdown Módulo4 - Configurando e publicandoumaaplicaçãousandoum VPS

AWS Elastic Beanstalk - python 的 nginx 配置(AL2 上的 3.7)flask 应用程序