我能够使用axios检索数据,但似乎无法将其发布到fulfillmentText
或dialogflow
:
const getData = async () => {
try {
return await fetch.get(url)
} catch (error) {
console.error(error)
}
}
const countBreeds = async () => {
const breeds = await getData();
}
responseJson.fulfillmentText = countBreeds().body;
}
字符串
1条答案
按热度按时间8ehkhllq1#
移动
字符串
紧接着
型
应该是这样的
型