Can we capture voice input from amazon connect(without using any other speech to text API) directly and passes to lambda function?
Asked
Active
Viewed 747 times
0
-
Could you be more specific ? I think that this is impossible but I need to understand your need. – Clément Duveau Feb 01 '18 at 12:43
1 Answers
0
You will need to use Lex at a minimum.
Use a "Get Customer Input" step within Amazon Connect to call a Lex Bot. Within the Lex Bot configuration, you can pass utterances to Lambda via the "Lambda initialization and validation" setting to validate the spoken utterance or use the "Fulfillment" setting to apply business logic to the spoken utterance.

Parrett Apps
- 569
- 1
- 4
- 14