Class: Ask::Agent::Events::EvaluationEnd
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::EvaluationEnd
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#decision ⇒ Object
readonly
Returns the value of attribute decision.
-
#evidence ⇒ Object
readonly
Returns the value of attribute evidence.
-
#feedback ⇒ Object
readonly
Returns the value of attribute feedback.
-
#scores ⇒ Object
readonly
Returns the value of attribute scores.
Instance Attribute Details
#decision ⇒ Object (readonly)
Returns the value of attribute decision
34 35 36 |
# File 'lib/ask/agent/events.rb', line 34 def decision @decision end |
#evidence ⇒ Object (readonly)
Returns the value of attribute evidence
34 35 36 |
# File 'lib/ask/agent/events.rb', line 34 def evidence @evidence end |
#feedback ⇒ Object (readonly)
Returns the value of attribute feedback
34 35 36 |
# File 'lib/ask/agent/events.rb', line 34 def feedback @feedback end |
#scores ⇒ Object (readonly)
Returns the value of attribute scores
34 35 36 |
# File 'lib/ask/agent/events.rb', line 34 def scores @scores end |