class Mappings::NluIntentClassifierResult
- Mappings::NluIntentClassifierResult
- Mappings::Mapping
- Reference
- Object
Overview
Result of the intent classifier.
- intent_name [
String
] : Name of the intent detected. - confidence_score [
Float32
] : Confidence score, comprised between 0 and 1.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #confidence_score
- #data : DataType
- #data=(data : DataType)
- #intent_name
- #to_unsafe
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.