Active Channels: Facebook Messenger, Direct Line & Emulator
Deployment Environment: Local development with Emulator
Issue Description
I'm trying to get the current raw message from the activity. For example, if Im connected to facebook messenger, and an activity gets sent to the bot, how can I get the raw json that messenger sends to botframework? is that possible?
@odannyc have you tried accessing the ChannelData property on the Activity? This should have the native channel's schema, i.e. for this case, the Facebook Messenger message.
You can find the ChannelData property listed here.
Bot Info
Issue Description
I'm trying to get the current raw message from the activity. For example, if Im connected to facebook messenger, and an activity gets sent to the bot, how can I get the raw json that messenger sends to botframework? is that possible?
Code Example
N/A
Reproduction Steps
N/A