Is there a way to call an Intent in without saying the utterance to begin said intent in the aws-lambda function and also to call a specific slot and get a user's input to update said slots value.
Example code:
https://i.stack.imgur.com/5Q2mh.jpg
Currently, I manage to get to the SocialType slot by using slot confirmation. However, I am trying to get to the QuestionA slot and gaining a value based on this slot through the lambda function as the prompt will be a randomly generated one based on the users previous response.
Additionally, is it possible to get to the IntellectualState intent via the SocialIntent.