Implement /api/conversation/emailSummary/sendEmail route using
Azure Communication Services Email SDK.
Note:
This quickstart sample uses receiver email address from app configuration for simplicity.
In production scenario customer would provide their preferred email address
Minor:
Removed stylecop until we add proper rules.
Removed voip call insights, not in scope for summaryservice anymore.
Added additional checks to avoid chatbot answering to own messages
Added dotnet user-secrets to project file
Moved react-scripts to devdependecies to deal with:
https://github.com/facebook/create-react-app/issues/11647#issuecomment-1243863292
Implement /api/conversation/emailSummary/sendEmail route using Azure Communication Services Email SDK.
Note: This quickstart sample uses receiver email address from app configuration for simplicity. In production scenario customer would provide their preferred email address
Minor: Removed stylecop until we add proper rules. Removed voip call insights, not in scope for summaryservice anymore. Added additional checks to avoid chatbot answering to own messages Added dotnet user-secrets to project file Moved react-scripts to devdependecies to deal with: https://github.com/facebook/create-react-app/issues/11647#issuecomment-1243863292