QnA Bot + Teams + Python

prateek.g 1 Reputation point
2020-12-29T12:07:21.077+00:00

Hi All,

I have created a QnA Bot using QnA Maker and integrated it with Teams using Python.
Now I want to implement the following scenario to the Bot-
In case of unable to respond to any query Bot should prompt: Ask the agent and after selecting this option, it should pass the query to available members of Teams. Then member should be able to chat with that user.
How can I achieve this functionality with Python?
Is there any tutorial or sample GitHub code available for this?

Thanks,
PrateekG

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,119 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. romungi-MSFT 42,206 Reputation points Microsoft Employee
    2020-12-30T05:13:18.593+00:00

    @prateek.g Your scenario might be similar to something mentioned here. You could try to lookup these samples which fetch the member/s and send out a message to the user.

    1 person found this answer helpful.

  2. Sharon Zhao-MSFT 25,056 Reputation points Microsoft Vendor
    2020-12-30T02:00:36.927+00:00

    @prateek.g ,

    As we are mainly responsible for general issue of Microsoft Teams, your question which is involved in development is not in our scope.

    You could post a new case in Teams Developer forum to get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction.

    Meanwhile, I find an article which about creating a bot with the Bot Framework SDK for Python. It will benefit your scenario.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments