Nlu Lib
object NluLib
A collection of intents & entities. They are only available in the english language.
Examples :
onResponse<NluLib.IAmDone> {...}
Content copied to clipboard
Types
Link copied to clipboard
An entity with negative expressions.
Link copied to clipboard
class NegativeReaction(val positiveExpression: NluLib.PositiveExpression? = null, val negativeExpression: NluLib.NegativeExpression? = null) : Intent
An Intent for catching negative expressions, including 'not + positive expressions'
Link copied to clipboard
An entity with positive expressions.
Link copied to clipboard
class PositiveReaction(val positiveExpression: NluLib.PositiveExpression? = null, val negativeExpression: NluLib.NegativeExpression? = null) : Intent
An Intent for catching positive expressions, including 'not + negative expressions'
Link copied to clipboard
An entity with all the languages Furhat has the ability to speak. Updated 2021-07-27
Link copied to clipboard
An entity with all the languages Furhat has the ability to understand. Updated 2021-07-27