Questions tagged [mbf]

10 questions
3
votes
4 answers

How to convert from IEEE Python float to Microsoft Basic float

I got Python float value and I need to convert it in to Microsoft Basic Float (MBF) format. Luckily, Got some code from internet that does the reverse. def fmsbin2ieee(self,bytes): """Convert an array of 4 bytes containing Microsoft Binary…
naren
  • 31
  • 2
2
votes
1 answer

Quit current dialog if user wants to stop

I am using multiple dialogs. Some use formbuilder, some use a ResultAfter method for custom prompting of values. I want a method to check incomming messages on exit words like stop, quit etc. I thought the StartAsync function would be a good start.…
Kraishan
  • 443
  • 5
  • 14
  • 38
2
votes
2 answers

Convert MBF Single and Double to IEEE

Follow-Up available: There's a follow-up with further details, see Convert MBF to IEEE. I've got some legacy data which is still in use, reading the binary files is not the problem, the number format is. All floating point numbers are saved in MBF…
Bobby
  • 11,419
  • 5
  • 44
  • 69
1
vote
1 answer

How to add microsfot bot to teams group programatically?

I'm trying to add Microsoft bot to teams group through an api,i have gone through graph api documentation and teams apps concepts etc, but i didn't find anything, main goal of the this idea is to add bot with out user interaction. Is there any way…
kiran reddy
  • 23
  • 1
  • 7
1
vote
2 answers

Microsoft Bot Framework WebChat: Add bot image

How to add image of the bot with some welcome text in the middle in Microsoft Bot Framework Web Chat. Seems like quite common functionality and I see images which indicates that is possible. Anyone knows how to add it?
Alekos
  • 67
  • 8
1
vote
1 answer

Convert MBF Double to IEEE

I found a topic below for convert MBF to IEEE. Convert MBF Single and Double to IEEE Anyone can explain what are the function of the code marked below? Dim sign As Byte = mbf(6) And ToByte(&H80) 'What is the reason AND (&H80)? Dim exp As Int16 =…
Chiu
  • 11
  • 2
0
votes
0 answers

MBF - Calling option not showing in teams

I have followed the instructions for creating a calling bot with MBF, I have updated the manifest also, still bot not showing the calling option.
0
votes
2 answers

how to get user/sender email id in Microsoft bot-framework activity?

Is there any way to get sender/user email id in bot-framework request? I'm able to get sender name in activity but any other way to get email id along with name and conversion id?
raj
  • 41
  • 9
0
votes
1 answer

How to convert IEEE Single to MBF Single in .NET

I need to convert an IEEE Single in .NET to the old MBF Single. There is a similar post here but it does the opposite of what I need. Convert MBF Single and Double to IEEE I can use either VB.NET (preferred) or C# code.
BillB4
  • 29
  • 5
0
votes
1 answer

Microsoft Bot Framework (MBF) - can't get video from Kik channel

I can't get my bot approved on Kik because of the following reason: Your bot failed to respond to messages of the following types: start-chatting, video I'll probably fix the start-chatting, but the video part is weird. In other channels (e.g.…
Tal Yaari
  • 463
  • 6
  • 15