SlideShare a Scribd company logo
SPFx Outlook add-in with Azure Cognitive
services to detect the sentiment before
sending email
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Jayakumar Balasubramaniam
Product Lead
• Microsoft Certified Trainer (MCT)
• Microsoft Certified Solution Developer
(MCSD)
• Blogger and Speaker
jayakumar@live.in
@jayakumrB
https://www.linkedin.com/in/j
ayakumarbalasubramaniam/
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Sarah Rajkumar
Product Engineer
• Work on Microsoft 365 & Azure platforms
• Blogger and Speaker
sarahrajkumar17@gmail.com
@sarahr1708
https://www.linkedin.com/in/
sarah-r-1963a1147
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Agenda
• Azure Cognitive Service
• Azure Sentiment Analysis
• SharePoint Framework Outlook Add-in
• Integrate with Azure Sentiment Analysis
• Configuring SPFx in Outlook
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Azure Cognitive Services
Cognitive Services are a set of machine learning
algorithms helps to build Intelligence software
applications.
No machine machine-learning expertise is
required to use them
API call alone can embed AI capabilities into
your existing applications.
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
List of Azure Cognitive Services
DECISION LANGUAGE SPEECH VISION WEB
SEARCH
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Language
• Extract meaning from unstructured data
• Language service contains five different services
• Immersive Reader
• Language Understanding
• QnA Maker
• Text Analytics
• Translator
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Text Analytics
• Text Analytics detect sentiment, Key phrases and named
entities.
• Identify and categories Important concepts
• Extract key phrases in unstructured text
• Better Understand customer perception
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Named-entity recognition
• Named-entity recognition has ability to identify the different
entities in text and categorize them into pre-defined classes or types
such as person, location, event, product and organization.
INPUT OUTPUT
Wimbledon is a tennis tournament
held in the UK in the first two weeks
of July 2020.
Event :tournament
Sport name(s): tennis
Location: UK
Month: July
Year: 2020
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Key Phrase Extraction:
• The Key Phrase extraction evaluate unstructured text and returns a
list of key phrases.
• It is useful to quickly identify main points in documents.
INPUT OUTPUT
"documents": [
{
"language": "en",
"id": "1",
"text": "We love this trail and make
the trip every year. The views are
breath taking and well worth the
hike!"
},
"documents":[
{
"id":"1",
"keyPhrases":[
"year",
"trail",
"trip",
"views",
"hike“
],
},
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Sentiment Analysis
• Sentiment Analysis is useful for detecting positive and
negative sentiment in social media, customer reviews etc.
• After sending sentiment request it labels into three
• Positive
• Neutral
• Negative
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Sentiment Analysis
INPUT OUTPUT
{
"documents": [
{
"language": "en",
"id": "1",
"text": "The restaurant had
great food and our waiter was
friendly."
}
]
}
"documents": [
{
"id": "1",
"sentiment": "positive",
"confidenceScores": {
"positive": 1.0,
"neutral": 0.0,
"negative": 0.0
},
"sentences": [
{
"sentiment": "positive",
"confidenceScores": {
"positive": 1.0,
"neutral": 0.0,
"negative": 0.0
},
"offset": 0,
"length": 58,
"text": "The restaurant had
great food and our waiter was
friendly."
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
DEMO
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
SharePoint
Framework
Outlook Add-in
• Office Add-in available
from v1.10
• Deploy in Outlook
WebApp
• Host the app in SharePoint
• Only available in Preview
• Developer Preview
supports only Outlook web
access
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Benefits of SPFx Office Add-in
No change in development model
Single code base across MS Teams + SharePoint + Outlook
Hosted in SharePoint
Easy to access Graph API
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Three Different Context in SPFx
this.props.context.sdks.office.context
this.props.context.sdks.microsoftTeams.context
this.props.context.pageContext
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Building Office Add-In using SPFx
• yo @microsoft/sharepoint --plusbeta
• npm install @types/office-js --save-dev
• This.context.sdks.office.context.mailbox
• Use the package "@azure/ai-text-analytics"
• Build and Deploy in SharePoint AppCatalog
• Activate the Add-In using Outlook Web
• Generally it will be accessible only in outlook INBOX
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Integrate SPFx Outlook Add-in Mail Compose
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
DEMO
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
THANK YOU
jayakumar@live.in
@jayakumrB
https://www.linkedin.com/in/j
ayakumarbalasubramaniam/
#M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
Ad

More Related Content

Similar to SPFx Outlook add-in with Azure Cognitive services to detect the sentiment before sending email (20)

Himmelstein SP Connections HAD207 SharePoint Logging & Debugging
Himmelstein SP Connections HAD207 SharePoint Logging & DebuggingHimmelstein SP Connections HAD207 SharePoint Logging & Debugging
Himmelstein SP Connections HAD207 SharePoint Logging & Debugging
Sentri
 
SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...
SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...
SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...
Sébastien Levert
 
Email Marketing & Google Tage Manager - SLCHUG April 26, 2018
Email Marketing & Google Tage Manager - SLCHUG April 26, 2018Email Marketing & Google Tage Manager - SLCHUG April 26, 2018
Email Marketing & Google Tage Manager - SLCHUG April 26, 2018
Salt Lake City HubSpot Users Group
 
The 411 on HubSpot COS - SLCHUG Workshop
The 411 on HubSpot COS - SLCHUG WorkshopThe 411 on HubSpot COS - SLCHUG Workshop
The 411 on HubSpot COS - SLCHUG Workshop
Salt Lake City HubSpot Users Group
 
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...
Richard Harbridge
 
Web Analytics - Direct Marketing Association NorCal 042016
Web Analytics - Direct Marketing Association NorCal  042016Web Analytics - Direct Marketing Association NorCal  042016
Web Analytics - Direct Marketing Association NorCal 042016
John Thyfault
 
Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...
Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...
Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...
Amber Matthews
 
How to win StartupWeekend
How to win StartupWeekendHow to win StartupWeekend
How to win StartupWeekend
Marsh Sutherland
 
BSS_8_ENG
BSS_8_ENGBSS_8_ENG
BSS_8_ENG
Kosmas Choutouriadis
 
Using the 5 Ws to Create a Successful Email Marketing Strategy
Using the 5 Ws to Create a Successful Email Marketing StrategyUsing the 5 Ws to Create a Successful Email Marketing Strategy
Using the 5 Ws to Create a Successful Email Marketing Strategy
Insurance Technologies Corporation (ITC)
 
SPSDC PowerApps and Flow by Hemendra Patel
SPSDC PowerApps and Flow by Hemendra PatelSPSDC PowerApps and Flow by Hemendra Patel
SPSDC PowerApps and Flow by Hemendra Patel
Hemendra Patel
 
SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...
SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...
SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...
Jasper Oosterveld
 
#GlobalAzure Johannesburg 2018: Using Cognitive Services in Azure to Evaluat...
#GlobalAzure Johannesburg 2018:  Using Cognitive Services in Azure to Evaluat...#GlobalAzure Johannesburg 2018:  Using Cognitive Services in Azure to Evaluat...
#GlobalAzure Johannesburg 2018: Using Cognitive Services in Azure to Evaluat...
Tracy Van der Schyff
 
Measuring Programmer Performance with SourceKibitzer EyeQ
Measuring Programmer Performance with SourceKibitzer EyeQMeasuring Programmer Performance with SourceKibitzer EyeQ
Measuring Programmer Performance with SourceKibitzer EyeQ
Mark Kofman
 
Ux & Why Your Business Needs It (3Leaf Consulting)
Ux & Why Your Business Needs It (3Leaf Consulting)Ux & Why Your Business Needs It (3Leaf Consulting)
Ux & Why Your Business Needs It (3Leaf Consulting)
Thomas Watkins
 
Digital Marketing Training
Digital Marketing TrainingDigital Marketing Training
Digital Marketing Training
PiyushPahadi
 
Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...
Prashant G Bhoyar (Microsoft MVP)
 
Maximize Project 2010 w/ Office 365 for PM Success
Maximize Project 2010 w/ Office 365 for PM SuccessMaximize Project 2010 w/ Office 365 for PM Success
Maximize Project 2010 w/ Office 365 for PM Success
Dux Raymond Sy
 
Spsnyc 2016 JSLink Primer
Spsnyc 2016   JSLink PrimerSpsnyc 2016   JSLink Primer
Spsnyc 2016 JSLink Primer
Michael Oryszak
 
Luminate Online Best Practices for Beginners
Luminate Online Best Practices for BeginnersLuminate Online Best Practices for Beginners
Luminate Online Best Practices for Beginners
Blackbaud
 
Himmelstein SP Connections HAD207 SharePoint Logging & Debugging
Himmelstein SP Connections HAD207 SharePoint Logging & DebuggingHimmelstein SP Connections HAD207 SharePoint Logging & Debugging
Himmelstein SP Connections HAD207 SharePoint Logging & Debugging
Sentri
 
SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...
SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...
SharePoint Saturday Cape Town - Introduction to AngularJS with the Microsoft ...
Sébastien Levert
 
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow - ...
Richard Harbridge
 
Web Analytics - Direct Marketing Association NorCal 042016
Web Analytics - Direct Marketing Association NorCal  042016Web Analytics - Direct Marketing Association NorCal  042016
Web Analytics - Direct Marketing Association NorCal 042016
John Thyfault
 
Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...
Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...
Your Code Is A Waste Of Time (if you don't ask why you are writing it in the ...
Amber Matthews
 
SPSDC PowerApps and Flow by Hemendra Patel
SPSDC PowerApps and Flow by Hemendra PatelSPSDC PowerApps and Flow by Hemendra Patel
SPSDC PowerApps and Flow by Hemendra Patel
Hemendra Patel
 
SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...
SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...
SharePoint Saturday Warsaw 2018 - Modern Collaboration in Teams & Projects wi...
Jasper Oosterveld
 
#GlobalAzure Johannesburg 2018: Using Cognitive Services in Azure to Evaluat...
#GlobalAzure Johannesburg 2018:  Using Cognitive Services in Azure to Evaluat...#GlobalAzure Johannesburg 2018:  Using Cognitive Services in Azure to Evaluat...
#GlobalAzure Johannesburg 2018: Using Cognitive Services in Azure to Evaluat...
Tracy Van der Schyff
 
Measuring Programmer Performance with SourceKibitzer EyeQ
Measuring Programmer Performance with SourceKibitzer EyeQMeasuring Programmer Performance with SourceKibitzer EyeQ
Measuring Programmer Performance with SourceKibitzer EyeQ
Mark Kofman
 
Ux & Why Your Business Needs It (3Leaf Consulting)
Ux & Why Your Business Needs It (3Leaf Consulting)Ux & Why Your Business Needs It (3Leaf Consulting)
Ux & Why Your Business Needs It (3Leaf Consulting)
Thomas Watkins
 
Digital Marketing Training
Digital Marketing TrainingDigital Marketing Training
Digital Marketing Training
PiyushPahadi
 
Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...
Prashant G Bhoyar (Microsoft MVP)
 
Maximize Project 2010 w/ Office 365 for PM Success
Maximize Project 2010 w/ Office 365 for PM SuccessMaximize Project 2010 w/ Office 365 for PM Success
Maximize Project 2010 w/ Office 365 for PM Success
Dux Raymond Sy
 
Spsnyc 2016 JSLink Primer
Spsnyc 2016   JSLink PrimerSpsnyc 2016   JSLink Primer
Spsnyc 2016 JSLink Primer
Michael Oryszak
 
Luminate Online Best Practices for Beginners
Luminate Online Best Practices for BeginnersLuminate Online Best Practices for Beginners
Luminate Online Best Practices for Beginners
Blackbaud
 

More from Jenkins NS (20)

All about Send proactive messages in Microsoft Teams BOT
All about Send proactive messages in Microsoft Teams BOTAll about Send proactive messages in Microsoft Teams BOT
All about Send proactive messages in Microsoft Teams BOT
Jenkins NS
 
Surfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-in
Surfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-inSurfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-in
Surfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-in
Jenkins NS
 
Global M365 Developer Bootcamp 2020 Hyderabad: KEYNOTE
Global M365 Developer Bootcamp 2020 Hyderabad: KEYNOTEGlobal M365 Developer Bootcamp 2020 Hyderabad: KEYNOTE
Global M365 Developer Bootcamp 2020 Hyderabad: KEYNOTE
Jenkins NS
 
Global M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTE
Global M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTEGlobal M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTE
Global M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTE
Jenkins NS
 
Extend the unextended in microsoft teams
Extend the unextended in microsoft teamsExtend the unextended in microsoft teams
Extend the unextended in microsoft teams
Jenkins NS
 
Power Automate integration with SPFX webpart
Power Automate integration with SPFX webpartPower Automate integration with SPFX webpart
Power Automate integration with SPFX webpart
Jenkins NS
 
Task-oriented interactions in Microsoft Teams with messaging extensions
Task-oriented interactions in Microsoft Teams with messaging extensionsTask-oriented interactions in Microsoft Teams with messaging extensions
Task-oriented interactions in Microsoft Teams with messaging extensions
Jenkins NS
 
Microsoft power platform
Microsoft power platformMicrosoft power platform
Microsoft power platform
Jenkins NS
 
Introduction to microsoft teams app templates
Introduction to microsoft teams app templatesIntroduction to microsoft teams app templates
Introduction to microsoft teams app templates
Jenkins NS
 
Build an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teamsBuild an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teams
Jenkins NS
 
Empowering citizen developers using power apps
Empowering citizen developers using power appsEmpowering citizen developers using power apps
Empowering citizen developers using power apps
Jenkins NS
 
Ms teams webinar-getting started with microsoft teams development
Ms teams webinar-getting started with microsoft teams developmentMs teams webinar-getting started with microsoft teams development
Ms teams webinar-getting started with microsoft teams development
Jenkins NS
 
M365 virtual marathon build your first power virtual agents bot
M365 virtual marathon   build your first power virtual agents botM365 virtual marathon   build your first power virtual agents bot
M365 virtual marathon build your first power virtual agents bot
Jenkins NS
 
harePoint Framework Webinar Series: Consume Graph APIs in SharePoint Framework
harePoint Framework Webinar Series: Consume Graph APIs in SharePoint FrameworkharePoint Framework Webinar Series: Consume Graph APIs in SharePoint Framework
harePoint Framework Webinar Series: Consume Graph APIs in SharePoint Framework
Jenkins NS
 
SPFx Webinar Loading SharePoint data in a SPFx Webpart
SPFx Webinar Loading SharePoint data in a SPFx WebpartSPFx Webinar Loading SharePoint data in a SPFx Webpart
SPFx Webinar Loading SharePoint data in a SPFx Webpart
Jenkins NS
 
SPSChennai2020
SPSChennai2020SPSChennai2020
SPSChennai2020
Jenkins NS
 
Trivandrumtechcon20
Trivandrumtechcon20Trivandrumtechcon20
Trivandrumtechcon20
Jenkins NS
 
Governance and administration for teams app development
Governance and administration for teams app developmentGovernance and administration for teams app development
Governance and administration for teams app development
Jenkins NS
 
Getting started with spfx
Getting started with spfxGetting started with spfx
Getting started with spfx
Jenkins NS
 
Architecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint ModernizationArchitecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint Modernization
Jenkins NS
 
All about Send proactive messages in Microsoft Teams BOT
All about Send proactive messages in Microsoft Teams BOTAll about Send proactive messages in Microsoft Teams BOT
All about Send proactive messages in Microsoft Teams BOT
Jenkins NS
 
Surfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-in
Surfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-inSurfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-in
Surfacing SPFx Solutions in SharePoint, MS Teams, and Outlook Add-in
Jenkins NS
 
Global M365 Developer Bootcamp 2020 Hyderabad: KEYNOTE
Global M365 Developer Bootcamp 2020 Hyderabad: KEYNOTEGlobal M365 Developer Bootcamp 2020 Hyderabad: KEYNOTE
Global M365 Developer Bootcamp 2020 Hyderabad: KEYNOTE
Jenkins NS
 
Global M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTE
Global M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTEGlobal M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTE
Global M365 Developer Bootcamp 2020 Hyderabad: WELCOME NOTE
Jenkins NS
 
Extend the unextended in microsoft teams
Extend the unextended in microsoft teamsExtend the unextended in microsoft teams
Extend the unextended in microsoft teams
Jenkins NS
 
Power Automate integration with SPFX webpart
Power Automate integration with SPFX webpartPower Automate integration with SPFX webpart
Power Automate integration with SPFX webpart
Jenkins NS
 
Task-oriented interactions in Microsoft Teams with messaging extensions
Task-oriented interactions in Microsoft Teams with messaging extensionsTask-oriented interactions in Microsoft Teams with messaging extensions
Task-oriented interactions in Microsoft Teams with messaging extensions
Jenkins NS
 
Microsoft power platform
Microsoft power platformMicrosoft power platform
Microsoft power platform
Jenkins NS
 
Introduction to microsoft teams app templates
Introduction to microsoft teams app templatesIntroduction to microsoft teams app templates
Introduction to microsoft teams app templates
Jenkins NS
 
Build an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teamsBuild an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teams
Jenkins NS
 
Empowering citizen developers using power apps
Empowering citizen developers using power appsEmpowering citizen developers using power apps
Empowering citizen developers using power apps
Jenkins NS
 
Ms teams webinar-getting started with microsoft teams development
Ms teams webinar-getting started with microsoft teams developmentMs teams webinar-getting started with microsoft teams development
Ms teams webinar-getting started with microsoft teams development
Jenkins NS
 
M365 virtual marathon build your first power virtual agents bot
M365 virtual marathon   build your first power virtual agents botM365 virtual marathon   build your first power virtual agents bot
M365 virtual marathon build your first power virtual agents bot
Jenkins NS
 
harePoint Framework Webinar Series: Consume Graph APIs in SharePoint Framework
harePoint Framework Webinar Series: Consume Graph APIs in SharePoint FrameworkharePoint Framework Webinar Series: Consume Graph APIs in SharePoint Framework
harePoint Framework Webinar Series: Consume Graph APIs in SharePoint Framework
Jenkins NS
 
SPFx Webinar Loading SharePoint data in a SPFx Webpart
SPFx Webinar Loading SharePoint data in a SPFx WebpartSPFx Webinar Loading SharePoint data in a SPFx Webpart
SPFx Webinar Loading SharePoint data in a SPFx Webpart
Jenkins NS
 
SPSChennai2020
SPSChennai2020SPSChennai2020
SPSChennai2020
Jenkins NS
 
Trivandrumtechcon20
Trivandrumtechcon20Trivandrumtechcon20
Trivandrumtechcon20
Jenkins NS
 
Governance and administration for teams app development
Governance and administration for teams app developmentGovernance and administration for teams app development
Governance and administration for teams app development
Jenkins NS
 
Getting started with spfx
Getting started with spfxGetting started with spfx
Getting started with spfx
Jenkins NS
 
Architecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint ModernizationArchitecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint Modernization
Jenkins NS
 
Ad

Recently uploaded (20)

Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Ad

SPFx Outlook add-in with Azure Cognitive services to detect the sentiment before sending email

  • 1. SPFx Outlook add-in with Azure Cognitive services to detect the sentiment before sending email #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 2. Jayakumar Balasubramaniam Product Lead • Microsoft Certified Trainer (MCT) • Microsoft Certified Solution Developer (MCSD) • Blogger and Speaker [email protected] @jayakumrB https://www.linkedin.com/in/j ayakumarbalasubramaniam/ #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 3. Sarah Rajkumar Product Engineer • Work on Microsoft 365 & Azure platforms • Blogger and Speaker [email protected] @sarahr1708 https://www.linkedin.com/in/ sarah-r-1963a1147 #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 4. Agenda • Azure Cognitive Service • Azure Sentiment Analysis • SharePoint Framework Outlook Add-in • Integrate with Azure Sentiment Analysis • Configuring SPFx in Outlook #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 5. Azure Cognitive Services Cognitive Services are a set of machine learning algorithms helps to build Intelligence software applications. No machine machine-learning expertise is required to use them API call alone can embed AI capabilities into your existing applications. #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 6. List of Azure Cognitive Services DECISION LANGUAGE SPEECH VISION WEB SEARCH #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 7. Language • Extract meaning from unstructured data • Language service contains five different services • Immersive Reader • Language Understanding • QnA Maker • Text Analytics • Translator #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 8. Text Analytics • Text Analytics detect sentiment, Key phrases and named entities. • Identify and categories Important concepts • Extract key phrases in unstructured text • Better Understand customer perception #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 9. Named-entity recognition • Named-entity recognition has ability to identify the different entities in text and categorize them into pre-defined classes or types such as person, location, event, product and organization. INPUT OUTPUT Wimbledon is a tennis tournament held in the UK in the first two weeks of July 2020. Event :tournament Sport name(s): tennis Location: UK Month: July Year: 2020 #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 10. Key Phrase Extraction: • The Key Phrase extraction evaluate unstructured text and returns a list of key phrases. • It is useful to quickly identify main points in documents. INPUT OUTPUT "documents": [ { "language": "en", "id": "1", "text": "We love this trail and make the trip every year. The views are breath taking and well worth the hike!" }, "documents":[ { "id":"1", "keyPhrases":[ "year", "trail", "trip", "views", "hike“ ], }, #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 11. Sentiment Analysis • Sentiment Analysis is useful for detecting positive and negative sentiment in social media, customer reviews etc. • After sending sentiment request it labels into three • Positive • Neutral • Negative #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 12. Sentiment Analysis INPUT OUTPUT { "documents": [ { "language": "en", "id": "1", "text": "The restaurant had great food and our waiter was friendly." } ] } "documents": [ { "id": "1", "sentiment": "positive", "confidenceScores": { "positive": 1.0, "neutral": 0.0, "negative": 0.0 }, "sentences": [ { "sentiment": "positive", "confidenceScores": { "positive": 1.0, "neutral": 0.0, "negative": 0.0 }, "offset": 0, "length": 58, "text": "The restaurant had great food and our waiter was friendly." #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 14. SharePoint Framework Outlook Add-in • Office Add-in available from v1.10 • Deploy in Outlook WebApp • Host the app in SharePoint • Only available in Preview • Developer Preview supports only Outlook web access #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 15. Benefits of SPFx Office Add-in No change in development model Single code base across MS Teams + SharePoint + Outlook Hosted in SharePoint Easy to access Graph API #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 16. Three Different Context in SPFx this.props.context.sdks.office.context this.props.context.sdks.microsoftTeams.context this.props.context.pageContext #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 17. Building Office Add-In using SPFx • yo @microsoft/sharepoint --plusbeta • npm install @types/office-js --save-dev • This.context.sdks.office.context.mailbox • Use the package "@azure/ai-text-analytics" • Build and Deploy in SharePoint AppCatalog • Activate the Add-In using Outlook Web • Generally it will be accessible only in outlook INBOX #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd
  • 18. Integrate SPFx Outlook Add-in Mail Compose #M365Bootcamp #MS365DevBootcamp #MS365DevBootcampHyd

Editor's Notes

  • #5: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #6: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #7: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #8: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #9: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #10: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #11: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #12: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #13: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #15: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #16: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #17: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #18: https://www.chakray.com/5-main-benefits-of-identity-management/
  • #19: https://www.chakray.com/5-main-benefits-of-identity-management/