initial commit for COSMO Bot certification

This commit is contained in:
Jens Kock 2020-10-12 11:11:13 +02:00
Родитель 0e04821071
Коммит 22102c190e
3 изменённых файлов: 1477 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
## COSMO Bot
COSMO Bot by COSMO CONSULT increases your business success through more efficiency in everyday life. If you answer a standard question today, you are wasting time. In contact with your customers, this is often a good opportunity to get to know each other and establish a relationship. But internally, from employee to employee, or when there is simply too much to do, it is a luxury that not everyone can allow themselves. This Connector allows you to extend the bots functionality and integrate other systems.
## Prerequisites
To use this connector you need to have administrative access to a COSMO Bot Instance. [What is COSMO Bot?](https://cosma.cosmoconsult.com/?msg=Was+ist+COSMO+Bot%3F) [How do i get a COSMO Bot instance?](https://cosma.cosmoconsult.com/?msg=How+do+i+get+a+COSMO+Bot+instance%3F)

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,43 @@
{
"properties": {
"connectionParameters": {
"botInstanceUrl": {
"type": "string",
"uiDefinition": {
"constraints": {
"required": "true"
},
"displayName": "Bot Instance URL",
"description": "The URL where your bot instance can be reached",
"tooltip": "Provide the bot instance URL"
}
},
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API key for accessing this bot instance",
"tooltip": "Provide the API key",
"constraints": {
"tabIndex": 3,
"clearText": false,
"required": "true"
}
}
}
},
"policyTemplateInstances": [
{
"parameters": {
"x-ms-apimTemplateParameter.urlTemplate": "@connectionParameters('botInstanceUrl')/api/v1"
},
"templateId": "dynamichosturl",
"title": "Bot Instance URL"
}
],
"iconBrandColor": "#545859",
"capabilities": [],
"publisher": "COSMO CONSULT GmbH",
"stackOwner": "COSMO CONSULT GmbH"
}
}