12-21-2023 04:11 PM
Hi,
I'm looking for a way to modify or code my google home to send a custom http POST and GET after a voice command such as "OK Google, open patio".
I don't want to use a third party menbership platform such as IFTTT.
Is it possible to do this project using any library or setup within google home?
Thank you,
Answered! Go to the Recommended Answer.
01-02-2024 09:36 AM
Hello,
Modifying or coding Google Home directly to send custom HTTP POST and GET requests after a specific voice command is not directly supported. Google Home does not provide a native way for users to implement custom HTTP requests based on voice commands.
However, if you are developing a product and find it useful to integrate voice commands, you might want to explore the Google Assistant SDK. The Google Assistant SDK enables you to integrate voice control and natural language understanding into your projects. It allows your device to capture spoken audio requests, send them to the Google Assistant, and receive both a spoken audio response and the raw text of the utterance.
01-02-2024 09:36 AM
Hello,
Modifying or coding Google Home directly to send custom HTTP POST and GET requests after a specific voice command is not directly supported. Google Home does not provide a native way for users to implement custom HTTP requests based on voice commands.
However, if you are developing a product and find it useful to integrate voice commands, you might want to explore the Google Assistant SDK. The Google Assistant SDK enables you to integrate voice control and natural language understanding into your projects. It allows your device to capture spoken audio requests, send them to the Google Assistant, and receive both a spoken audio response and the raw text of the utterance.
01-08-2024 10:47 AM
Hi,
Thank you for the answer.
I will surely have a look at this SDK pretty soon.
Regards,
Pierre-Luc