elixir_wit v0.1.0 Wit.DefaultActions behaviour
Callbacks to the default actions for the WIT
Summary
Callbacks
Called when the converse API has type {type: "merge"}
. This should update the context with the information provided in the request
Called when the converse API has type {type: "msg"}
. This should send message back to the user
Callbacks
Specs
merge(String.t, map, map) :: map
Called when the converse API has type {type: "merge"}
. This should update the context with the information provided in the request