botbuilder-dotnet/tests/Microsoft.Bot.Builder.TestB.../appsettings.json

9 строки
310 B
JSON

{
"cognitiveModels": {
"flightBooking": {
"luisAppId": "Set the value here or in launchSettings.json for local dev",
"luisEndpointKey": "Set the value here or in launchSettings.json for local dev",
"luisEndpoint": "Set the value here or in launchSettings.json for local dev"
}
}
}