codeforequity-at/botium-bindings

[Botkit] trigger controller events

开放

#23 创建于 2017年8月30日

 (2 条评论) (0 个反应) (1 位负责人)JavaScript (36 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (106 个星标)
PR 合并指标
 (30 天内没有已合并 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"
}

贡献者指南