Can Bot Framework handle Facebook Audio Message
问题 How can my bot (Bot Framework Microsoft) handle an audio message from facebook. How it's received in the Post Message in MessagesController? So I can call the SpeechToText API? Does the data go all the way to 回答1: Your Post controller takes an Activity as an argument. The Audio message will show up in the Attachment array as a link to the audio location provided by Facebook. You can pass that to the Bing Speech API. One thing to note that the ContentType provided by Facebook is "video/mp4"