1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

LINE Messaging APIを使用したChatBotの概要

Posted at

仕組み

ラインのメッセージを送った直後に同じ内容が返信される仕組みを、
自分なりにまとめてみる。
コードとかは割愛。

対象物はこの3つ

  • ユーザー(クライアント)
  • Lineチャネル
  • サーバー言語(今回はLaravel)

こんな感じで通信が行われる

ユーザー ➡️ Lineチャネル ➡️ Laravel
                 ⬇️ [すべてPOST送信]
ユーザー ⬅️ Lineチャネル ⬅️ laravel

ということで

Lineチャネルを作成

サーバーと通信連携できるようにアクセストークン発行

サーバーサイド側でルーティング設定

コントローラー側で処理を書く

こちらを行えば良さそうです。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?