account-linking

Google Assitant App not storing user information

≯℡__Kan透↙ 提交于 2020-01-25 08:54:04
问题 So I have been following this documentation provided by Google: https://developers.google.com/actions/identity/user-info Recently, the request.userId was deprecated so Google. So I turned to this documentation which specifies use the conv.user.storage. I have tried using the storage property in my app but it seems it doesn't store any user data as the next time I access it, the storage generates a new user id key. const data = "Something you want to save"; let userId; // if a value for userID

Google Assistant account linking with Keycloak

荒凉一梦 提交于 2019-12-13 04:13:20
问题 I am building a Dialogflow agent and I am trying to have account linking with OAuth between my website and Google Assistant. And I am using Keycloak as my authentification server. Keycloak configuration Account Linking Result Then after I put the username and password Any Ideas why Google assistant does not sgin in? And is there a way to debug it? 来源: https://stackoverflow.com/questions/55693603/google-assistant-account-linking-with-keycloak

Getting a Voice Match error when trying to call Actions on Google SignIn helper

风流意气都作罢 提交于 2019-12-11 04:48:25
问题 What I'm trying to achieve is user authentication (account linking) before the default welcome intent is called. (I'm aware that in the design documents it is recommended to not require users to authenticate, but it is required for our action) We have an undeployed action that I have tested in the simulator. The conversation flow is The user is prompted to signin ie, new SignIn() They are prompted to create an new item The item is saved and the user receives a success/fail response and

“MalformedResponse: Failed to parse Dialogflow response into AppResponse because of empty speech response” during OAuth Account Linking flow

自作多情 提交于 2019-12-11 00:05:47
问题 We are implementing Actions on Google with Dialogflow fulfillment using the newly released Java/Kotlin API. It's called Speech Bank . While going through the Account Linking process testing on the smartphone, the user is getting MalformedResponse error preventing the completion of the flow and consequent successful hand-off back to the regular flow. The logs (detailed below) contain the MalformedResponse: Failed to parse Dialogflow response into AppResponse because of empty speech response