Class: Ask::Agent::Events::EvaluationBlocked

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

Instance Attribute Summary collapse

Instance Attribute Details

#evidenceObject (readonly)

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



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

def evidence
  @evidence
end

#feedbackObject (readonly)

Returns the value of attribute feedback

Returns:

  • (Object)

    the current value of feedback



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

def feedback
  @feedback
end

#scoresObject (readonly)

Returns the value of attribute scores

Returns:

  • (Object)

    the current value of scores



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

def scores
  @scores
end