私は奇妙な動作を見ています。私はいくつかの情報を持つ基本的なカードを送っていますが、expectUserResponse jsonフラグにかかわらず、会話はGoogle Assistantで閉じられません。どうして?バグですか?誰かが確認できますか?expectUserResponseフィールドが無視されています
カードが含まれて返されるJSON:
{
"data": {
"google": {
"expectUserResponse": false,
"systemIntent": {
"intent": "actions.intent.TEXT"
},
"richResponse": {
"items": [
{
"simpleResponse": {
"textToSpeech": "Some text",
"displayText": "Some text"
}
},
{
"basicCard": {
"title": "A title",
"formattedText": "A long text",
"buttons": [
{
"title": "Title button",
"openUrlAction": {
"url": "http://www.google.com"
}
}
]
}
}
]
}
}
}
}
(https://plus.google.com/102582215848134314158/posts/PG3NbHG9dsrから)