Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temi always responds to user STT with same default message #439

Open
BLG75 opened this issue Feb 14, 2024 · 3 comments
Open

Temi always responds to user STT with same default message #439

BLG75 opened this issue Feb 14, 2024 · 3 comments

Comments

@BLG75
Copy link

BLG75 commented Feb 14, 2024

Hello,

I am using the wakeup() method to have Temi listen for user speech, and the logic of my application is correctly using onAsrResult to acknowledge which key words the user input contains and trigger the appropriate goTo() method. However, Temi will not speak the appropriate message provided in my speak() method call. Instead he responds with the same default text no matter what the user says: "Check the temi app on your mobile device for your photos and videos"
temi
onasrresult

@Ahad-Haque
Copy link

Hi, have you solved your issue?

@zjn0505
Copy link
Contributor

zjn0505 commented Mar 18, 2024

I suppose you haven't override temi‘s default NLP, so it is still working in the background.

onAsrResult() will give you the text user speaks, but it will not interrupt voice flow. So what user speaks will still be sent to temi NLP and converted into actions.

@zjn0505
Copy link
Contributor

zjn0505 commented Apr 11, 2024

https://github.com/robotemi/sdk/wiki/Speech#override-the-nlp-

This section describes how to override temi nlp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants