ตัวแทน RBM สื่อสารกับผู้ใช้โดยการส่งและรับข้อความ หากต้องการส่งข้อความถึงผู้ใช้ ตัวแทนของคุณจะส่งคำขอข้อความไปยัง API การรับส่งข้อความทางธุรกิจ RCS คำขอเดียวอาจมีข้อความ ริชการ์ด ไฟล์สื่อและ PDF รวมถึงคำตอบที่แนะนำและการดำเนินการที่แนะนำ
แพลตฟอร์ม RBM จะแสดงข้อผิดพลาดในบางสถานการณ์เพื่อช่วยคุณจัดการ การนำส่งข้อความ
- หากคุณส่งข้อความถึงผู้ใช้ที่อุปกรณ์ไม่รองรับ RCS หรือไม่ได้เปิดใช้ RCS แพลตฟอร์ม RBM จะแสดงข้อผิดพลาด 404 NOT_FOUND ในกรณีนี้ คุณสามารถพยายามติดต่อผู้ใช้ผ่านวิธีการสำรองที่กำหนดไว้ในโครงสร้างพื้นฐาน
- หากคุณส่งข้อความไปยังผู้ใช้ RCS ในเครือข่ายที่ยังไม่ได้เปิดตัวเอเจนต์ของคุณ หรือในเครือข่ายที่ยังไม่ได้เปิดใช้การรับส่งข้อมูล RCS แพลตฟอร์ม RBM จะแสดงข้อผิดพลาด 404 NOT_FOUND
- หากคุณส่งข้อความที่มีฟีเจอร์ที่อุปกรณ์ของผู้ใช้ไม่รองรับ แพลตฟอร์ม RBM จะแสดงข้อผิดพลาด 400 INVALID_ARGUMENT และไม่ส่ง ข้อความของคุณ
ในส่วนหนึ่งของกลยุทธ์การรับส่งข้อความแบบหลายช่องทาง คุณควรเพิกถอนข้อความที่ไม่ได้นำส่งหลังจากผ่านไประยะเวลาที่สมเหตุสมผลแล้ว และส่งข้อความผ่านช่องทางอื่น หากต้องการเพิกถอนข้อความโดยอัตโนมัติตามเวลาที่กำหนดไว้ล่วงหน้า ให้ตั้งค่าการหมดอายุของข้อความ
ผู้รับออฟไลน์อยู่
แพลตฟอร์ม RBM จะยังคงยอมรับข้อความเพื่อนำส่งหากผู้รับออฟไลน์ คุณจะได้รับการตอบกลับ 200 OK และแพลตฟอร์ม RBM จะเก็บข้อความ และพยายามส่งอีกครั้งเป็นเวลา 30 วัน คุณไม่จำเป็นต้องขอให้ RBM ส่งข้อความอีกครั้ง
RBM จะลบข้อความที่นำส่งไม่สำเร็จหลังจากส่งไปแล้ว 30 วัน
คุณอาจต้องการเพิกถอนข้อความที่นำส่งไม่สำเร็จ ก่อนที่การหมดเวลา 30 วันนี้จะสิ้นสุดลง ทั้งนี้ขึ้นอยู่กับกรณีการใช้งานของเอเจนต์ การเพิกถอนจะช่วยป้องกันไม่ให้ผู้ใช้ออฟไลน์ได้รับข้อความที่ล้าสมัยเมื่อกลับมาออนไลน์ คุณเพิกถอนข้อความได้หลายวิธี ดังนี้
- ส่งคำขอเพิกถอนเพื่อทริกเกอร์การเพิกถอน
- ตั้งค่าข้อความหมดอายุเพื่อเพิกถอนข้อความโดยอัตโนมัติในเวลาที่เหมาะสม
ตั้งค่าการหมดอายุของข้อความ
ข้อความของตัวแทนมีความเร่งด่วนหรือไม่ เช่น รหัส OTP จะใช้งานได้ในช่วงเวลาสั้นๆ เท่านั้น ข้อเสนอแบบจำกัดเวลาจะหมดอายุ และการช่วยเตือนการนัดหมายจะไม่ เกี่ยวข้องหลังจากวันที่นัดหมาย หากต้องการให้ข้อความมีความเกี่ยวข้องและทันต่อเวลา ให้ตั้งค่า การหมดอายุของข้อความ ซึ่งจะช่วยป้องกันไม่ให้ผู้ใช้ที่ออฟไลน์ได้รับเนื้อหาที่ล้าสมัย เมื่อกลับมาออนไลน์ การหมดอายุยังเป็นสัญญาณที่ดีในการเรียกใช้ กลยุทธ์การรับส่งข้อความสำรองเพื่อให้ผู้ใช้ได้รับข้อมูลที่ต้องการตรงเวลา
หากต้องการตั้งค่าการหมดอายุของข้อความ ให้ระบุฟิลด์ใดฟิลด์หนึ่งต่อไปนี้ในข้อความของตัวแทน
expireTime
: เวลาที่แน่นอนใน UTC เมื่อข้อความหมดอายุttl
(Time to Live): ระยะเวลาก่อนที่ข้อความจะหมดอายุ
ดูตัวเลือกการจัดรูปแบบและค่าได้ที่ AgentMessage
เมื่อข้อความหมดอายุ แพลตฟอร์ม RBM จะหยุดพยายามส่งข้อความ และจะเพิกถอนโดยอัตโนมัติ อย่างไรก็ตาม วิธีนี้อาจไม่สำเร็จในบางครั้ง เช่น API อาจทริกเกอร์การเพิกถอนในขณะที่แพลตฟอร์ม RBM อยู่ในกระบวนการส่งข้อความ RBM จะส่งการแจ้งเตือนเหตุการณ์ไปยังเว็บฮุกของคุณเพื่อยืนยันว่าระบบเพิกถอนข้อความที่หมดอายุสำเร็จหรือไม่
ค่าสูงสุดสำหรับ ttl
และ expireTime
คือ 15 วันหลังจากส่งข้อความ
แม้ว่าจะไม่มีค่าต่ำสุดสำหรับ ttl
และ expireTime
แต่เราขอแนะนำให้รออย่างน้อย 10 วินาที
หลังจากส่งข้อความเพื่อลดโอกาสในการ
รับการแจ้งเตือนทั้งการเพิกถอนและการนำส่งอย่างมาก
ตั้งค่าประเภทการรับส่งข้อความ
RBM API มีฟิลด์ messageTrafficType
เพื่อจัดหมวดหมู่ข้อความ
แม้ว่ากรณีการใช้งานของตัวแทน
จะยังคงกำหนดลักษณะการทำงานของตัวแทนและกฎทางธุรกิจที่ใช้
messageTrafficType
แต่ก็ช่วยให้จัดหมวดหมู่เนื้อหาข้อความได้ละเอียดยิ่งขึ้น
ท้ายที่สุดแล้ว การดำเนินการนี้จะช่วยให้ตัวแทนคนเดียวสามารถจัดการกรณีการใช้งานได้หลายกรณี การดำเนินการนี้ไม่ส่งผลกระทบต่อกรณีการใช้งานเอเจนต์หรือกฎทางธุรกิจที่มีอยู่ในขณะนี้
ฟิลด์นี้จะกรอกหรือไม่ก็ได้ แต่เราขอแนะนำให้ตั้งค่าตอนนี้เพื่อ ไม่ให้ได้รับข้อผิดพลาดเมื่อฟิลด์นี้กลายเป็นฟิลด์ที่ต้องกรอก
หากต้องการตั้งค่าประเภทการเข้าชมข้อความ ให้กำหนดmessageTrafficType
ที่เหมาะสม
สำหรับแต่ละข้อความตามเนื้อหา RBM รองรับการเข้าชมประเภทต่อไปนี้
ประเภทการเข้าชม | เนื้อหาข้อความ | กรณีการใช้งานของตัวแทน |
---|---|---|
AUTHENTICATION |
สำหรับข้อความการตรวจสอบสิทธิ์ | OTP |
TRANSACTION |
สำหรับข้อความเกี่ยวกับบริการหรือผลิตภัณฑ์ที่มีอยู่ของผู้ใช้ เช่น การยืนยัน ใบเสร็จรับเงิน หรือรายละเอียดการจอง | ธุรกรรมหรือการใช้งานหลายครั้ง |
PROMOTION |
สำหรับข้อความส่งเสริมการขาย เช่น ข้อเสนอ ส่วนลด ประกาศ หรือเนื้อหาส่งเสริมการขายอื่นๆ | โปรโมชันหรือการใช้งานหลายอย่าง |
SERVICEREQUEST |
สำหรับข้อความเกี่ยวกับบริการที่ผู้ใช้ขออย่างชัดเจน | OTP, ธุรกรรม, โปรโมชัน หรือแบบใช้ได้หลายครั้ง |
ACKNOWLEDGEMENT |
สำหรับข้อความที่ใช้เพื่อรับทราบการดำเนินการของผู้ใช้ โดยเฉพาะคำขอยกเลิกการสมัครรับอีเมล ซึ่งเป็นการยืนยันว่าเราได้รับคำขอของผู้ใช้และกำลังดำเนินการ | OTP, ธุรกรรม, โปรโมชัน หรือแบบใช้ได้หลายครั้ง |
หากไม่ได้ตั้งค่าประเภทการเข้าชม ระบบจะกำหนดประเภทเริ่มต้นสำหรับกรณีการใช้งานของเอเจนต์
กรณีการใช้งานของตัวแทน | ประเภทการเข้าชมเริ่มต้น |
---|---|
OTP | AUTHENTICATION |
ธุรกรรม | TRANSACTION |
โปรโมชัน | PROMOTION |
ใช้ได้หลายอย่าง | MESSAGE_TRAFFIC_TYPE_UNSPECIFIED |
เอเจนต์แบบหลายการใช้งานไม่มีประเภทการเข้าชมเริ่มต้น คุณต้องตั้งค่าประเภทการรับส่ง
อย่างชัดเจนสำหรับแต่ละข้อความตามเนื้อหาของข้อความ หากไม่แทนที่ค่า
MESSAGE_TRAFFIC_TYPE_UNSPECIFIED
จะเกิดข้อผิดพลาด
ขีดจำกัดขนาดข้อความ
ขนาดสูงสุดของสตริงที่แปลงเป็นสตริง AgentMessage ทั้งหมดคือ 250 KB ส่วนข้อความของข้อความมีขีดจำกัดของตัวเองที่ 3072 อักขระ
ขนาดสูงสุดของไฟล์ที่ส่งผ่าน RBM ได้คือ 100MB ดูข้อมูลเพิ่มเติมได้ที่ ไฟล์สื่อและ PDF
ข้อความ
ข้อความที่เรียบง่ายที่สุดประกอบด้วยข้อความ SMS เหมาะที่สุดสำหรับการสื่อสารข้อมูลโดยไม่จำเป็นต้องมีภาพ การโต้ตอบที่ซับซ้อน หรือการตอบกลับ
ตัวอย่าง
โค้ดต่อไปนี้จะส่งข้อความธรรมดา ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
phones.agentMessages.create
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!" }, "messageTrafficType": "PROMOTION" }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); let params = { messageText: 'Hello, world!', msisdn: '+12223334444', }; // Send a simple message to the device rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.rbm.RbmApiHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Send simple text message to user rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444" ); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create a simple RBM text message message_text = messages.TextMessage('Hello, world!') # Send text message to the device messages.MessageCluster().append_message(message_text).send_to_msisdn('+12223334444')
C#
using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); rbmApiHelper.SendTextMessage( "Hello, world!", "+12223334444", );
เนื้อหาข้อความพื้นฐาน - การแปลง SMS
ผู้ให้บริการได้เปิดตัวรูปแบบการเรียกเก็บเงิน เพื่อรองรับการย้ายข้อความ SMS ไปยัง RBM ข้อความ RBM ที่มีอักขระ UTF-8 สูงสุด 160 ตัวเรียกว่าข้อความพื้นฐาน
เมื่อสร้างคำขอเพื่อส่งข้อความพื้นฐาน โปรดทราบว่าระบบจะนับอักขระ เป็น 1 ไบต์ (UTF-8) หากคุณส่งข้อความที่มีอักขระพิเศษ เช่น อีโมจิหรือชุดอักขระแบบหลายไบต์ ระบบจะนับอักขระแต่ละตัวเป็นอักขระ UTF-8 2-4 ตัวขึ้นไป
ป้อนข้อความในช่องเพื่อตรวจสอบความยาว
เนื้อหาข้อความพื้นฐานและตัวอย่างลิงก์
ไคลเอ็นต์ RCS อาจใช้การแสดงตัวอย่างลิงก์ หากข้อความ RBM แบบข้อความเท่านั้นมี URL ของเว็บไซต์ที่มีแท็ก Open Graph ระบบอาจแสดงรูปภาพตัวอย่างซึ่งให้ความรู้สึกว่ามีเนื้อหาที่สมบูรณ์ยิ่งขึ้น
โปรดทราบว่าไคลเอ็นต์ RCS อาจอนุญาตให้ผู้ใช้ปิดใช้ตัวอย่างลิงก์ได้
รหัสผ่านแบบครั้งเดียวสำหรับการยืนยันผู้ใช้
คุณใช้ RBM เพื่อส่งรหัสผ่านแบบใช้ครั้งเดียว (OTP) สำหรับการยืนยันผู้ใช้โดยอัตโนมัติด้วย SMS Retriever API ได้ ไม่มี API เฉพาะสำหรับ การอ่าน OTP ที่ส่งผ่าน RBM
วิธีการทำงานสำหรับ Android
สำหรับแอป Android ที่ลงทะเบียนกับ SMS Retriever API API จะรอรับข้อความ RBM ที่มีรูปแบบถูกต้อง ข้อความนี้ต้องมีทั้ง OTP และแฮชที่ไม่ซ้ำกันซึ่งระบุแอปของคุณ
เมื่อได้รับข้อความ RBM ที่มีรูปแบบถูกต้อง SMS Retriever API จะประมวลผลข้อความดังกล่าวเช่นเดียวกับ OTP ทาง SMS หลังจากแฮชตรงกับแอปของคุณแล้ว ระบบจะดึง OTP ออกและส่งต่อให้แอปของคุณเพื่อการยืนยันผู้ใช้โดยอัตโนมัติ
- ตัวอย่างข้อความ RBM สำหรับการยืนยันผู้ใช้:
Your code is <OTP> <app hash>.
- ตัวอย่าง:
Your code is 123456 M8tue43FGT.
ดูข้อมูลเพิ่มเติมเกี่ยวกับ SMS Retriever และ API ที่เกี่ยวข้องได้ที่เอกสารประกอบของ SMS Retriever ดูรายละเอียดเกี่ยวกับการยืนยันผู้ใช้โดยอัตโนมัติในแอปที่ลงทะเบียนด้วย SMS Retriever API ได้ที่แผนภาพลำดับงานนี้
วิธีการทำงานสำหรับ iOS
สำหรับ iOS การจัดการ OTP ในตัวของระบบจะตรวจหาและแนะนำ OTP ของ RBM สำหรับการป้อนอัตโนมัติโดยอัตโนมัติ เช่นเดียวกับ OTP ทาง SMS แอป iOS ไม่จำเป็นต้องผสานรวม API ที่เฉพาะเจาะจงเพื่ออ่าน OTP
ไฟล์สื่อและ PDF
เมื่อส่งข้อความพร้อมรูปภาพ วิดีโอ เสียง หรือไฟล์ PDF ตัวแทนของคุณ ต้องระบุ URL ที่เข้าถึงได้แบบสาธารณะสำหรับเนื้อหาหรืออัปโหลดไฟล์ โดยตรง สำหรับไฟล์สื่อ คุณยังระบุรูปภาพปกที่ช่วยให้ผู้ใช้ ดูตัวอย่างเนื้อหาก่อนคลิกได้ด้วย สำหรับไฟล์เสียง ระบบจะใช้วิดเจ็ตเสียง เริ่มต้นเป็นตัวยึดตำแหน่ง
แพลตฟอร์ม RBM จะแคชไฟล์เป็นเวลา 60 วัน และ API จะแสดงรหัสไฟล์ที่ตัวแทนของคุณใส่ไว้ในข้อความที่ส่งถึงผู้ใช้ได้ หลังจากผ่านไป 60 วัน RBM จะนำไฟล์ออกจากแคช
เมื่อระบุไฟล์ด้วย URL แนวทางปฏิบัติแนะนำคือการตั้งค่า
contentMessage.forceRefresh
เป็น false
การตั้งค่า contentMessage.forceRefresh
เป็น true
จะบังคับให้ RBM ดึงเนื้อหาใหม่จาก URL ที่ระบุ แม้ว่าระบบจะแคชเนื้อหา URL ไว้แล้วก็ตาม ซึ่งจะทำให้เวลาในการนำส่งข้อความไปยังผู้ใช้เพิ่มขึ้น
ดูแนวทางปฏิบัติแนะนำ สำหรับคำแนะนำและขีดจำกัดเกี่ยวกับขนาดไฟล์
ตัวอย่าง URL ของไฟล์
โค้ดต่อไปนี้จะส่งรูปภาพ ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
AgentContentMessage
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "contentInfo": { "fileUrl": "http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif", "forceRefresh": false } } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); let params = { fileUrl: 'http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif', msisdn: '+12223334444', }; // Send an image/video to a device rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.AgentContentMessage; import com.google.api.services.rcsbusinessmessaging.v1.model.AgentMessage; import com.google.rbm.RbmApiHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); String fileUrl = "http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif"; // create media only message AgentContentMessage agentContentMessage = new AgentContentMessage(); agentContentMessage.setContentInfo(new ContentInfo().setFileUrl(fileUrl)); // attach content to message AgentMessage agentMessage = new AgentMessage(); agentMessage.setContentMessage(agentContentMessage); rbmApiHelper.sendAgentMessage(agentMessage, "+12223334444"); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create media file attachment file_message = messages.FileMessage('http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif') messages.MessageCluster().append_message(file_message).send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); string fileUrl = "http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif"; // Create content info with the file url ContentInfo contentInfo = new ContentInfo { FileUrl = fileUrl }; // Attach content info to a message AgentContentMessage agentContentMessage = new AgentContentMessage { ContentInfo = contentInfo, }; // Attach content to message AgentMessage agentMessage = new AgentMessage { ContentMessage = agentContentMessage }; rbmApiHelper.SendAgentMessage(agentMessage, "+12223334444");
หรือจะอัปโหลดสื่อก่อนส่งในข้อความด้วย
files.create
ก็ได้
ตัวอย่างการอัปโหลดไฟล์
โค้ดต่อไปนี้จะอัปโหลดไฟล์วิดีโอและไฟล์ภาพปก จากนั้นจะส่งทั้ง 2 ไฟล์ในข้อความ
ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
files.create
และ AgentContentMessage
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/upload/v1/files?agentId=AGENT_ID" \ -H "Content-Type: video/mp4" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ --upload-file "FULL_PATH_TO_VIDEO_MEDIA_FILE"
# Capture server-specified video file name from response body JSON
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/upload/v1/files?agentId=AGENT_ID" \ -H "Content-Type: image/jpeg" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ --upload-file "FULL_PATH_TO_THUMBNAIL_MEDIA_FILE"
# Capture server-specified image file name from response body JSON
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "uploadedRbmFile": { "fileName": "SERVER-SPECIFIED_VIDEO_FILE_NAME", "thumbnailName": "SERVER-SPECIFIED_THUMBNAIL_FILE_NAME" } } }'
ประเภทสื่อที่รองรับ
RBM รองรับสื่อประเภทต่อไปนี้ สำหรับภาพปก รองรับเฉพาะ image/jpeg, image/jpg, image/gif และ image/png
ประเภทสื่อ | ประเภทเอกสาร | ส่วนขยาย | ใช้ได้กับการ์ดริชมีเดีย |
---|---|---|---|
application/ogg | เสียง OGG | .ogx | ไม่ |
application/pdf | ไม่ | ||
เสียง/aac | เสียง AAC | .aac | ไม่ |
audio/mp3 | เสียง MP3 | .mp3 | ไม่ |
audio/mpeg | เสียง MPEG | .mpeg | ไม่ |
audio/mpg | เสียง MPG | .mp3 | ไม่ |
audio/mp4 | เสียง MP4 | .mp4 | ไม่ |
audio/mp4-latm | เสียง MP4-latm | .mp4 | ไม่ |
audio/3gpp | เสียง 3GPP | .3gp | ไม่ |
image/jpeg | JPEG | .jpeg, .jpg | ใช่ |
image/gif | GIF | .gif | ใช่ |
image/png | PNG | .png | ใช่ |
video/h263 | วิดีโอ H263 | .h263 | ใช่ |
video/m4v | วิดีโอ M4V | .m4v | ใช่ |
video/mp4 | วิดีโอ MP4 | .mp4 | ใช่ |
video/mpeg4 | วิดีโอ MPEG-4 | .mp4, .m4p | ใช่ |
วิดีโอ/mpeg | วิดีโอ MPEG | .mpeg | ใช่ |
video/webm | วิดีโอ WEBM | .webm | ใช่ |
คำแนะนำ
เอเจนต์จะส่งคำแนะนำ (การตอบกลับที่แนะนำและการดำเนินการที่แนะนำ) ในรายการชิปคำแนะนำ (คำแนะนำสูงสุด 11 รายการ) หรือในริชการ์ด (คำแนะนำสูงสุด 4 รายการ)
คำแนะนำแต่ละรายการมีอักขระได้สูงสุด 25 ตัว
คำตอบที่แนะนำ
คำตอบที่แนะนำจะแนะนำผู้ใช้ผ่านการสนทนาโดยให้คำตอบที่ตัวแทนของคุณรู้วิธีตอบกลับ
เมื่อผู้ใช้แตะคำตอบที่แนะนำ ตัวแทนจะได้รับเหตุการณ์ ที่มีข้อความของคำตอบและข้อมูลการรายงานผล Conversion เพย์โหลดมีอักขระได้สูงสุด 2,048 ตัว
ตัวอย่าง
โค้ดต่อไปนี้จะส่งข้อความพร้อมคำตอบที่แนะนำ 2 รายการ ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
SuggestedReply
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!", "suggestions": [ { "reply": { "text": "Suggestion #1", "postbackData": "suggestion_1" } }, { "reply": { "text": "Suggestion #2", "postbackData": "suggestion_2" } } ] } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); let suggestions = [ { reply: { 'text': 'Suggestion #1', 'postbackData': 'suggestion_1', }, }, { reply: { 'text': 'Suggestion #2', 'postbackData': 'suggestion_2', }, }, ]; let params = { messageText: 'Hello, world!', msisdn: '+12223334444', suggestions: suggestions, }; // Send a simple message with suggestion chips to the device rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.RbmApiHelper; import com.google.rbm.SuggestionHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); suggestions.add( new SuggestionHelper("Suggestion #1", "suggestion_1").getSuggestedReply()); suggestions.add( new SuggestionHelper("Suggestion #2", "suggestion_2").getSuggestedReply()); // Send simple text message to user rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444", suggestions ); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create text message to send to user text_msg = messages.TextMessage('Hello, world!') cluster = messages.MessageCluster().append_message(text_msg) # Append suggested replies for the message to send to the user cluster.append_suggestion_chip(messages.SuggestedReply('Suggestion #1', 'reply:suggestion_1')) cluster.append_suggestion_chip(messages.SuggestedReply('Suggestion #2', 'reply:suggestion_2')) # Send a simple message with suggestion chips to the device cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); List<Suggestion> suggestions = new List<Suggestion> { // Create suggestion chips new SuggestionHelper("Suggestion #1", "suggestion_1").SuggestedReply(), new SuggestionHelper("Suggestion #2", "suggestion_2").SuggestedReply() }; // Send simple text message with suggestions to user rbmApiHelper.SendTextMessage( "Hello, world!", "+12223334444", suggestions );
การดำเนินการที่แนะนำ
การดำเนินการที่แนะนำจะแนะนําผู้ใช้ผ่านการสนทนาโดยใช้ประโยชน์จากฟังก์ชันในตัวของอุปกรณ์ ตัวแทนของคุณสามารถแนะนำให้ผู้ใช้โทรหาหมายเลข เปิดสถานที่ตั้งบนแผนที่ แชร์ตำแหน่ง เปิด URL หรือสร้างกิจกรรมในปฏิทินได้
สำหรับแต่ละการดำเนินการที่แนะนำ คุณจะระบุ URL สำรอง (สูงสุด 2048 อักขระ) ก็ได้ URL นี้จะเปิดในหน้าต่างเบราว์เซอร์ใหม่หากอุปกรณ์ของผู้ใช้ไม่รองรับการดำเนินการที่แนะนำ
เมื่อผู้ใช้แตะการดำเนินการที่แนะนำ เอเจนต์จะได้รับเหตุการณ์ ที่มีข้อมูลการรายงานผล Conversion ของการดำเนินการ
ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
SuggestedAction
กดหมายเลขโทรศัพท์
การดำเนินการโทรจะนำผู้ใช้ไปที่การโทรหมายเลขโทรศัพท์ที่เอเจนต์ของคุณระบุ
หมายเลขโทรศัพท์ใช้ได้เฉพาะตัวเลข (0-9
), เครื่องหมายบวก (+
), เครื่องหมายดอกจัน (*
)
และเครื่องหมายตัวเลข (#
) รองรับรูปแบบสากล E.164 (เช่น
+14155555555
) แต่ไม่บังคับ กล่าวคือ ทั้ง +14155555555
และ 1011
เป็นรายการที่ถูกต้อง
ตัวอย่าง
โค้ดต่อไปนี้จะส่งการดำเนินการโทร ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
DialAction
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!", "suggestions": [ { "action": { "text": "Call", "postbackData": "postback_data_1234", "fallbackUrl": "https://www.google.com/contact/", "dialAction": { "phoneNumber": "+15556667777" } } } ] } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); // Define a dial suggested action let suggestions = [ { action: { text: 'Call', postbackData: 'postback_data_1234', dialAction: { phoneNumber: '+15556667777' } } }, ]; let params = { messageText: 'Hello, world!', msisdn: '+12223334444', suggestions: suggestions, }; // Send a simple message with a dial suggested action rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.DialAction; import com.google.api.services.rcsbusinessmessaging.v1.model.SuggestedAction; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.RbmApiHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); // creating a dial suggested action DialAction dialAction = new DialAction(); dialAction.setPhoneNumber("+15556667777"); // creating a suggested action based on a dial action SuggestedAction suggestedAction = new SuggestedAction(); suggestedAction.setText("Call"); suggestedAction.setPostbackData("postback_data_1234"); suggestedAction.setDialAction(dialAction); // attaching action to a suggestion Suggestion suggestion = new Suggestion(); suggestion.setAction(suggestedAction); suggestions.add(suggestion); // Send simple text message with the suggestion action rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444", suggestions ); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create a dial suggested action suggestions = [ messages.DialAction('Call', 'reply:postback_data_1234', '+15556667777') ] # Create text message to send to user text_msg = messages.TextMessage('Hello, world!') cluster = messages.MessageCluster().append_message(text_msg) # Append suggestions for the message to send to the user for suggestion in suggestions: cluster.append_suggestion_chip(suggestion) # Send a simple message with suggested action to the device cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); // Create a dial an agent suggested action DialAction dialAction = new DialAction { PhoneNumber = "+15556667777" }; // Creating a suggested action based on a dial action SuggestedAction suggestedAction = new SuggestedAction { Text = "Call", PostbackData = "postback_data_1234", DialAction = dialAction }; // Attach action to a suggestion Suggestion suggestion = new Suggestion { Action = suggestedAction }; List<Suggestion> suggestions = new List<Suggestion> { suggestion }; rbmApiHelper.SendTextMessage( "Hello, world!", "+12223334444", suggestions );
ดูสถานที่
การดำเนินการดูตำแหน่งจะแสดงตำแหน่งในแอปแผนที่เริ่มต้นของผู้ใช้ คุณระบุตำแหน่งได้ทั้งโดยใช้ละติจูดและลองจิจูด หรือใช้การค้นหาตามตำแหน่งปัจจุบันของผู้ใช้ นอกจากนี้ คุณยังตั้งป้ายกำกับที่กำหนดเองสำหรับหมุดที่ แสดงในแอปแผนที่ได้ด้วย
ตัวอย่าง
โค้ดต่อไปนี้จะส่งการดำเนินการดูตำแหน่ง ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
ViewLocationAction
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!", "suggestions": [ { "action": { "text": "View map", "postbackData": "postback_data_1234", "fallbackUrl": "https://www.google.com/maps/@37.4220188,-122.0844786,15z", "viewLocationAction": { "latLong": { "latitude": "37.4220188", "longitude": "-122.0844786" }, "label": "Googleplex" } } } ] } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); // Define a view location suggested action let suggestions = [ { action: { text: 'View map', postbackData: 'postback_data_1234', viewLocationAction: { latLong: { latitude: 37.4220188, longitude: -122.0844786 }, label: 'Googleplex' } } }, ]; let params = { messageText: 'Hello, world!', msisdn: '+12223334444', suggestions: suggestions, }; // Send a simple message with a view location suggested action rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.ViewLocationAction; import com.google.api.services.rcsbusinessmessaging.v1.model.SuggestedAction; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.RbmApiHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); // creating a view location suggested action ViewLocationAction viewLocationAction = new ViewLocationAction(); viewLocationAction.setQuery("Googleplex, Mountain View, CA"); // creating a suggested action based on a view location action SuggestedAction suggestedAction = new SuggestedAction(); suggestedAction.setText("View map"); suggestedAction.setPostbackData("postback_data_1234"); suggestedAction.setViewLocationAction(viewLocationAction); // attaching action to a suggestion Suggestion suggestion = new Suggestion(); suggestion.setAction(suggestedAction); suggestions.add(suggestion); // Send simple text message with the suggestion action rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444", suggestions ); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create a view location suggested action suggestions = [ messages.ViewLocationAction('View map', 'reply:postback_data_1234', query='Googleplex, Mountain View, CA') ] # Create text message to send to user text_msg = messages.TextMessage('Hello, world!') cluster = messages.MessageCluster().append_message(text_msg) # Append suggestions for the message to send to the user for suggestion in suggestions: cluster.append_suggestion_chip(suggestion) # Send a simple message with suggested action to the device cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); // create an view location action ViewLocationAction viewLocationAction = new ViewLocationAction { Query = "Googleplex Mountain View, CA" }; // Attach the view location action to a suggested action SuggestedAction suggestedAction = new SuggestedAction { ViewLocationAction = viewLocationAction, Text = "View map", PostbackData = "postback_data_1234" }; // Attach the action to a suggestion object Suggestion suggestion = new Suggestion { Action = suggestedAction }; List<Suggestion> suggestions = new List<Suggestion> { suggestion }; rbmApiHelper.SendTextMessage( "Hello, world!", "+12223334444", suggestions );
แชร์ตำแหน่ง
การดำเนินการแชร์ตำแหน่งช่วยให้ผู้ใช้แชร์ตำแหน่งกับตัวแทนของคุณได้ ผู้ใช้สามารถแชร์ตำแหน่งปัจจุบันหรือตำแหน่งที่เลือกด้วยตนเอง จากแอป Maps
ตัวอย่าง
โค้ดต่อไปนี้จะส่งการดำเนินการแชร์ตำแหน่ง ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
ShareLocationAction
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!", "suggestions": [ { "action": { "text": "Share your location", "postbackData": "postback_data_1234", "shareLocationAction": {} } } ] } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); // Define a share location suggested action let suggestions = [ { action: { text: 'Share your location', postbackData: 'postback_data_1234', shareLocationAction: { } } }, ]; let params = { messageText: 'Hello, world!', msisdn: '+12223334444', suggestions: suggestions, }; // Send a simple message with a share location suggested action rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.ShareLocationAction; import com.google.api.services.rcsbusinessmessaging.v1.model.SuggestedAction; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.RbmApiHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); // creating a share location suggested action ShareLocationAction shareLocationAction = new ShareLocationAction(); // creating a suggested action based on a share location action SuggestedAction suggestedAction = new SuggestedAction(); suggestedAction.setText("Share location"); suggestedAction.setPostbackData("postback_data_1234"); suggestedAction.setShareLocationAction(shareLocationAction); // attaching action to a suggestion Suggestion suggestion = new Suggestion(); suggestion.setAction(suggestedAction); suggestions.add(suggestion); // Send simple text message with the suggestion action rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444", suggestions ); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create a share location suggested action suggestions = [ messages.ShareLocationAction('Share location', 'reply:postback_data_1234') ] # Create text message to send to user text_msg = messages.TextMessage('Hello, world!') cluster = messages.MessageCluster().append_message(text_msg) # Append suggestions for the message to send to the user for suggestion in suggestions: cluster.append_suggestion_chip(suggestion) # Send a simple message with suggested action to the device cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); // Create a share location action ShareLocationAction shareLocationAction = new ShareLocationAction(); // Attach the share location action to a suggested action SuggestedAction suggestedAction = new SuggestedAction { ShareLocationAction = shareLocationAction, Text = "Share location", PostbackData = "postback_data_1234" }; // Attach the action to a suggestion object Suggestion suggestion = new Suggestion { Action = suggestedAction }; List<Suggestion> suggestions = new List<Suggestion> { suggestion }; rbmApiHelper.SendTextMessage( "Hello, world!", "+12223334444", suggestions );
เปิด URL
การดำเนินการเปิด URL ช่วยให้คุณนำผู้ใช้ไปยังหน้าเว็บที่ตัวแทนของคุณระบุได้ โดยค่าเริ่มต้น หน้าเว็บจะเปิดในเบราว์เซอร์ของผู้ใช้ หากผู้ใช้กำหนดค่าแอปเริ่มต้นสำหรับหน้าเว็บ ระบบจะเปิดแอปนั้นแทน ในกรณีนี้ ไอคอน บนปุ่มการดำเนินการที่แนะนำจะเป็นไอคอนของแอป
การดำเนินการเปิด URL ยังรองรับ WebView ที่ผสานรวมด้วย โปรดดูเปิด URL ด้วย WebView
ตัวอย่าง
โค้ดต่อไปนี้จะส่งการดำเนินการเปิด URL ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
OpenUrlAction
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!", "suggestions": [ { "action": { "text": "Open Google", "postbackData": "postback_data_1234", "openUrlAction": { "url": "https://www.google.com" } } } ] } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); // Define an open URL suggested action let suggestions = [ { action: { text: 'Open Google', postbackData: 'postback_data_1234', openUrlAction: { url: 'https://www.google.com' } } }, ]; let params = { messageText: 'Hello, world!', msisdn: '+12223334444', suggestions: suggestions, }; // Send a simple message with an open URL suggested action rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.OpenUrlAction; import com.google.api.services.rcsbusinessmessaging.v1.model.SuggestedAction; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.RbmApiHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); // creating an open url suggested action OpenUrlAction openUrlAction = new OpenUrlAction(); openUrlAction.setUrl("https://www.google.com"); // creating a suggested action based on an open url action SuggestedAction suggestedAction = new SuggestedAction(); suggestedAction.setText("Open Google"); suggestedAction.setPostbackData("postback_data_1234"); suggestedAction.setOpenUrlAction(openUrlAction); // attaching action to a suggestion Suggestion suggestion = new Suggestion(); suggestion.setAction(suggestedAction); suggestions.add(suggestion); // Send simple text message with the suggestion action rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444", suggestions ); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create an open url suggested action suggestions = [ messages.OpenUrlAction('Open Google', 'reply:postback_data_1234', 'https://www.google.com') ] # Create text message to send to user text_msg = messages.TextMessage('Hello, world!') cluster = messages.MessageCluster().append_message(text_msg) # Append suggestions for the message to send to the user for suggestion in suggestions: cluster.append_suggestion_chip(suggestion) # Send a simple message with suggested action to the device cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); // Create an open url action OpenUrlAction openUrlAction = new OpenUrlAction { Url = "https://www.google.com" }; // Attach the open url action to a suggested action SuggestedAction suggestedAction = new SuggestedAction { OpenUrlAction = openUrlAction, Text = "Open Google", PostbackData = "postback_data_1234" }; // Attach the action to a suggestion object Suggestion suggestion = new Suggestion { Action = suggestedAction }; List<Suggestion> suggestions = new List<Suggestion> { suggestion }; rbmApiHelper.SendTextMessage( "Hello, world!", "+12223334444", suggestions );
เปิด URL ด้วย WebView
การดำเนินการเปิด URL ด้วย WebView จะโหลดหน้าเว็บที่ระบุ
ภายในแอปรับส่งข้อความด้วยเครื่องมือการแสดงผลของเบราว์เซอร์เริ่มต้น ซึ่งจะช่วยให้ผู้ใช้โต้ตอบกับหน้าเว็บได้โดยไม่ต้องออกจาก
การสนทนา RBM หากอุปกรณ์ของผู้ใช้ไม่รองรับ WebView เว็บเพจจะเปิดในเบราว์เซอร์ของผู้ใช้แทน
หากต้องการเปิดใช้ WebView โปรดดู
OpenURLApplication
WebView มีโหมดการแสดงผล 3 โหมด ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
WebviewViewMode
- เต็ม: หน้าเว็บจะแสดงเต็มหน้าจอ
- ครึ่ง: หน้าเว็บจะใช้พื้นที่ครึ่งหน้าจอ
- สูง: เว็บเพจใช้พื้นที่ 3/4 ของหน้าจอ
ตัวอย่าง
โค้ดต่อไปนี้จะส่ง URL แบบเปิดพร้อมการดำเนินการ WebView ดูตัวเลือกการจัดรูปแบบและค่าได้ที่ OpenURLAction
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!", "suggestions": [ { "action": { "text": "Open Google", "postbackData": "postback_data_1234", "openUrlAction": { "url": "https://www.google.com", "application": "WEBVIEW", "webviewViewMode": "FULL", "description": "Accessibility description" } } } ] } }'
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.OpenUrlAction; import com.google.api.services.rcsbusinessmessaging.v1.model.SuggestedAction; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.RbmApiHelper; … try { String URL = "https://www.google.com"; // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); // Create suggestion to view webpage in full mode Suggestion viewInFullMode = getUrlActionInWebview(URL, "FULL") suggestions.add(viewInFullMode); // create suggestion to view webpage in half mode Suggestion viewInHalfMode = getUrlActionInWebview(URL, "HALF") suggestions.add(viewInHalfMode); // create suggestion to view webpage in tall mode Suggestion viewInTallMode = getUrlActionInWebview(URL, "TALL") suggestions.add(viewInTallMode); // Send simple text message with the suggested action rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444", suggestions ); } catch(Exception e) { e.printStackTrace(); } /** * Creates a suggested action to open URL in webview. * * @return a suggestion object for an open URL in webview action . */ private Suggestion getUrlActionInWebview(String url, String viewMode) { // create an open url action OpenUrlAction openUrlAction = new OpenUrlAction(); openUrlAction.setUrl(url); openUrlAction.setApplication("WEBVIEW"); openUrlAction.setWebviewViewMode(viewMode); openUrlAction.setDescription("Accessibility description"); // attach the open url action to a suggested action SuggestedAction suggestedAction = new SuggestedAction(); suggestedAction.setOpenUrlAction(openUrlAction); suggestedAction.setText('display_text'); suggestedAction.setPostbackData('postback_data_123'); // attach the action to a suggestion object Suggestion suggestion = new Suggestion(); suggestion.setAction(suggestedAction); return suggestion; }
สร้างกิจกรรมในปฏิทิน
การดำเนินการสร้างกิจกรรมในปฏิทินจะเปิดแอปปฏิทินของผู้ใช้และเริ่ม สร้างกิจกรรมใหม่โดยใช้ข้อมูลที่ระบุ
ต้องระบุชื่อกิจกรรมในปฏิทิน โดยมีความยาวของอักขระได้สูงสุด 100 ตัว คำอธิบายกิจกรรมในปฏิทินเป็นข้อมูลที่ไม่บังคับและมีอักขระได้สูงสุด 500 ตัว
ตัวอย่าง
โค้ดต่อไปนี้จะส่งการดำเนินการสร้างกิจกรรมในปฏิทิน ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
CreateCalendarEventAction
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "text": "Hello, world!", "suggestions": [ { "action": { "text": "Save to calendar", "postbackData": "postback_data_1234", "fallbackUrl": "https://www.google.com/calendar", "createCalendarEventAction": { "startTime": "2020-06-30T19:00:00Z", "endTime": "2020-06-30T20:00:00Z", "title": "My calendar event", "description": "Description of the calendar event" } } } ] } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); // Define a create calendar event suggested action let suggestions = [ { action: { text: 'Save to calendar', postbackData: 'postback_data_1234', createCalendarEventAction: { startTime: '2020-06-30T19:00:00Z', endTime: '2020-06-30T20:00:00Z', title: 'My calendar event', description: 'Description of the calendar event', }, } }, ]; let params = { messageText: 'Hello, world!', msisdn: '+12223334444', suggestions: suggestions, }; // Send a simple message with a create calendar event suggested action rbmApiHelper.sendMessage(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.CreateCalendarEventAction; import com.google.api.services.rcsbusinessmessaging.v1.model.SuggestedAction; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.RbmApiHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); // creating a create calendar event suggested action CreateCalendarEventAction createCalendarEventAction = new CreateCalendarEventAction(); calendarEventAction.setTitle("My calendar event"); calendarEventAction.setDescription("Description of the calendar event"); calendarEventAction.setStartTime("2020-06-30T19:00:00Z"); calendarEventAction.setEndTime("2020-06-30T20:00:00Z"); // creating a suggested action based on a create calendar event action SuggestedAction suggestedAction = new SuggestedAction(); suggestedAction.setText("Save to calendar"); suggestedAction.setPostbackData("postback_data_1234"); suggestedAction.setCreateCalendarEventAction(createCalendarEventAction); // attaching action to a suggestion Suggestion suggestion = new Suggestion(); suggestion.setAction(suggestedAction); suggestions.add(suggestion); // Send simple text message with the suggestion action rbmApiHelper.sendTextMessage( "Hello, world!", "+12223334444", suggestions ); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Create a calendar event suggested action suggestions = [ messages.CreateCalendarEventAction('Save to Calendar', 'reply:postback_data_1234', '2020-06-30T19:00:00Z', '2020-06-30T20:00:00Z', 'My calendar event', 'Description of the calendar event') ] # Create text message to send to user text_msg = messages.TextMessage('Hello, world!') cluster = messages.MessageCluster().append_message(text_msg) # Append suggestions for the message to send to the user for suggestion in suggestions: cluster.append_suggestion_chip(suggestion) # Send a simple message with suggested action to the device cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); // Create a calendar event action CreateCalendarEventAction calendarEventAction = new CreateCalendarEventAction { Title = "My calendar event", Description = "Description of the calendar event", StartTime = "2020-06-30T19:00:00Z", EndTime = "2020-06-30T20:00:00Z" }; // Attach the calendar event action to a suggested action SuggestedAction suggestedAction = new SuggestedAction { CreateCalendarEventAction = calendarEventAction, Text = "Save to calendar", PostbackData = "postback_data_1234" }; // Attach the action to a suggestion object Suggestion suggestion = new Suggestion { Action = suggestedAction }; List<Suggestion> suggestions = new List<Suggestion> { suggestion }; rbmApiHelper.SendTextMessage( "Hello, world!", "+12223334444", suggestions );
รายการชิปคำแนะนำ
ตัวแทนจะส่งรายการชิปคำแนะนำพร้อมข้อความเพื่อแนะนำการดำเนินการถัดไปของผู้ใช้ รายการชิปจะแสดงก็ต่อเมื่อข้อความที่เชื่อมโยงอยู่ ด้านล่างของการสนทนา ข้อความถัดไปในการสนทนา (จากผู้ใช้หรือตัวแทนของคุณ) จะเขียนทับรายการชิป
ชิปในรายการคือการตอบที่แนะนำและการดำเนินการที่แนะนำ
รายการชิปมีชิปคำแนะนำได้สูงสุด 11 รายการ และป้ายกำกับชิปแต่ละรายการมีอักขระได้สูงสุด 25 ตัว
ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
AgentContentMessage
การ์ดริชมีเดีย
เมื่อต้องการส่งข้อมูล สื่อ หรือคำแนะนำที่เกี่ยวข้องเป็นกลุ่ม คุณควรส่งการ์ดริชมีเดีย ริชการ์ดช่วยให้ตัวแทนส่งข้อมูลหลายหน่วยในข้อความเดียวได้
ริชการ์ดอาจมีรายการต่อไปนี้
- รูปภาพหรือวิดีโอ
- ข้อความชื่อ
- ข้อความคำอธิบาย
- คำตอบที่แนะนำและการดำเนินการที่แนะนำ (สูงสุด 4 รายการ)
การ์ดที่สมบูรณ์อาจมีรายการทั้งหมดที่ระบุไว้ แต่การ์ดต้องมี อย่างน้อยรูปภาพ วิดีโอ หรือชื่อจึงจะใช้ได้ ริชการ์ดมีการดำเนินการที่แนะนำและคำตอบที่แนะนำได้สูงสุด 4 รายการ
ตัวแทนสามารถส่งริชการ์ดหลายใบพร้อมกันในริชการ์ดแคร์รอสเซล
ขนาดสูงสุดของเพย์โหลดการ์ดริชคือ 250 KB ดูแนวทางปฏิบัติแนะนำ สำหรับคำแนะนำและขีดจำกัดขนาดไฟล์สื่อ
ดูข้อกำหนดของการ์ดริชมีเดียได้ใน การ์ดริชมีเดีย
ความสูงของการ์ด
การ์ดจะขยายในแนวตั้งให้พอดีกับเนื้อหา ริชการ์ดมีความสูงขั้นต่ำ 112 DP และความสูงสูงสุด 344 DP หากเนื้อหาของการ์ด มีขนาดไม่ใหญ่พอที่จะเติมความสูงขั้นต่ำของการ์ด การ์ดจะขยายและเติม ความสูงที่เหลือด้วยพื้นที่ว่าง
สื่อในการ์ดริชมีเดียต้องมีความสูงอย่างใดอย่างหนึ่งต่อไปนี้
- สั้น: 112 DP
- ปานกลาง: 168 DP
- สูง: 264 DP
หากสื่อไม่พอดีกับขนาดในการ์ดที่กำหนดตามความสูงที่เลือก ระบบจะเลือกตัวอย่างสื่อโดยการซูมและครอบตัดสื่อ
ตัวอย่าง
โค้ดต่อไปนี้จะส่งริชการ์ดพร้อมรูปภาพและคำตอบที่แนะนำ
ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
RichCard
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "richCard": { "standaloneCard": { "thumbnailImageAlignment": "RIGHT", "cardOrientation": "VERTICAL", "cardContent": { "title": "Hello, world!", "description": "RBM is awesome!", "media": { "height": "TALL", "contentInfo":{ "fileUrl": "http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif", "forceRefresh": false } }, "suggestions": [ { "reply": { "text": "Suggestion #1", "postbackData": "suggestion_1" } }, { "reply": { "text": "Suggestion #2", "postbackData": "suggestion_2" } } ] } } } } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); // Suggested replies to be used in the card let suggestions = [ { reply: { 'text': 'Suggestion #1', 'postbackData': 'suggestion_1', }, }, { reply: { 'text': 'Suggestion #2', 'postbackData': 'suggestion_2', }, }, ]; // Image to be displayed by the card let imageUrl = 'http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif'; // Definition of the card parameters let params = { messageText: 'Hello, world!', messageDescription: 'RBM is awesome!', msisdn: '+12223334444', suggestions: suggestions, imageUrl: imageUrl, height: 'TALL', }; // Send rich card to device rbmApiHelper.sendRichCard(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.StandaloneCard; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.cards.CardOrientation; import com.google.rbm.cards.MediaHeight; import com.google.rbm.RbmApiHelper; import com.google.rbm.SuggestionHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); // Create suggestions for chip list List<Suggestion> suggestions = new ArrayList<Suggestion>(); suggestions.add( new SuggestionHelper("Suggestion #1", "suggestion_1").getSuggestedReply()); suggestions.add( new SuggestionHelper("Suggestion #2", "suggestion_2").getSuggestedReply()); String imageUrl = "http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif"; // Create a standalone rich card to send to the user StandaloneCard standaloneCard = rbmApiHelper.createStandaloneCard( "Hello, world!", "RBM is awesome!", imageUrl, MediaHeight.MEDIUM, CardOrientation.VERTICAL, suggestions ); rbmApiHelper.sendStandaloneCard(standaloneCard, "+12223334444"); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Suggested replies to be used in the card suggestions = [ messages.SuggestedReply('Suggestion #1', 'reply:suggestion_1'), messages.SuggestedReply('Suggestion #2', 'reply:suggestion_2') ] # Image to be displayed by the card image_url = 'http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif'; # Define rich card structure rich_card = messages.StandaloneCard('VERTICAL', 'Hello, world!', 'RBM is awesome!', suggestions, image_url, None, None, 'MEDIUM') # Append rich card and send to the user cluster = messages.MessageCluster().append_message(rich_card) cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; using RCSBusinessMessaging.Cards; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); List<Suggestion> suggestions = new List<Suggestion> { // Create suggestion chips new SuggestionHelper("Suggestion #1", "suggestion_1").SuggestedReply(), new SuggestionHelper("Suggestion #2", "suggestion_2").SuggestedReply() }; string imageUrl = "http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif"; // Create rich card with suggestions StandaloneCard standaloneCard = rbmApiHelper.CreateStandaloneCard( "Hello, world!", "RBM is awesome", imageUrl, MediaHeight.TALL, CardOrientation.VERTICAL, suggestions ); // Send rich card to user rbmApiHelper.SendStandaloneCard(standaloneCard, "+12223334444");
ภาพสไลด์ Rich Card
เมื่อต้องการแสดงตัวเลือกหลายรายการให้ผู้ใช้เลือก ให้ใช้ภาพสไลด์ของการ์ดริชมีเดีย ภาพสไลด์จะเชื่อมต่อริชการ์ดหลายรายการเข้าด้วยกัน เพื่อให้ผู้ใช้เปรียบเทียบรายการต่างๆ และโต้ตอบกับแต่ละรายการได้ ทีละรายการ
ภาพสไลด์อาจมีริชการ์ดอย่างน้อย 2 ใบและสูงสุด 10 ใบ ริชการ์ดภายในภาพสไลด์ต้องเป็นไปตามข้อกำหนดทั่วไปของริชการ์ดสำหรับเนื้อหาและความสูง ดูข้อกำหนดของภาพสไลด์ได้ใน ริชการ์ด
ขนาดสูงสุดของเพย์โหลดภาพหมุนการ์ดริชคือ 250 KB ดูแนวทางปฏิบัติแนะนำ สำหรับคำแนะนำและขีดจำกัดขนาดไฟล์สื่อ
การตัดข้อความ
เช่นเดียวกับริชการ์ด ปัจจัยหลายอย่าง (เช่น ความละเอียดของหน้าจอ ความหนาแน่นของพิกเซล และค่ากำหนดของผู้ใช้) ส่งผลต่อลักษณะที่การ์ดปรากฏต่อผู้ใช้ปลายทาง อย่างไรก็ตาม ใน ภาพสไลด์ ความสูงของการ์ด 2-3 ใบแรกจะกำหนดความสูงของการ์ดทั้งหมด ในภาพสไลด์ และความสูงของการ์ดจะส่งผลต่อการตัดชื่อ คำอธิบาย และ คำแนะนำ
หากอุปกรณ์แสดงองค์ประกอบทั้งหมดของการ์ดไม่ได้เนื่องจากข้อจำกัดในการแสดง หรือความสูงของการ์ด RBM จะตัดการ์ดจนกว่าจะแสดงในอุปกรณ์ได้ โดยใช้ ตรรกะต่อไปนี้
- ลดคำอธิบายให้เหลือ 1 บรรทัด
- ลดชื่อให้เหลือ 1 บรรทัด
- ละเว้นคำแนะนำที่ไม่พอดีกับการ์ด โดยเริ่มจากท้ายรายการที่กำหนด
- ละเว้นคำอธิบาย
- ละเว้นชื่อ
ชื่อและคำอธิบายควรสั้นที่สุดเท่าที่จะเป็นไปได้เพื่อหลีกเลี่ยงการตัดให้สั้นลง สำหรับสื่อแนวตั้ง ให้ใช้ชื่อและคำอธิบายหรือคำแนะนำอย่างใดอย่างหนึ่ง สำหรับสื่อขนาดกลาง ให้ใช้คำแนะนำสูงสุด 2 รายการ สำหรับสื่อแบบสั้น ให้ใช้คำแนะนำสูงสุด 3 รายการ หากต้องการให้แสดงคำแนะนำ 4 รายการ อย่าใส่สื่อในการ์ด
การ์ดควรมีขนาดเนื้อหาและความยาวใกล้เคียงกัน และหากจำเป็น ให้วางการ์ดขนาดใหญ่ไว้ที่ด้านหน้าของภาพสไลด์เพื่อหลีกเลี่ยงการตัดข้อความในการ์ดถัดไป
ตัวอย่าง
โค้ดต่อไปนี้จะส่งภาพหมุนของ Rich Card ดูตัวเลือกการจัดรูปแบบและค่าได้ที่
RichCard
cURL
curl -X POST "https://REGION-rcsbusinessmessaging.googleapis.com/v1/phones/PHONE_NUMBER/agentMessages?messageId=MESSAGE_ID&agentId=AGENT_ID" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/rcs-business-messaging" \ -H "`oauth2l header --json PATH_TO_SERVICE_ACCOUNT_KEY rcsbusinessmessaging`" \ -d '{ "contentMessage": { "richCard": { "carouselCard": { "cardWidth": "MEDIUM", "cardContents": [ { "title": "Card #1", "description": "The description for card #1", "suggestions": [ { "reply": { "text": "Card #1", "postbackData": "card_1" } } ], "media": { "height": "MEDIUM", "contentInfo": { "fileUrl": "https://storage.googleapis.com/kitchen-sink-sample-images/cute-dog.jpg", "forceRefresh": false } } }, { "title": "Card #2", "description": "The description for card #2", "suggestions": [ { "reply": { "text": "Card #2", "postbackData": "card_2" } } ], "media": { "height": "MEDIUM", "contentInfo": { "fileUrl": "https://storage.googleapis.com/kitchen-sink-sample-images/elephant.jpg", "forceRefresh": false } } } ] } } } }'
Node.js
// Reference to RBM API helper const rbmApiHelper = require('@google/rcsbusinessmessaging'); // Images for the carousel cards let card1Image = 'https://storage.googleapis.com/kitchen-sink-sample-images/cute-dog.jpg'; let card2Image = 'https://storage.googleapis.com/kitchen-sink-sample-images/elephant.jpg'; // Define the card contents for a carousel with two cards, each with one suggested reply let cardContents = [ { title: 'Card #1', description: 'The description for card #1', suggestions: [ { reply: { text: 'Card #1', postbackData: 'card_1', } } ], media: { height: 'MEDIUM', contentInfo: { fileUrl: card1Image, forceRefresh: false, }, }, }, { title: 'Card #2', description: 'The description for card #2', suggestions: [ { reply: { text: 'Card #2', postbackData: 'card_2', } } ], media: { height: 'MEDIUM', contentInfo: { fileUrl: card2Image, forceRefresh: false, }, }, }, ]; // Definition of carousel card let params = { msisdn: '+12223334444', cardContents: cardContents, }; // Send the device the carousel card defined above rbmApiHelper.sendCarouselCard(params, function(response) { console.log(response); });
Java
import com.google.api.services.rcsbusinessmessaging.v1.model.CardContent; import com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion; import com.google.rbm.cards.CardOrientation; import com.google.rbm.cards.CardWidth; import com.google.rbm.cards.MediaHeight; import com.google.rbm.RbmApiHelper; import com.google.rbm.SuggestionHelper; … try { // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(); List cardContents = new ArrayList(); // Images for the carousel cards String card1Image = "https://storage.googleapis.com/kitchen-sink-sample-images/cute-dog.jpg"; // Create suggestions for first carousel card List card1Suggestions = new ArrayList(); card1Suggestions.add( new SuggestionHelper("Card #1", "card_1")); cardContents.add( new StandaloneCardHelper( "Card #1", "The description for card #1", card1Image, card1Suggestions) .getCardContent(MediaHeight.SHORT) ); // Images for the carousel cards String card2Image = "https://storage.googleapis.com/kitchen-sink-sample-images/elephant.jpg"; // Create suggestions for second carousel card List card2Suggestions = new ArrayList(); card2Suggestions.add( new SuggestionHelper("Card #2", "card_2")); cardContents.add( new StandaloneCardHelper( "Card #2", "The description for card #2", card2Image, card2Suggestions) .getCardContent(MediaHeight.SHORT) ); // Send the carousel to the user rbmApiHelper.sendCarouselCards(cardContents, CardWidth.MEDIUM, "+12223334444"); } catch(Exception e) { e.printStackTrace(); }
Python
# Reference to RBM Python client helper and messaging object structure from rcs_business_messaging import rbm_service from rcs_business_messaging import messages # Images for the carousel cards card_image_1 = 'https://storage.googleapis.com/kitchen-sink-sample-images/cute-dog.jpg'; card_image_2 = 'https://storage.googleapis.com/kitchen-sink-sample-images/elephant.jpg'; # Suggested replies to be used in the cards suggestions1 = [ messages.SuggestedReply('Card #1', 'reply:card_1') ] suggestions2 = [ messages.SuggestedReply('Card #2', 'reply:card_2') ] # Define the card contents for a carousel with two cards, # each with one suggested reply card_contents = [] card_contents.append(messages.CardContent('Card #1', 'The description for card #1', card_image_1, 'MEDIUM', suggestions1)) card_contents.append(messages.CardContent('Card #2', 'The description for card #2', card_image_2, 'MEDIUM', suggestions2)) # Send the device the carousel card defined above carousel_card = messages.CarouselCard('MEDIUM', card_contents) cluster = messages.MessageCluster().append_message(carousel_card) cluster.send_to_msisdn('+12223334444')
C#
using Google.Apis.RCSBusinessMessaging.v1.Data; using RCSBusinessMessaging; using RCSBusinessMessaging.Cards; … // Create an instance of the RBM API helper RbmApiHelper rbmApiHelper = new RbmApiHelper(credentialsFileLocation, projectId); // Image references to be used in the carousel cards string card1Image = "https://storage.googleapis.com/kitchen-sink-sample-images/cute-dog.jpg"; string card2Image = "https://storage.googleapis.com/kitchen-sink-sample-images/elephant.jpg"; // Suggestion chip lists to be used in carousel cards List<Suggestion> suggestions1 = new List<Suggestion> { new SuggestionHelper("Card #1", "card_1").SuggestedReply() }; List<Suggestion> suggestions2 = new List<Suggestion> { new SuggestionHelper("Card #2", "card_2").SuggestedReply() }; // Create the card content for the carousel List<CardContent> cardContents = new List<CardContent> { // Add items as card content new StandaloneCardHelper( "Card #1", "The description for card #1", card1Image, suggestions1).GetCardContent(), new StandaloneCardHelper( "Card #2", "The description for card #2", card2Image, suggestions2).GetCardContent() }; // Send the carousel to the user rbmApiHelper.SendCarouselCards(cardContents, CardWidth.MEDIUM, msisdn);