IntentConfidence class
Provides a score that indicates the confidence that Amazon Lex has that an intent is the one that satisfies the user's intent.
Constructors
- IntentConfidence({double? score})
-
IntentConfidence.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double?
-
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited