Is it possible to to display a welcome message in a standalone bot (Node.js)? I would like to have the intent in the builder and invoke in my lambda function or from the front end node app. From the docs i can see that it can be done with postText() or postContent() but not sure how to implement or the best way to go about it.
Edit: The bot is launched from a node app into an iframe whìch then calls the lex api. Based on user input a slot value is returned from lex or from the lambda function.