forked from platypush/platypush
[assistant.picovoice] Implemented assistant.picovoice.send_text_query
.
This commit is contained in:
parent
fa1d5eb672
commit
37d70d67ac
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ class AssistantPicovoicePlugin(AssistantPlugin, RunnablePlugin):
|
|||
|
||||
:param query: Query to be sent.
|
||||
"""
|
||||
self._on_speech_recognized(query)
|
||||
|
||||
def main(self):
|
||||
while not self.should_stop():
|
||||
|
|
Loading…
Reference in a new issue