Reputation: 1103
I have gone through the following google assist... documentation. Apart from being used in raspberry PI or by using Python,
1.can we use google assistant sdk in .net applications(windows & web)
2.or can we use by REST API services to communicate with google assistant API.
Upvotes: 0
Views: 1597
Reputation: 50731
You can use the Assistant SDK from .NET, although the directions for doing so are still very very sketchy.
In short, however, you will create the gRPC bindings from the protocol definition and use those bindings to send and receive audio to the Assistant service. There is no direct hotword support, although nothing is preventing you from doing that part yourself.
Upvotes: 1