Reputation: 33
Could anyone please suggest the possible approaches to integrate Amazon lex with any voice assistants. Requirement is to provide the hands-free interaction instead of text.
Thanks, Vempati
Upvotes: 0
Views: 146
Reputation: 3287
Since you are using Amazon Lex, it is almost always easiest to integrate with another Amazon product.
So I suggest using Amazon Connect. It has a really simple drag and drop building of the interaction flow:
Then that "Get customer input" block, has a simple toggle for integrating with your Lex bot:
From there, your Lex bot will take over and any messages that would normally be delivered as text, are automatically converted to voice. You have some options for which voice to use too, several male and female versions.
And it's very easy to pass sessionAttributes
between Connect and Lex.
Upvotes: 3