0

Can we capture voice input from amazon connect(without using any other speech to text API) directly and passes to lambda function?

sid8491
  • 6,622
  • 6
  • 38
  • 64

1 Answers1

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