Class: Events::AgentMessage
Constant Summary collapse
- TYPE =
"agent_message"
Instance Attribute Summary
Attributes inherited from Base
#content, #session_id, #timestamp
Instance Method Summary collapse
Methods inherited from Base
#event_name, #initialize, #to_h
Constructor Details
This class inherits a constructor from Events::Base
Instance Method Details
#type ⇒ Object
7 8 9 |
# File 'lib/events/agent_message.rb', line 7 def type TYPE end |