Method: PureCloud::Annotation#hash

Defined in:
lib/purecloud/models/annotation.rb

#hashObject

Calculate hash code according to all attributes.



252
253
254
# File 'lib/purecloud/models/annotation.rb', line 252

def hash
  [id, name, type, location, duration_ms, user, description, keyword_name, confidence, keyword_set_id, keyword_set_name, utterance, time_begin, time_end, keyword_confidence_threshold, agent_score_modifier, customer_score_modifier, self_uri].hash
end