简体   繁体   中英

custom built in intents with Google assistant SDK

I am trying to extend my voice technologies experience after working with Amazon Alexa. Is it possible to use my Raspberry Pi based assistant handle the custom built-in intents like: - Hey Google, play with the dog; - Hey Google, make me a coffee; - Hey Google, clean the room;

As I know the google has pretty the same way of deep linking of command and in the usual way user needs to say something like: - Hey Google, talk to my concierge play with the dog; - Hey Google, talk to my concierge make me a coffee; - Hey Google, talk to my concierge clean the room;

Is there a way to make direct calls to some concrete action without calling its name using Actions SDK?

是的,如果您使用的是Google Assistant SDK,则可以注册自定义设备操作 ,这些操作将使您能够根据您说的某些查询获得回调,包括提取可能已经说过的参数的能力。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM