or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
聊天機器人框架 Bottender 與 Kamigo 的設計 - 郭佳甯
歡迎來到 MOPCON 2020 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →共筆入口:https://hackmd.io/@mopcon/2020
手機版請點選上方 按鈕展開議程列表。
投影片連結
Bottender網站
聊天機器人就是個 App
聊天機器人的優勢
使用框架的好處
Bottender
https://bottender.js.org/docs/zh-TW/getting-started
基礎
Action
https://bottender.js.org/docs/zh-TW/the-basics-actions
routing
https://bottender.js.org/docs/zh-TW/the-basics-routing
責任鏈Chain
https://bottender.js.org/docs/zh-TW/the-basics-chainq
成本最低的方式
規則->機器學習->轉接真人
Line
主動推播給用戶一則 0.2元
若當用戶 reply 時會取得一組require token,1 個 require token 可以回 5 句 free,但須包在同一次request中。
Kamigo 框架
https://github.com/etrex/kamigo/blob/master/doc/01_intro.md
對話系統
參考陳縕儂教授簡報
Webhook API 轉換 MVC架構
tags:
MOPCON 2020