class Mappings::NluIntentClassifierResult

Overview

Result of the intent classifier.

Defined in:

bindings/mappings.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(c_data : LibHermes::CNluIntentClassifierResult) #

[View source]
def self.new(data) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def confidence_score #

[View source]
def data : DataType #

def data=(data : DataType) #

def intent_name #

[View source]
def to_unsafe #

[View source]

Macro Detail

macro method_missing(call) #