Try   HackMD

AI LINE Bot練功坊-L1 LINE Bot基本介紹

聊天機器人

聊天機器人是一個可以處理人類對話的電腦程式,他能夠讓人類與數位服務進行互動,現今也成為許多商家必備的工具。

API 介紹

API(Application Programming Interface,應用程式介面)是一組定義和協議,用於建立和整合應用程式軟體。

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Reference:https://www.postman.com/what-is-an-api/

LINE API 服務

比較常用的API服務如下:

  1. Line Login
  2. Line Notify
  3. LIFF
  4. Messaging API

Line Bot 的優點

  1. 用戶基數大:Line 本身有大量的用戶。
  2. 多元訊息模式:支援多種訊息格式。
  3. 即時互動:能夠即時回應用戶訊息。

Line Bot 的缺點

  1. Push 訊息量多需要收費
  2. 手機版和電腦版功能不同,設計時需考慮

Messaging API 的功能

  1. Push API:由 LINE 機器人傳送訊息給用戶。

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →

  2. Reply API:用戶傳送訊息給機器人,幾秒內自動回訊息。

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →

Reference : https://tw.linebiz.com/e-learning/Messaging-API-application/

Messaging API 收費標準

  1. 輕用量:免費,200 則免費訊息。
  2. 中用量:NT$800/月,3000 則免費訊息。
  3. 高用量:NT$1200/月,6000 則免費訊息,加購訊息費用:0.2 元/則。

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Reference:https://tw.linebiz.com/column/LINEOA-2023-Price-Plan/

Messaging API 的原理

  1. 發送訊息/事件:由 LINE 伺服器將訊息/事件及發送者資料送到你的伺服器。
  2. 接受與處理:伺服器接受並處理訊息/事件,並向 LINE 伺服器回傳回覆訊息,傳給目標使用者接收與解析訊息。

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Reference:https://engineering.linecorp.com/zh-hant/blog/line-bot-guideline-2

Youtube 課程影片

關於我們

image 國立臺北教育大學 教育大數據微學程

先修微課程

🤖 AI LineBot 練功坊系列課程
從入門到精通,學習如何開發並應用 LINE Bot,讓你輕鬆掌握最前沿的聊天機器人技術。

👨‍💻 Python 初學小教室
針對零基礎學員設計,循序漸進地教授 Python 基本語法及實作技巧,幫助你快速上手。

📊 統計學小教室
系統講解統計學理論及其應用,適合想要提升數據分析能力的學習者。

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →
Facebook
Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →
Instagram
Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →
Threads
Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →
YouTube
Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →
Line官方帳號

相關教材連結

▶▶▶ L02 建立LINE官方帳號 ▶▶▶
▶▶▶ L02 建立LINE官方帳號 ▶▶▶