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



38
39
40
# File 'lib/ask/agent/events.rb', line 38

def decision
  @decision
end

#evidenceObject (readonly)

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



38
39
40
# File 'lib/ask/agent/events.rb', line 38

def evidence
  @evidence
end

#feedbackObject (readonly)

Returns the value of attribute feedback

Returns:

  • (Object)

    the current value of feedback



38
39
40
# File 'lib/ask/agent/events.rb', line 38

def feedback
  @feedback
end

#scoresObject (readonly)

Returns the value of attribute scores

Returns:

  • (Object)

    the current value of scores



38
39
40
# File 'lib/ask/agent/events.rb', line 38

def scores
  @scores
end