Landon G
Landon G

Reputation: 839

Is it possible to upload only upload a dialogflow agent to a raspberry pi without the Google Assistant?

I'm uploading an agent I've been working on to a raspberry pi, but I'm wondering if Google/ dialogflow offers the same type of option as AWS where you can upload your own personal agent from AWS Lex without Alexa ( In this case, Dialogflow agent without the Google Assistant). If this is possible, how would I go about this?

If possible, can you also set custom 'awake' phrases?

I'm new to the whole raspberry pi setup so if I'm completely mistaken by all of this please let me know!

Thanks you for your help

Upvotes: 0

Views: 129

Answers (1)

Nick Felker
Nick Felker

Reputation: 11970

You can directly use a Dialogflow agent on a device or application through a client library. This is different from the Google Assistant SDK, which uses the entirety of the Google Assistant.

There's no built-in support for custom wake phrases through Dialogflow. That'd need to be something that you do yourself, perhaps using a popular library like Snowboy.

Upvotes: 3

Related Questions