bot-framework
Here are 698 public repositories matching this topic...
My feature request is to include an option on a button made from choice skill, to redirect a link to an external url...
Here's a detailed explanation including screenshots
This option will be really beneficial using choice skill buttons since at the moment, you can only add an ext
On a weekly basis, customer report issues around the 15 second timeout. This problem manifests as Exceptions and looks like a timeout.
We need to offer a more robust guidenance around Async / Long-Running operations. This guidenance likley takes the form of:
- Your bot responds very quickly.
- Do Needed Processing()
- Send the result to the user as a Async / Proactive message.
There
In https://github.com/botman/docs/blob/master/conversations.md all callbacks have no return statement (i.e. return null).
But in https://github.com/botman/botman/blob/75a2ed17b87f9ec286345972f8465342922ef074/src/BotMan.php#L491 we assume call was successfull if user function return true (and stop futher processing). Otherwise we go on matches process. It may lead to multi-match into one re
What prevents a bot from receiving the 'reply_to_message' section in a message?
My bot uses the username of the user from the original message that was responded to, but this section from the message is missing for this in some telegram groups.
user1: hi
user2: (reply to user1's message) /welcome Have a look here: xxx
nodejs console.log(msg):
Message structure in a working group:
Context
- Telegraf.js Version: 3.37
- Node.js Version: 13.13
- Operating System: Ubuntu 19.10
Expected Behavior
In the Telegraf documentation in Doc says that the extra parameter can be whatever that official telegram doc has said! So I can be able to send something to bot:
ctx.replyWithAudio(downloadLink, {
title: mytitle,
-
Updated
Jun 21, 2020
-
Updated
Jun 5, 2019 - Python
Stats Plot Rounding
It look like some currencies have more precision in the mouseover display on the plot than others. For example, EOS shows many digits past the decimal while ETH only shows two. Adding a few more digits would make interpreting the charts much easier. The left plot shows the rounding I'm describing and the right shows the higher precision that EOS displays.
 (Optional). The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”
getStatus() should return the member's status, but actually there is a conflicting getStatus() in BaseObject that returns the status of the request.
As a workaround, get('status') re
In access to the Game Play Button Reference, they found me. Ramswaroop. Jbot. Core. Facebook.. Models of game_metadata default Button
Button Syntax
`{
"type":"game_play",
"title":"Play",
"payload":"{<SERIALIZED_JSON_PAYLOAD>}",
"game_metadata": { // Only one of the below
"player_id": "<PLAYE
Screenshots
Version
master
Describe the bug
- <script type="text/babel" data-presets="es2015.react,stage-3">
+ <scr-
Updated
Jun 26, 2020 - TypeScript
We've moved a command from one bundle to another, but you need to fully qualify the command still.
This shows up in two separate places, when trying to get help on the new command (https://github.com/operable/cog/blob/master/lib/cog/repository/commands.ex#L20 due to not checking for enabled I'd imagine) and when trying to run the new command (https://github.com/operable/cog/blob/master/lib/cog/
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- Operating System: archlinux
- Python Version: 3.8.2
- aiogram version: 2.7
- aiohttp version: 3.6.2
- uvloop version (if installed): nop
Expected Behavior
Please describe the behavior you are expecting.
after the u
Platform
- Android
Author or host
Host
Version of SDK
1.2.6
Details
For the attached card json.
The button in the column set is cutoff on android

The same card on web

Telemetry logger will now include the collection of any attachments sent with the activity, if the LogPersonalInformation flag is set to true.
Changed projects
- Microsoft.Bot.Builder
Tool
Name: LUIS|ludown
Describe the problem
As a new LUIS/ludown user, I expect to be able to perform a flow such as ludown parse toluis... && luis update application --in... to quickly compile my ludown file and refresh the model I have defined in luis.
In practice, trying to accomplish this hit a number of roadblocks:
- ludown docs never explicitly state what its json files repr
Expected Behavior
The backend development documentation exists and walks developers through concerns and tips.
Current Behavior
The document is an empty file with a header.
-
Updated
May 22, 2020 - JavaScript
-
Updated
Jun 18, 2020 - TypeScript
When an argument has its Argument.otherwise message defined, it will appear every time in ArgumentPromptOptions.optional arguments.
Instead, the [Argument.otherwise](https://discord-akairo.github.io/#/docs/main/master
-
Updated
Sep 25, 2019 - JavaScript
Improve this page
Add a description, image, and links to the bot-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bot-framework topic, visit your repo's landing page and select "manage topics."

I propose this topic as feature request, but it's also a documentation issue, as lack of details in user guide paragraph: https://rasa.com/docs/rasa/core/actions/#custom-actions.
What specified in paragraph Execute Actions in Other Code is obscure to me, and details at the API documentation link [Action Server](]https://rasa.com/docs/rasa/api/acti