From f0539453f6b927e6ab594f0be1a8c61232b09fd9 Mon Sep 17 00:00:00 2001 From: wileyday Date: Thu, 1 Apr 2021 15:29:16 +0900 Subject: [PATCH] =?UTF-8?q?AC,=20BC,=20BT=20=EB=B2=84=ED=8A=BC=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=20=EC=98=88=EC=A0=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/send_alimtalk.js | 12 ++++++++++++ examples/send_chingutalk.js | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/examples/send_alimtalk.js b/examples/send_alimtalk.js index a460a76a..66e61936 100644 --- a/examples/send_alimtalk.js +++ b/examples/send_alimtalk.js @@ -66,6 +66,18 @@ send({ { buttonType: 'MD', // 상담요청하기 (상담요청하기 버튼을 누르면 메시지 내용이 상담원에게 그대로 전달됩니다.) buttonName: '상담요청하기' + }, + { + buttonType: 'AC', // 카카오톡채널 친구추가 + buttonName: '채널추가' + }, + { + buttonType: 'BC', // 상담톡으로 전환합니다 (상담톡 서비스 사용 시 가능) + buttonName: '상담톡 전환' + }, + { + buttonType: 'BT', // 챗봇 운영시 챗봇 문의로 전환할 수 있습니다. + buttonName: '챗봇 문의' } ] } diff --git a/examples/send_chingutalk.js b/examples/send_chingutalk.js index 12351120..47eb3ff9 100644 --- a/examples/send_chingutalk.js +++ b/examples/send_chingutalk.js @@ -62,6 +62,18 @@ const send = async () => { { buttonType: 'MD', // 상담요청하기 (상담요청하기 버튼을 누르면 메시지 내용이 상담원에게 그대로 전달됩니다.) buttonName: '상담요청하기' + }, + { + buttonType: 'AC', // 카카오톡채널 친구추가 + buttonName: '채널추가' + }, + { + buttonType: 'BC', // 상담톡으로 전환합니다 (상담톡 서비스 사용 시 가능) + buttonName: '상담톡 전환' + }, + { + buttonType: 'BT', // 챗봇 운영시 챗봇 문의로 전환할 수 있습니다. + buttonName: '챗봇 문의' } ] }