By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Switched Intent not showing in Lex analytics

0

I have developed a chatbot in lex v2. There are 3 intents(A,B,C). From A intent we go to B intent initialization and after displaying a message we switch to C intent.

I can see A & C intent in lex analytics but can't see B intent in conversation flows. Over there it looks like it went from A intent to C intent.

How can I get B intent information in conversation flow inside lex analytics?

asked a month ago47 views
1 Answer
0

Hi, If you are not moving past the "Initial response" step in an intent. This is expected behavior. For an intent to be considered as a step in "Conversation Flow" you will need to at least move to the "elicit slot" step in the intent.

This is because till the "Initial response" step the intent has a deterministic flow, i.e. it will always flow in the same direction. Only after this step, we can have branches where the conversation can flow in different directions.

profile pictureAWS
answered a month 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