AWSLexIntentConfidence

Objective-C

@interface AWSLexIntentConfidence

Swift

class AWSLexIntentConfidence

Provides a score that indicates the confidence that Amazon Lex has that an intent is the one that satisfies the user’s intent.

  • A score that indicates how confident Amazon Lex is that an intent satisfies the user’s intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable score;

    Swift

    var score: NSNumber? { get set }