class Mappings::NluIntentAlternativeArray
- Mappings::NluIntentAlternativeArray
- Mappings::ArrayMapping
- Reference
- Object
Overview
Array of NluIntentAlternative
.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : Array(NluIntentAlternative)
- #data=(data : Array(NluIntentAlternative))
- #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?
.