When trying to use these utterances the bot takes the confirm status as none instead of confirmed.
Example:
"confirmationStatus": "Confirmed", "sourceLexNLUIntentInterpretation": null }, "inputTranscript": "yes" }
"confirmationStatus": "None", "sourceLexNLUIntentInterpretation": null }, "inputTranscript": "yes it is" }
Has anyone ever faced this with AWS Lex?
Tried to clean up any slots that would expect "yes it is" or similar utterances.
Expected:
"confirmationStatus": "Confirmed", "sourceLexNLUIntentInterpretation": null }, "inputTranscript": "yes" }
Actual:
"confirmationStatus": "None", "sourceLexNLUIntentInterpretation": null }, "inputTranscript": "yes it is" }