调用helper意图并在另一个intent中调用intent

时间:2018-05-31 03:42:18

标签: firebase google-cloud-functions actions-on-google

如何在js文件中调用helper intent。我只能在网上看到意图的定义,我无法找到帮助者意图的调用以及如何在另一个意图内调用意图。

app.intent('ask_for_place', (conv) => {

     conv.ask(new Place(options));
});

0 个答案:

没有答案