Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon lex - Can the bot initiate a message?

I am new to amazon lex. I wanted to have the bot initiate a conversation instead of the user triggering the start flow by asking a question, is there a way to do that?

like image 524
bgara Avatar asked Oct 29 '22 02:10

bgara


1 Answers

At the moment, it has to be handled client-side, i.e, you won't have this behavior in the test interface.

In Facebook Messenger, for example, you can setup a Greeting Text.

like image 75
imTachu Avatar answered Nov 15 '22 08:11

imTachu