简体   繁体   English

发布您的Alexa技能时,APP_ID的目的是什么

[英]In publishing your alexa skill what is the purpose of APP_ID

I want to publish my own skill but I'm confuse to what is 我想发布自己的技能,但对什么感到困惑

var APP_ID= //your specific APP_ID

is this code above use for accessing your app_ID so what will happen if the customer want to use my skill? 上面的这段代码是否用于访问您的app_ID,因此如果客户想要使用我的技能会发生什么? are they not going to get access to my skill? 他们不会获得我的技能吗? Do i need to keep it undefined? 我需要保持不确定性吗? or do I have to put my ID in there? 还是我必须将我的身份证放在其中?

that's my question, hope you guy's a good DAy!! 那是我的问题,希望你是个好人!!

Happy coding Much love and Be Blessed.. 快乐编码,多爱多福..

KC>DIez LEAF Striving for a better future for humanity KC> DIez LEAF为人类创造更美好的未来

Whenever alexa call your webservice(or lambda function) it sends you the app-id which enables you to verify the service is actually being called by alexa, and which skill it is, you can not submit a skill without an app-id. 每当alexa调用您的web服务(或lambda函数)时,它都会向您发送一个app-id,使您可以验证alexa实际正在调用该服务,并且它是一项技能,如果没有app-id,您将无法提交技能。

check https://developer.amazon.com/docs/custom-skills/handle-requests-sent-by-alexa.html 检查https://developer.amazon.com/docs/custom-skills/handle-requests-sent-by-alexa.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM