Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"api-version": "2021-03-01",
"parameters": {
"name": "testbotname",
"type": "string"
}
},
"responses": {
"200": {
"body": {
"valid": true,
"message": "custom message from server"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"parameters": {
"location": "West US",
"sku": {
"name": "S1"
},
"etag": "etag1",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"kind": "sdk",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApiKey": "appinsightsapikey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"luisKey": "luiskey",
"msaAppId": "exampleappid",
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
}
}
},
"responses": {
"200": {
"body": {
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplebotname",
"type": "Microsoft.BotService/botServices",
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname",
"kind": "sdk",
"etag": "etag1",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
}
}
},
"201": {
"body": {
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplebotname",
"type": "Microsoft.BotService/botServices",
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname",
"kind": "sdk",
"properties": {
"description": "The description of the bot",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"channelName": "EmailChannel"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"connectionName": "sampleConnection"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"channelName": "DirectLineSpeechChannel"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"channelName": "DirectLineChannel",
"parameters": {
"siteName": "testSiteName",
"key": "key1"
}
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "DirectLineChannel",
"properties": {
"sites": [
{
"siteId": "abcd",
"siteName": "Default Site",
"key": "key1",
"key2": "key2",
"isEnabled": true,
"isV1Enabled": true,
"isV3Enabled": true
}
]
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"channelName": "AlexaChannel"
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "AlexaChannel",
"properties": {
"alexaSkillId": "alexa skill id",
"urlFragment": "XUrlFragmentX",
"serviceEndpointUri": "https://domain/XUrlFragmentX/botId",
"isEnabled": true
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname"
},
"responses": {
"200": {
"body": {
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplebotname",
"type": "Microsoft.BotService/botServices",
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname",
"kind": "sdk",
"etag": "etag1",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"channelName": "EmailChannel"
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties": {
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"connectionName": "sampleConnection"
},
"responses": {
"200": {
"body": {
"location": "global",
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
"etag": "etag1",
"name": "sampleConnection",
"properties": {
"clientId": "sampleclientid",
"clientSecret": null,
"scopes": "samplescope",
"serviceProviderId": "serviceproviderid",
"serviceProviderDisplayName": "serviceProviderDisplayName",
"parameters": [
{
"key": "key1",
"value": "value1"
},
{
"key": "key2",
"value": "value2"
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2021-03-01",
"resourceName": "samplebotname",
"channelName": "DirectLineSpeechChannel"
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "DirectLineSpeechChannel",
"properties": {
"cognitiveServicesSubscriptionId": "Cognitive services subscription ID",
"customVoiceDeploymentId": "Custom voice deployment ID",
"customSpeechModelId": "Custom speech model ID",
"isDefaultBotForCogSvcAccount": true,
"isEnabled": true
}
}
}
}
}
}
Loading