Skip to content

Start lex intent without utterance

0

Is it possible within Amazon Connect to use the Get Input module and start on a specific intent?

Id like to go directly into a welcoming message, without having to send a key work like "start" to trigger the intent?

asked 2 years ago429 views

1 Answer
0

You can use Lambda to call Lex's API RecognizeText to give it hints and so it starts on a particular intent, get the next message and play that as the prompt in Get Customer Input block.

But if this is the beginning of the bot and it is just at the welcome message, how would you know which intent to lead the bot? Normally you would have come from somewhere like caller dialed a specific phone number that matches an intent so you can do the above. Or play a generic message if they dialed a main number, etc.

If this is webchat, you can use Step by Step guide to put a "menu" up using Cards, invoke RecognizeText with that intent, then continue with GetCustomerInput block with Lex to transition back to a regular chat with Lex afterwards.

AWS

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.