I have a conversational skill that I’m working on. “Hey Misty” prompts for the user to say something. I run that through Language Understanding and sometimes I need more information. for example:
“Hey Misty” - “What is the price of Apple stock?”
–Understanding determines to look up a stock price but needs a symbol.
I would love to be able to come back and ask the user “What is the Apple Symbol?” then put her in listening mode manually if possible.
Is there a way to do this?