nluIntentConfidenceThreshold property
The score that determines where Amazon Lex inserts the
AMAZON.FallbackIntent
, AMAZON.KendraSearchIntent
,
or both when returning alternative intents in a PostContent
or PostText
response. AMAZON.FallbackIntent
is inserted if the confidence
score for all intents is below this value.
AMAZON.KendraSearchIntent
is only inserted if it is configured
for the bot.
Implementation
final double? nluIntentConfidenceThreshold;