有什么方法可以将Google Assistant API的返回数据输出发送到其他地方?

时间:2019-12-28 07:06:50

标签: python python-3.x google-assistant-sdk google-assist-api

我只是想使用Google Assistant API使用tkinter(可能是基本版本为脚本类型)在桌面上制作Google Assistant的GUI,在此我按一下GUI上的按钮(如果使用基本脚本,则使用命令版本),则应该从用户那里获取音频输入并返回数据。

我已经在PC上将Google助手设置为CLI。我实际上只是想将该CLI转换为GUI。 我已经配置了在PC中使用Google Assistant所需的一切,我只希望输出的一部分,例如用户所说的内容和助手的响应,而不仅仅是它现在显示的所有内容。

我每次想使用助手时都使用此命令---

python -m googlesamples.assistant.grpc.pushtotalk --device-config C:\Users\Piyush\Desktop\client_secret_xxxxxxxxxxx.apps.googleusercontent.com.json --device-model-id xxxxx --project-id xxxxxxx

0 个答案:

没有答案