使用 dialogflow-fulfillment 库获取当前用户位置

Get current user location with dialogflow-fulfillment library

我正在使用 dialogflow-fulfillment Nodejs 客户端库创建 Dialogflow 聊天机器人,并将其与智能手机应用程序集成。我想获取用户位置,但在 Internet 上,我只能找到 actions-on-google 的辅助函数,我认为它只适用于 Google 助手。我想做的是,如果用户说 我附近有游泳场所,它会自动获取它的位置。

如果 Chatbot 集成在移动应用或网络应用中,在向 dialogflow

发出查询请求时,在应用级别获取位置数据并在 meta-data/custom 负载中发送

Dialogflow fulfillment 是一个帮助程序库,它是 https api 上的包装器,无论您使用 dialogflow rest apis 可以做什么,您都可以使用 dialoglfow fulfillment 库