Method: BotFramework::Activity#type
- Defined in:
- lib/bot_framework/models/activity.rb
#type ⇒ Object
The type of the activity [message|contactRelationUpdate|converationUpdate|typing]
4 5 6 |
# File 'lib/bot_framework/models/activity.rb', line 4 def type @type end |