RhinoInference class

Constructors

RhinoInference(bool _isFinalized, bool? _isUnderstood, String? _intent, Map<String, String>? _slots)
private constructor + basic checks

Properties

hashCode int
The hash code for this object.
no setterinherited
intent String?
if isUnderstood, name of intent that was inferred
no setter
isFinalized bool
whether Rhino has made an inference
no setter
isUnderstood bool?
if isFinalized, whether Rhino understood what it heard based on the context
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slots Map<String, String>?
if isUnderstood, dictionary of slot keys and values that were inferred
no setter

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