dialogflow-fulfillment-nodejs 不支持 Google 功能上的哪些操作?
Which Actions on Google features doesn't dialogflow-fulfillment-nodejs support?
自述文件中说
If you are only interested in building Dialogflow fulfillment for the Google Assistant and don't plan on using other integrations, please use the Actions on Google NPM module (actions-on-google) which supports all Actions on Google features.
谁能提供一些信息,说明如果我们使用 dialogflow-fulfillment-nodejs 而不是 actions-on-google 我们会错过哪些功能?
Google 平台上的 Actions 中有许多功能,这些功能在其他平台上普遍不可用,因此需要创建一个单独的库。
- Transactions
- User storage
- Daily updates and notifications
- 快Google Sign-In
- Permissions 获取用户位置等信息
- Deep-linking 进入 Android 应用
- 检查 surface capabilities 并将对话转移到新表面的能力
自述文件中说
If you are only interested in building Dialogflow fulfillment for the Google Assistant and don't plan on using other integrations, please use the Actions on Google NPM module (actions-on-google) which supports all Actions on Google features.
谁能提供一些信息,说明如果我们使用 dialogflow-fulfillment-nodejs 而不是 actions-on-google 我们会错过哪些功能?
Google 平台上的 Actions 中有许多功能,这些功能在其他平台上普遍不可用,因此需要创建一个单独的库。
- Transactions
- User storage
- Daily updates and notifications
- 快Google Sign-In
- Permissions 获取用户位置等信息
- Deep-linking 进入 Android 应用
- 检查 surface capabilities 并将对话转移到新表面的能力