I see that this question explains how to call another intent : How to call Intent B from intent A in AWS lex?
However the confirmIntent responds with a text message that we pass to the function. How can I elicit a slot instead of the text message?
Im trying to call Intent B's response card to fill a slot value from Intent A. Is this possible?