Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Is there any way to use Siri and Google Assistant with Qt.....?
-
Is there any way to use Siri and Google Assistant with Qt.....?
-
@Ashutosh
not using Qt API directly
On Android you would have to use JNI to interact with the Google Java API
-
@Ashutosh you may expect Qt working with Alexa in the mid term?
-
Look at this:
https://github.com/googlesamples/assistant-sdk-cppUsing C++ and gRPC, plausible to do in Qt.
Cleiton Bueno