歡迎各位報名、推薦講者以及閃電秀,介紹自己開發的 chatbot、 分享 chatbot 相關的議題。
本次小小聚非常榮幸邀請到 LINE 技術傳教士 NiJia ,以及 LINE API Expert 戴均民 ,來跟大家分享他們不藏私的寶貴實戰經驗!
LINE Bot 介紹請看這邊:
更換 LINE Bot 頭像 讓使用者快速辨認當前身份
讓使用者在手機介面上快速回答的功能 – Quick Reply
強大而樸實無華,讓你可以建立選單給使用者滿滿的視覺饗宴 – Rich Menu
richmenu switch alias 範例文章:https://engineering.linecorp.com/zh-hant/blog/rich-menu-alias-switch-action/
TECH FRESH 實習的一年間,除了開發還有什麼內部活動呢?
安裝 dotnet core, LINE CLI套件,即可在任何平台以 command line發送LINE Notify訊息
下載安裝 dotnet core(MAC/Linux/Windows)
https://dotnet.microsoft.com/download
安裝套件:(MAC/Linux/Windows) from https://www.nuget.org/packages/line.cli/
dotnet tool install --global line.cli --version 1.0.19
發送訊息指令:
Examples:
line config -t [channel access token]
line push -u [userId] -m Hello
line push -u [userId] -s 2,3
line push -u [userId] -i https://....
line push -u [userId] -j [JSON]
line notify -n [NotifyToken] -m Hello -i https://.... -s 2,3
line notify get status -n [NotifyToken]
line token create --id [Channel ID] --secret [Channel secret]