Привет, я отправляю ответ от DialogFlow с богатым ответом.Этот богатый ответ содержит Карусель, но я вижу только простой ответ.Я не вижу карусельный ответ в GA .. Есть какой-либо недостаток в моем ответе?Я не вижу ошибок в симуляторе действий на консоли ..
"payload": {
"google": {
"expectUserResponse": true,
"richResponse": {
"items": [
{
"simpleResponse": {
"textToSpeech": "Please follow these steps:",
"displayText": "Please follow these steps:"
},
"Carousel": {
"items": [
{
"title": "Step 1/6",
"description": "hello",
"image": {
"url": "https://www.xx",
"accessibilityText": "hello"
}
},
{
"title": "Step 2/6",
"description": "hello",
"image": {
"url": "https://www.xx",
"accessibilityText": "hello"
}
},
]
}
}
],
"suggestions": []
}
}
}
}