No option to add Lambda functions in Amazon Lex intent under fulfillment

0

I select the fulfillment toggle in the intent and as I understand it, a dropdown box should appear with lambda functions. This isn't happening.

I have created a Lambda function I have confirmed my lambda instance and Lex instane are in the same region I have signed out of the dashboard console and cleared my browsing data

I may be missing something

asked a year ago517 views
1 Answer
1

In the fulfillment section, Did you click Advanced options > Use a Lambda function for fulfillment?

If you did, then you only enabled the use of lambda function in that Amazon Lex Intent. It doesn't let you choose the Lambda function in that configuration.

You must do the following:

  1. Click the "Save Intent" button.
  2. Click "Build" button.
  3. Click "Test" button when Build is done.
  4. Click the Gear Icon on the Test chat that popped up and there you will see the Lambda functions.

You can also do it via AWS CLI: https://docs.aws.amazon.com/cli/latest/reference/lex-models/put-intent.html

AWS
vtjean
answered a year 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.

Guidelines for Answering Questions