Class: Ask::Agent::Events::EvaluationEnd

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decisionObject (readonly)

Returns the value of attribute decision

Returns:

  • (Object)

    the current value of decision



33
34
35
# File 'lib/ask/agent/events.rb', line 33

def decision
  @decision
end

#evidenceObject (readonly)

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



33
34
35
# File 'lib/ask/agent/events.rb', line 33

def evidence
  @evidence
end

#feedbackObject (readonly)

Returns the value of attribute feedback

Returns:

  • (Object)

    the current value of feedback



33
34
35
# File 'lib/ask/agent/events.rb', line 33

def feedback
  @feedback
end

#scoresObject (readonly)

Returns the value of attribute scores

Returns:

  • (Object)

    the current value of scores



33
34
35
# File 'lib/ask/agent/events.rb', line 33

def scores
  @scores
end