GeekTrainer / botframework-routing

3 stars 0 forks source link

Allow storage of arbitrary data in Connection #7

Closed navzam closed 6 years ago

navzam commented 6 years ago

Connections should allow developers to store arbitrary metadata related to their use case. For example, in the bot-to-human handoff scenario, it's important to track the time when a connection was made, but we don't want to explicitly include those fields in this library.