PredictedIntent class

An intent that Amazon Lex suggests satisfies the user's intent. Includes the name of the intent, the confidence that Amazon Lex has that the user's intent is satisfied, and the slots defined for the intent.

Constructors

PredictedIntent({String? intentName, IntentConfidence? nluIntentConfidence, Map<String, String>? slots})
PredictedIntent.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
intentName String?
The name of the intent that Amazon Lex suggests satisfies the user's intent.
final
nluIntentConfidence IntentConfidence?
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slots Map<String, String>?
The slot and slot values associated with the predicted intent.
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