Description | : Creates a Bot Service. Bot Service is a resource group wide resource type. |
Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}
{
resourceGroupName:
string
,
resourceName:
string
,
parameters:
{
,
properties:
}
{
,
displayName:
string
,
description:
string
,
iconUrl:
string
,
endpoint:
string
,
endpointVersion:
string
,
msaAppId:
string
,
configuredChannels:
[
,
string
,
]
enabledChannels:
[
,
string
,
]
developerAppInsightKey:
string
,
developerAppInsightsApiKey:
string
,
developerAppInsightsApplicationId:
string
,
luisAppIds:
[
,
string
,
]
luisKey:
string
,
isCmekEnabled:
boolean
,
cmekKeyVaultUrl:
string
,
}
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
displayName:
string
,
description:
string
,
iconUrl:
string
,
endpoint:
string
,
endpointVersion:
string
,
msaAppId:
string
,
configuredChannels:
[
,
string
,
]
enabledChannels:
[
,
string
,
]
developerAppInsightKey:
string
,
developerAppInsightsApiKey:
string
,
developerAppInsightsApplicationId:
string
,
luisAppIds:
[
,
string
,
]
luisKey:
string
,
isCmekEnabled:
boolean
,
cmekKeyVaultUrl:
string
,
}
⚐ Response (201)
{
properties:
}
{
,
displayName:
string
,
description:
string
,
iconUrl:
string
,
endpoint:
string
,
endpointVersion:
string
,
msaAppId:
string
,
configuredChannels:
[
,
string
,
]
enabledChannels:
[
,
string
,
]
developerAppInsightKey:
string
,
developerAppInsightsApiKey:
string
,
developerAppInsightsApplicationId:
string
,
luisAppIds:
[
,
string
,
]
luisKey:
string
,
isCmekEnabled:
boolean
,
cmekKeyVaultUrl:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}