浏览轮播卡片不适用于 Dialogflow 中的 google 助手
Browse Carousel Card not working for google assistant in Dialogflow
我正在尝试 浏览轮播卡片(在丰富的回复中)可用于 Google 对话流中的 Google 助手的功能。
我只收到如图所示的简单响应:.
粘贴在原始 API 响应下方(无浏览轮播卡片响应实例)。
{
"responseId": "ea913388-8753-458c-b033-396512d1af42-e13762d2",
"queryResult": {
"queryText": "show browse carousel",
"parameters": {},
"allRequiredParamsPresent": true,
"fulfillmentMessages": [
{
"platform": "ACTIONS_ON_GOOGLE",
"simpleResponses": {
"simpleResponses": [
{
"textToSpeech": "sample text"
}
]
}
},
{
"platform": "ACTIONS_ON_GOOGLE"
},
{
"text": {
"text": [
""
]
}
}
],
"intent": {
"name": "projects/leafy-winter-268704/agent/intents/bd457567-02c8-4e15-aca7-c32adfcb45f2",
"displayName": "sampleintent"
},
"intentDetectionConfidence": 1,
"languageCode": "en"
}
}
这是模拟器响应。当触发浏览轮播的意图时,机器人会断开连接。
我这样做的方式正确吗?可以做些什么来解决这个问题?
问题是您使用的是浏览轮播,但试图使用智能显示器对其进行测试。智能显示屏不支持链接,因此不支持浏览轮播。
您可以切换到使用 Android 对其进行测试,您应该能够看到浏览轮播。
我正在尝试 浏览轮播卡片(在丰富的回复中)可用于 Google 对话流中的 Google 助手的功能。
我只收到如图所示的简单响应:.
粘贴在原始 API 响应下方(无浏览轮播卡片响应实例)。
{
"responseId": "ea913388-8753-458c-b033-396512d1af42-e13762d2",
"queryResult": {
"queryText": "show browse carousel",
"parameters": {},
"allRequiredParamsPresent": true,
"fulfillmentMessages": [
{
"platform": "ACTIONS_ON_GOOGLE",
"simpleResponses": {
"simpleResponses": [
{
"textToSpeech": "sample text"
}
]
}
},
{
"platform": "ACTIONS_ON_GOOGLE"
},
{
"text": {
"text": [
""
]
}
}
],
"intent": {
"name": "projects/leafy-winter-268704/agent/intents/bd457567-02c8-4e15-aca7-c32adfcb45f2",
"displayName": "sampleintent"
},
"intentDetectionConfidence": 1,
"languageCode": "en"
}
}
这是模拟器响应。当触发浏览轮播的意图时,机器人会断开连接。
我这样做的方式正确吗?可以做些什么来解决这个问题?
问题是您使用的是浏览轮播,但试图使用智能显示器对其进行测试。智能显示屏不支持链接,因此不支持浏览轮播。
您可以切换到使用 Android 对其进行测试,您应该能够看到浏览轮播。