Issue in make a phone call within Google Assistant App

前端 未结 2 1239
隐瞒了意图╮
隐瞒了意图╮ 2021-01-28 01:06

I try to implement button in basic card i got an error

API Version 2: Failed to parse JSON response string with \'INVALID_ARGUMENT\' error: \"(expected_i

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-28 01:18

    The URL property that you are using includes a phonenumber. The link property can only use links to a webpage. This also comes back in the error message that you are getting:

    "the protocol must be http or https.".

    So if you want to fix the error, you need to include a http or https link in your button instead of a phonenumber.

    As for calling a phonenumber from the Google Assistant App, I'm not sure if this feature is supported at the moment.

提交回复
热议问题