codeforequity-at/botium-bindings

[Botkit] trigger controller events

オープン

#23 opened on 2017/08/30

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (36 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (106 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Sending text messages is only one part of dialogue. Equally important is events emitted by client side of connection.

For example I want to trigger hello event of Sockets connector to make bot send the greeting before user starts typing. And I want to send a custom message type from frontend to make my bot perform certain action.

#me
{
    "type": "payment",
    "card_number": "4444********1111",
    "cv2": "***",
    "expiry": "12/19"
}

コントリビューターガイド