struct
PlaceOS::Driver::Interface::ChatBot::Message
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
placeos-driver/interface/chat_bot.crConstructors
- .new(id : PlaceOS::Driver::Interface::ChatBot::Id, text : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #id : Id
- #id=(id : Id)
-
#text : String
The message, in plain text.
-
#text=(text : String)
The message, in plain text.