Skip to content

AlexaのJSONをもとにClovaのインテント、スロット用のインポートTSVを出力します。

License

Notifications You must be signed in to change notification settings

chang-chao/alexa2clova

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Alexa2Clova

AlexaのJSONをもとにClovaのインテント、スロット用のインポートTSVを出力します。

※2018/9/14時点の仕様に対応。
※逆もまた然れるはずなのでいつか対応します。

Usage

Install

git clone https://github.com/miso-develop/alexa2clova .

alexa.jsonの作成

「index.js」と同じディレクトリに「alexa.json」を作成。
「alexa developer console」の「JSON Editor」のJSONをコピペ。

touch alexa.json
## ↑にJSON Editorの中身をコピペ!

TSVファイルのエクスポート

node index.js

intentsディレクトリとslotsディレクトリが作成され、その中にTSVが出力されます。
あとはClova Developer Centerの対話モデル画面からアップロード!

Contribution

  1. Fork it
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

License

MIT

About

AlexaのJSONをもとにClovaのインテント、スロット用のインポートTSVを出力します。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%