class Mappings::NluIntentAlternative
- Mappings::NluIntentAlternative
- Mappings::Mapping
- Reference
- Object
Overview
Alternative intent resolutions.
- intent_name [
String
] : Nullable, name of the intent detected (null = no intent). - slots [
NluSlotArray
] : Nullable, array of slots detected. - confidence_score [
Float32
] : Confidence score.
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
- #slots
- #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?
.