nluIntentConfidence property

IntentConfidence? nluIntentConfidence
final

Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent. The score is between 0.0 and 1.0. For more information, see Confidence Scores.

The score is a relative score, not an absolute score. The score may change based on improvements to Amazon Lex.

Implementation

final IntentConfidence? nluIntentConfidence;