【发布时间】:2020-01-04 15:08:10
【问题描述】:
这是我从 webhook 发送的响应:
conv.ask(new Carousel({
title: 'Carousel Title',
items: {
'AU': {
title: 'Australia',
subtitle: '',
image: new Image({
url: 'https://blocky-host-files.web.app/dc_graphics/au.png',
alt: 'Australia graphic',
}),
},
'CA_US': {
title: 'Americas',
subtitle: 'Canada / United States',
image: new Image({
url: 'https://blocky-host-files.web.app/dc_graphics/ca_us.png',
alt: 'Canada United States graphic',
}),
},
'EU': {
title: 'Europe',
subtitle: '',
image: new Image({
url: 'https://blocky-host-files.web.app/dc_graphics/eu.png',
alt: 'Europe graphic',
}),
}
}
}));
我无法弄清楚为什么没有显示图像。它们也没有显示在我的 Google Home Hub 上。
但是,Actions on Google 模拟器会显示我的图像。
【问题讨论】:
标签: dialogflow-es actions-on-google dialogflow-es-fulfillment