GVAGoogle 语音助手是否支持 RTC 和门铃相关功能?

问题描述

我想通过 Google 语音助理访问我们的门铃产品,但在 Google 助理文档中找不到门铃类型。 https://developers.google.com/assistant/smarthome/guides

我想知道 GVA 是否支持 RTC 和 Doorbell 相关功能,例如门铃通知。 例如:

  1. 当有人按门铃时,铃声会自动发送到 GVA,带有 GVA 的设备会播放“有人按门铃”。

  2. 用户说“给我看门铃”时,带有 GVA 的设备可以显示门铃的实时视图,用户可以通过实时通信 (RTC) 与外面的客人交谈。

解决方法

平台目前不支持此功能,但您可以订阅公共跟踪器上的 doorbell type request,以便在发布后收到通知。

同时,您可以实现 <div class="flex-container-form"> <form class="button" action="/tweet/<%= tweets.id %>" method="post"> <input type='hidden' name='_method' value='DELETE' /> <input type="submit" value="Delete" /> </form> <form class="button" action="/tweet/<%= tweets.id %>/edit" method="get"> <input type="submit" value="Edit" /> </form> <form class="button" action="/tweet/<%= tweets.id %>/comments/new" method="get"> <input type="submit" value="Add Comment" /> </form> <form class="button" action="/tweet/<%= tweets.id %>/tags/new" method="get"> <input type="submit" value="Add Tag" /> </form> </div> trait 以允许用户请求“显示前门”,尽管这需要用户在听到时主动请求门铃响了。

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...