Giter Site home page Giter Site logo

clova-travelcompany-hands-on-20191025's Introduction

作成手順

  1. git cloneする
    git clone https://github.com/mochan-tk/clova-travelcompany-hands-on.git

  2. npmをインストールする
    npm i

  3. ngrokをインストールする
    npm i -g ngrok

  4. ngrokを実行する
    ngrok http 3000

  5. CEKを設定する(スキル名:トラベルカンパニー)
    ・下記ファイルを対話モデルでplaceスロット作成してアップロードする
    ./models/slottype_place.tsv
    ・下記ファイルを対話モデルでTravelPlaceIntentインテント作成してアップロードする
    ./models/intent_TravelPlaceIntent.tsv
    ・下記のようにExtensionサーバーのURLを設定
    https://xxx.ngrok.io/clova

  6. Messaging APIを設定する
    ・Webhook送信
    する
    ・Webhook URL
    https://xxx.ngrok.io/linebot
    ・自動応答メッセージ
    利用しない

  7. LIFFを設定する
    ・エンドポイントURLに設定する
    https://xxx.ngrok.io/info.html
    https://xxx.ngrok.io/tour.html
    https://xxx.ngrok.io/linepay/reserve

  8. 「.env」ファイルを設定する
    ・「EXTENSION_ID」
    「5」で設定したCEKのExtension ID
    ・「CHANNEL_ACCESS_TOKEN」、「CHANNEL_SECRET」
    「6」で生成した「アクセストークン」と「Channel Secret」
    ・「BASE_URL」
    https://xxx.ngrok.io
    ・「INFO_LIFF_URL」、「TOUR_LIFF_URL」、「LINEPAY_LIFF_URL」
    「7」で作成したLIFF URL
    ・「LINEPAY_CHANNEL_ID」、「LINEPAY_CHANNEL_SECRET」
    任意、LINE Payのアカウントお持ちなら設定
    ・「OVERSEAS_RICHMENU_ID」、「DOMESTIC_RICHMENU_ID」
    作成したリッチメニューのID

  9. 実行する
    node index.js

clova-travelcompany-hands-on-20191025's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.