Skip to content
#

bot-framework

Here are 820 public repositories matching this topic...

rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

  • Updated Mar 22, 2022
  • Python
roelofr
roelofr commented Feb 22, 2020
  • BotMan Version: 2.5.0
  • PHP Version: 7.4.2
  • Messaging Service(s): Telegram, Web
  • Cache Driver: Redis

Description:

I noticed the typesAndWaits uses the sleep method, but this only allows you to sleep whole seconds.

Wouldn't it be better to use usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?

I noticed the code moved from the BotMan class to the drivers, but the ch

Sciti
Sciti commented Feb 27, 2022

As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simplified by using InlineKeyboardMarkup.pop() or something like that.

enhancement good first issue under discussion
eggry
eggry commented Nov 3, 2021

Platform

What platform is your issue or question related to? (Delete other platforms).

  • .NET 5.0

Author or host

Are you an author (like sending something to Outlook), or a host that is rendering your own cards? If host, please specify the corresponding host (app) name.

  • Author

If you're an author, who are you sending cards to?

  • Microsoft Teams

Version of SDK

Wha

botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.

  • Updated Feb 27, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the bot-framework topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more