简体   繁体   English

UNLINK OR RELINK - Google 助理帐号关联流程

[英]UNLINK OR RELINK - Google assistant account linking flow

I am developing a custom action for google assistant.我正在为谷歌助手开发一个自定义操作。 In order to get user data and other user info.为了获取用户数据和其他用户信息。 I need allow account linking flow.我需要允许帐户链接流程。

My Account Linking flow:我的帐户链接流程:

  1. Open the Google Assistant app on Android or iPhone.在 Android 或 iPhone 上打开 Google Assistant 应用。
  2. Say the Action – "Talk to My test app”说出行动 - “与我的测试应用对话”
  3. Read and agree to the Action Terms and Conditions that appear on the screen.阅读并同意屏幕上显示的操作条款和条件。
  4. Sign in with Web app.使用 Web 应用程序登录。
  5. Go back to Google assistant and ends linking flow Go 返回 Google 助手并结束链接流程

Everything works properly.一切正常。 But once account linked, I am not able to test the flow again但是一旦帐户链接,我无法再次测试流程

Could anyone suggest, how to unlink my account and test the above account linking process again?任何人都可以建议,如何取消链接我的帐户并再次测试上述帐户链接过程? Thanks in advance提前致谢

During development you can unlink your account via the actions on google console .在开发过程中,您可以通过 google控制台上的操作取消关联您的帐户。 If you navigate to the test window, you can see a settings button on the top right, click that and a setting pop-up should open.如果您导航到测试 window,您可以在右上角看到一个设置按钮,单击该按钮并打开一个设置弹出窗口。 There you should look for an unlink button.在那里你应该寻找一个取消链接按钮。

在此处输入图像描述

This will unlink your account, so when you restart the conversation for your action with this account, you will be prompted to sign-in again via accountlinking.这将取消您的帐户链接,因此当您重新启动对话以执行与此帐户的操作时,系统将提示您通过帐户链接再次登录。 This also works if you are testing on your phone.如果您在手机上进行测试,这也适用。 You just need to make sure that the account on your phone and the simulator are the same.你只需要确保你手机上的账号和模拟器上的账号是一样的。

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

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