Git Product home page Git Product logo

Comments (7)

barissecen avatar barissecen commented on July 17, 2024 1

İntegration with microsoft teams has been achieved but how can I get the user session info and pass through to dialogflow. Because I would like to know who is typing to the chatbot?

Hi @barissecen, is this 'Microsoft Teams' integration is open source?

Yes, I think so.

from dialogflow-integrations.

barissecen avatar barissecen commented on July 17, 2024 1

@barissecen I couldn't find 'Microsoft Teams' integration in the official repo. Was it a third party implementation?
Only 'Skype' integration is available, which we can customize for Bot framework.

Hi yes you are right. We implemented using skype integration.

from dialogflow-integrations.

dhammikamare avatar dhammikamare commented on July 17, 2024

İntegration with microsoft teams has been achieved but how can I get the user session info and pass through to dialogflow. Because I would like to know who is typing to the chatbot?

Hi @barissecen, is this 'Microsoft Teams' integration is open source?

from dialogflow-integrations.

mekpavit avatar mekpavit commented on July 17, 2024

@barissecen the information about the user are already included in the request sent to Dialogflow API. If you want to get that, I suggest you to develop a simple webhook and connect to the Dialogflow. When the user talks with chatbot, Dialogflow will send all information to this webhook and you can capture all user's information there.

from dialogflow-integrations.

barissecen avatar barissecen commented on July 17, 2024

Thanks. You are right @mekpavit . I got it.

from dialogflow-integrations.

dhammikamare avatar dhammikamare commented on July 17, 2024

@barissecen I couldn't find 'Microsoft Teams' integration in the official repo. Was it a third party implementation?
Only 'Skype' integration is available, which we can customize for Bot framework.

from dialogflow-integrations.

MANASAMKRISHNA avatar MANASAMKRISHNA commented on July 17, 2024

Thanks. You are right @mekpavit . I got it.
Hi @barissecen @mekpavit I am working on extracting user information from teams through Dialogflow. I am not finding the piece of code to extract user information from teams in node js. I want to add this piece of code
https://github.com/GoogleCloudPlatform/dialogflow-integrations/blob/master/skype/server.js

I believe that const user_name = turnContext.activity.from.name; will contain the user name but I am not sure how to add a piece of code that will detect an intent and respond 'Thank you user_name' in https://github.com/GoogleCloudPlatform/dialogflow-integrations/blob/master/skype/server.js

from dialogflow-integrations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.