Class: Luis::Intent
Overview
Luis intent class
Instance Attribute Summary collapse
-
#actions ⇒ Array
Action list of the intent.
-
#intent ⇒ Object
Returns the value of attribute intent.
-
#score ⇒ Object
Returns the value of attribute score.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Luis::Base
Instance Attribute Details
#actions ⇒ Array
Action list of the intent
8 9 10 |
# File 'lib/luis/intent.rb', line 8 def actions @actions end |
#intent ⇒ Object
Returns the value of attribute intent.
4 5 6 |
# File 'lib/luis/intent.rb', line 4 def intent @intent end |
#score ⇒ Object
Returns the value of attribute score.
4 5 6 |
# File 'lib/luis/intent.rb', line 4 def score @score end |