Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions certified-connectors/Business Assist/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Business Assist",
"description": "Business Assist uses Machine learning based tools originally developed internally at Microsoft to automate common customer success-oriented tasks. They are now being made available to help customers and partners achieve their goals to reduce costs, listen more efficiently to customers, and respond to their needs more quickly. These tools will allow large scale data analysis to be performed quickly using the low code solution.",
"description": "Business Assist connector provides a set of services to automate common customer-success tasks. Customer service leaders, managers and agent personas can use it to reliably predict service-call volumes (to manage staffing levels), cluster customer feedback (to focus on the right investments) and generate self-help solutions for Microsoft 365 product issues. Reduce your organization’s helpdesk cost and provide great customer experience by adopting the same services that power Microsoft Support.",
"version": "1.0",
"contact": {
"name": "Microsoft",
Expand Down Expand Up @@ -362,11 +362,11 @@
},
"originalText": {
"type": "string",
"description": "Original text submitted."
"description": "Original request text submitted to the Create Cluster API request, returned as a part of results response. Optional, depending on the value of returnOriginalText sent with the Create Cluster request."
},
"englishText": {
"type": "string",
"description": "Translated orginal text in English."
"description": "This property contains the English translation of the original text. For non-English original text records, englishText contains the text translated into English from the original text provided by the user. For English original text records, englishText contains the original text. Optional, depending on the value of returnEnglishText sent with the Create Cluster request."
}
}
}
Expand Down Expand Up @@ -521,11 +521,11 @@
},
"originalText": {
"type": "string",
"description": "Original text submitted."
"description": "Original request text submitted to the Create Cluster API request, returned as a part of results response. Optional, depending on the value of returnOriginalText sent with the Create Cluster request."
},
"englishText": {
"type": "string",
"description": "Translated orginal text in English."
"description": "This property contains the English translation of the original text. For non-English original text records, englishText contains the text translated into English from the original text provided by the user. For English original text records, englishText contains the original text. Optional, depending on the value of returnEnglishText sent with the Create Cluster request."
}
}
}
Expand Down
21 changes: 20 additions & 1 deletion certified-connectors/ModuleQ/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,33 @@
"info": {
"description": "ModuleQ's proactive AI technology equips you for success. Use the ModuleQ Connector to trigger notifications when new recommendations are available. More details at https://moduleq.com (requires existing ModuleQ account).",
"title": "ModuleQ",
"version": "1.0"
"version": "1.0",
"contact": {
"name": "ModuleQ",
"url": "https://moduleq.com/contact"
}
},
"x-ms-connector-metadata":[
{
"propertyName": "Website",
"propertyValue": "https://moduleq.com"
},
{
"propertyName": "Privacy policy",
"propertyValue": "https://moduleq.com/privacy-policy"
},
{
"propertyName": "Categories",
"propertyValue": "Productivity"
}
],
"parameters": {},
"paths": {
"/trigger": {
"get": {
"description": "Trigger fires when recommendations are available",
"operationId": "NewRecTrigger",
"deprecated": true,
"parameters": [],
"responses": {
"200": {
Expand Down
Loading