BotBuilderCommunity / botbuilder-community-dotnet

Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
MIT License
278 stars 170 forks source link

Add OptOutType property for subscription management. #499

Closed melgish closed 7 months ago

melgish commented 2 years ago

Adds new property OptOutType to TwilioMessage class.

This property is set by Twilio API when an incoming message matches one of the configured subscription keywords. If there is a match, Twilio will set this value to either START, STOP, or HELP.

see https://www.twilio.com/docs/messaging/services/tutorials/advanced-opt-out#keeping-track-of-your-users-status for description.