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

swm*_*ell 6 c++ google-assistant-sdk

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

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

$ ./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
$
Run Code Online (Sandbox Code Playgroud)

我也在Google社区页面上发布了此消息,我希望可以在这两个地方发布问题.

K20*_*0GH 0

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

我的一个项目也遇到了同样的问题,该项目已经运行了几个月,没有任何问题,然后在 5 月 14 日左右,一切都停止了。

我们需要谷歌来解决这个问题。