Google Assistant SDK(C ++) - 广播命令

时间:2018-05-19 19:46:35

标签: c++ google-assistant-sdk

我正在使用示例应用程序并使用 - text_input 选项向Google智能助理发送广播命令,一切正常。

现在,在最新版本中,Google智能助理会回复:"出了问题。出了点问题,"但即使 verbose 已开启,我也不会收到错误消息。我需要做一些与以前不同的事情吗?其他命令,例如"现在几点了?"工作正常。以下是广播请求的输出:

$ ./run_assistant --text_input "Broadcast Dinner" --credentials_file ./credentials.json
    Using locale en-US
    assistant_sdk robots_pem:
    assistant_sdk CreateCustomChannel(embeddedassistant.googleapis.com:443, creds, arg)

    assistant_sdk wrote first request: config { audio_out_config { encoding: LINEAR16 sample_rate_hertz: 16000 } dialog_state_in { language_code: "en-US" } device_config { device_id: "default" device_model_id: "default" } text_query: "Broadcast Dinner" }
    assistant_sdk waiting for response ...
    assistant_sdk Got a response
$

我也在Google社区页面上发布了这个帖子,我希望可以在这两个地方发布问题。

2 个答案:

答案 0 :(得分:1)

同样的问题..工作大约一个星期前,然后我去了霍尔斯,它已经不存在了。 如果您使用语音输入并要求它进行广播,则说“对不起,我找不到任何其他扬声器连接到您的家庭网络,因此我无法播放您的信息”

答案 1 :(得分:0)

我不认为这是您的代码的问题。

我在我的一个项目中遇到了同样的问题,该项目几个月没有问题,然后在5月14日左右全部停止工作。

我们需要Google解决此问题。