我正在我的Raspberry Pi 3上使用GoogleAssistant Python库,在让google-assistant-demo在Python虚拟环境中工作之后,我想开始我自己的项目。引用告诉我们一些关于脚本google.assistant.assistant的信息,它包含像start()这样的函数,但是我找不到它。我如何访问它们?
我在一个覆盆子pi上使用google助手sdk。我正在尝试使用textinput.py示例代码来请求谷歌助手在我的谷歌家庭迷你(它被称为‘卧室扬声器’)上播放一些音乐。我粘贴了一个示例如下: : hey google, play music on bedroom speaker <you> hey google, play music on bedroom speaker: play music <you> play music <@assistant> Play Mu
我正在我的Raspberry Pi 3上创建一个google助手,并且我正在尝试创建一个自定义的设备操作,以最终打开我的车库门。它所做的一切就是在这个时间点上玩LED。INFO:root:Playing assistant response.WARNING:root:Error during command execution File "/home/pi/assistant-sdk-python/<
我使用Googleassistant Library在Raspberry PI上实现了GoogleAssistant。而且,我想把我的树莓派连接到谷歌主页。(想要在Google Home App上检测Raspberry PI )
1)在google助手上,我可以在设备列表中找到Raspberry PI。
有没有可能发送一个包含“OK GOOGLE,Be my interpreter”的文本查询到googleassistant,这是打开googleassistant所需模式的查询,如果可能,它是如何完成的我也找到了一些使用googleassistantsdk的答案,但它们都是python的,所以这是否意味着googlesdk不能在flutter中使用呢?如果它可以使用,那是怎么做的呢?