我正在向smooch发送轮播消息,旋转木马在smooch中呈现为文本,但在facebook messenger carousel中呈现。在smooch web messanger中需要旋转木马。
这是json
msg = {
"role": 'appMaker',
"type": 'carousel',
"items": [{
"title": 'Tacos',
"description": 'Description',
"mediaUrl": 'https://example.com/img.png',
"actions": [{
"text": 'Select',
"type": 'postback',
"payload": 'TACOS'
}, {
"text": 'More info',
"type": 'link',
"uri": 'https://example.com'
}]
}, {
"title": 'Ramen',
"description": 'Description',
"mediaUrl": 'https://example.com/img.png',
"actions": [{
"text": 'Select',
"type": 'postback',
"payload": 'RAMEN'
}, {
"text": 'More info',
"type": 'link',
"uri": 'https://example.com'
}]
}]
}
答案 0 :(得分:0)
在撰写本文时,Smooch SDK(Web Messenger,iOS和Android)目前不支持轮播消息。有关轮播将如何在每个频道上呈现的详细信息,请参阅Post Carousel Message API文档中的Channel Support部分。
您还可以使用Smooch channel capabilities grid获取有关跨渠道功能支持的一目了然信息。对于标记为"部分频道支持"的那些,这意味着轮播将呈现文本回退,正如您所描述的那样。