AWS Lex not communication with Slot types values

0

I have created a bot on AWS Lex. I used Language English (IN). I have created an Intent and 2 different Slot types (expanded) with respective Values. Within Intent I have created Utterances and 1 Slot along with Confirmation, Fulfillment and Closing response. Bot is build successfully. While testing I observed it is not approaching Slot types values which contain the actual data. Bot is roaming within intent only. Please let me know if I am missing something important here.

profile picture
asked 3 months ago120 views
1 Answer
0

Hi, You can leverage the Inspect option while testing to look into what is happening. Also please check if the fallback intent is available in case of any of the intents are not fulfilling.

Lex Inspect

AWS
Phani_L
answered 3 months ago
  • Bot keeps repeating the prompt question and not accepting user input Yes in order to proceed further. Slot values are not approached. I Inspected: "content": "Do you want to know ICLIGM Software highlights?", "type": "ElicitSlot", "slotToElicit": "ICLIGMHighlights" }, "intent": { "name": "ICLIGM", "slots": { "ICLIGMHighlights": null, "ICLIGMModules": { "value": { "originalValue": "icligm software egm", "interpretedValue": "icligm software egm", "resolvedValues": [] "state": "InProgress", "confirmationState": "None" },

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