Hello,
I have created a skill in ASK V2 with Node.js. In that, I have added standard card to all intents(cards specific to intents).
When I launch the skill, it displays the welcome card and at the end of the response the session remains open to get the user inputs. Once the user replied back, it pick up the new intent(audio response gets updated) but the card for this new intent was not updated. It still remains with welcome card.
I am expecting your valuable response to switch the cards from welcome card to another(during the session) and complete this task.
Thanks in advance.
Jude