提供: Bright Pattern Documentation
移動先: 案内検索
(Created page with "== ステップ2: Webhookを許可する == LINE@ アカウントのMessaging APIを有効にしてから、Webhookを有効にする必要があります。Enabling webhooks...")
(Created page with "LINEは以下のオプション設定を提供します: * ''ボットをグループチャットに参加させる:'' Bright Pattern LINE インテグレーションは現在...")
Line 26: Line 26:
 
# ''リクエストの設定''の “Webhookを利用する” において'''許可する''' をクリックしてください。LINEユーザからのメッセージが受信できるため、必ず上記の設定を行ってください。
 
# ''リクエストの設定''の “Webhookを利用する” において'''許可する''' をクリックしてください。LINEユーザからのメッセージが受信できるため、必ず上記の設定を行ってください。
  
LINE provides the following optional settings:
+
LINEは以下のオプション設定を提供します:
* ''Allow bots to join group chats:'' Bright Pattern LINE integration does not currently support group chats. Note that selecting '''Allow''' will not enable bots to group chats.
+
* ''ボットをグループチャットに参加させる:'' Bright Pattern LINE インテグレーションは現在、グループチャットをサポートしていません。 '''参加させる'''を選択しても、ボットがグループチャットに参加できませんので、ご了承ください。
* ''Auto Reply Message:'' This option should be removed or set to '''Don’t allow''' so that LINE users will receive only chat messages from the integration account scenario.
+
* ''自動応答メッセージ:'' このオプションは、LINEユーザがインテグレーションアカウントシナリオからのチャットメッセージのみを受信できるように、 '''許可しない'''に設定するか、削除しなければなりません 。
* ''Greeting Message:'' This option should be removed or set to '''Don’t allow''' so that the customized greeting message that is sent to LINE users is set in the scenario only.
+
* ''グリーティングメッセージ:'' このオプションは、LINEユーザに送信されるカスタマイズされたグリーティングメッセージがシナリオでのみ設定できるように、 '''許可しない'''に設定するか、削除しなければなりません 。
  
  

Revision as of 13:10, 28 July 2018

• English
• 5.19 • 5.2 • 5.3 • 5.8

統合構成

==ステップ1:ビジネスのLINE @アカウントにサインインし、メMessaging APIを有効にします。 

==

LINEをビジネスで利用するには、登録済みのLINE @アカウントが必要です。

LINE@ アカウントをお持ちでない場合, アカウントを作成し、Messaging APIを有効にしてください:

  1. LINEビジネスセンター > サービスへ進み, サービスメニュから Messaging API を選択してください。
  2. Messaging APIを利用するを選択してください。
  3. LINE@ アカウントの情報を入力し、確定してください。
  4. 確定ページの最下部にある LINE@ MANAGER ボタンをクリックすると、 LINE@ Managerボット設定ページへ移動します。
  5. ボット設定ページの APIを有効にするをクリックしてください。


LINE@ アカウントを既にお持ちの場合, LINE@ アカウントのMessaging APIを有効にしてください:

  1. LINE ビジネスセンター へ進み、LINE@ アカウントページをご確認ください。
  2. ページの最下部にある Messaging APIを利用する ボタンをクリックし、ご利用条件に同意してから OKをクリックしてください。
  3. 確定ページの最下部にあるLINE@ MANAGER ボタンをクリックすると, LINE@ Manager ボット設定ページへ移動します。
  4. ボット設定 ページの APIを有効にするをクリックしてください。

上記の手順は、 LINE Developersページでもご覧いただけます。


ステップ2: Webhookを許可する

LINE@ アカウントのMessaging APIを有効にしてから、Webhookを有効にする必要があります。Enabling webhooks for your LINE@ account on the LINE@ ManagerにおけるLINE@ アカウントのWebhookを有効にすると、 LINE ユーザーからのメッセージが受信できます。

  1. LINE@ Manager のサイドメニュより 設定 > ボット設定へ進んでください。
  2. リクエストの設定の “Webhookを利用する” において許可する をクリックしてください。LINEユーザからのメッセージが受信できるため、必ず上記の設定を行ってください。

LINEは以下のオプション設定を提供します:

  • ボットをグループチャットに参加させる: Bright Pattern LINE インテグレーションは現在、グループチャットをサポートしていません。 参加させるを選択しても、ボットがグループチャットに参加できませんので、ご了承ください。
  • 自動応答メッセージ: このオプションは、LINEユーザがインテグレーションアカウントシナリオからのチャットメッセージのみを受信できるように、 許可しないに設定するか、削除しなければなりません 。
  • グリーティングメッセージ: このオプションは、LINEユーザに送信されるカスタマイズされたグリーティングメッセージがシナリオでのみ設定できるように、 許可しないに設定するか、削除しなければなりません 。


Step 3: Get a Channel access token and set a webhook URL on the Channel Console.

Your bot application requires a Channel access token to call APIs, along with a webhook URL to receive webhook payloads. Channel access tokens are issued from LINE’s Channel Console. The webhook URL is the endpoint of your bot application’s server where webhook payloads are sent.

  1. In the LINE Business Center, go to your LINE@ account page.
  2. In the Messaging API section, select the LINE Developers button to go to the Channel Console.
  3. To issue a Channel access token for accessing APIs, click ISSUE for the “Channel access token” item.
  4. Click EDIT and set a webhook URL for your Channel.


Note the following: For troubleshooting purposes, you should verify that the webhook is set properly by using the Verify button. (See Step 5 of this procedure, after the integration account is added.)

The webhook URL must refer to the BP client web server used by the contact center in the following form:

https://<host name>/clientweb/line/webhook/<url-encoded access token>

The host name is the host name of the BP client web server used by your contact center.

Step 4: Create a new integration account in Contact Center Administrator.

  1. Log in as Admin to the Contact Center Administrator application.
  2. Navigate to Configuration > Integration Accounts.
  3. Click the Add "+" button to add a new account.
  4. In the Create integration account window that appears, select Messenger and click OK.


Create a new Messenger integration account


Step 5: Specify LINE integration account properties.

Using the credentials for your LINE@ account, enter values for the following screen properties. (If you do not know your credentials, ask your system administrator.)

  • Name - The name of your integration account (this does not need to be your LINE@ account name)
  • Type - For this integration account, select LINE as the type of integration.
  • Token - The access token for your LINE@ account
  • Test Connection - This button tests the credentials and confirms whether the connection is valid.

Click Apply to save your changes.


LINE integration account properties


Your integration account is now configured for LINE. Next, you can do a real test of your connection by setting up a messenger chat scenario and responding to chat interactions from within the Agent Desktop application.



< Previous | Next >
< 前へ | 次へ >