Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリに Alexa Voice Service を統合する必要があります。現在、Alexa は Amazon ログインを要求しています。この流れを避けることはできますか?
認証トークンを交換しないと、AVS を使用することはできないと思います。また、認証トークンの場合、ユーザーは Amazon 経由でログインする必要があります。次のドキュメントに記載されているように -:
https://developer.amazon.com/public/solutions/alexa/alexa-voice-service/docs/authorizing-your-alexa-enabled-product-from-an-android-or-ios-mobile-app
したがって、ドキュメントに記載されていることを繰り返します。デバイスに GUI がない場合は、デバイスのコンパニオン アプリを介して認証トークンを渡すか、AVS を利用しているモバイル アプリで Amazon ログインを要求することができます。
お役に立てれば。