dlvcsulb / CSULB-Design-491-Let-s-Talk

Google Assistant anti-depressant action (conversational system) for use with Google Home, Android, iOS, and Chrome platforms where Assistant is available. Senior design project for CECS 491 at California State University, Long Beach.
1 stars 2 forks source link

Fix conversational loop for unknown input #2

Closed dlvcsulb closed 5 years ago

dlvcsulb commented 6 years ago

When in a conversation, if the user provides a response which Let's Talk cannot parse, it will break and be unable to recover.

dlvcsulb commented 5 years ago

This only happens in a specific loop sequence. Will need to see why this sequence isn't working like the others.

MarkSaa commented 5 years ago

Current interface problem. There is no recursive function. One has been created but is not working properly

MarkSaa commented 5 years ago

I'm re organizing how the intents are handled. This not only is cleaning up the conversation, but is also handling any potential outcome/response correctly