fulfillment-webhook-json icon indicating copy to clipboard operation
fulfillment-webhook-json copied to clipboard

actions_intent_SIGN_IN doesn't have profile data under conv->user->profile

Open as-ajitsingh opened this issue 5 years ago • 0 comments

Hi, I am facing this issue in integrating Google SignIn flow. The problem I am facing is that after the user successfully sign in program control trigger actions_intent_SIGN_IN intent in the code. From where I can get user details but I am noticing that sometimes conv->user->profile doesn't have the profile information while other time it has. Also When it doesn't have profile information, next time when I invoke some other intent it gets the user token. I think this is a bug.

as-ajitsingh avatar Oct 04 '18 08:10 as-ajitsingh