构建自定义 alexa 技能包时如何让客户关联到 Alexa 设备?
How to get the customer associated to an Alexa device when building a custom alexa skill kit?
开发自定义alexa skill kit时,如何获取设备注册的customer id或email id?有没有办法实现。
否,无法获取设备上注册的客户 ID 或电子邮件地址。亚马逊最近添加了一种获取邮政地址的方法(请参阅 their blog post about their new Device Address API),但仅此而已。
如果您碰巧询问通过将您自己的服务帐户与用户相关联来获取客户 ID 或电子邮件,那么您应该查看 account linking。
开发自定义alexa skill kit时,如何获取设备注册的customer id或email id?有没有办法实现。
否,无法获取设备上注册的客户 ID 或电子邮件地址。亚马逊最近添加了一种获取邮政地址的方法(请参阅 their blog post about their new Device Address API),但仅此而已。
如果您碰巧询问通过将您自己的服务帐户与用户相关联来获取客户 ID 或电子邮件,那么您应该查看 account linking。