Skip to content

Commit

Permalink
Mark LuisService class deprecated (#2798)
Browse files Browse the repository at this point in the history
Fixes #2436
  • Loading branch information
joshgummersall authored Sep 25, 2020
1 parent 6d34e8b commit 5ac95ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/botframework-config/src/models/luisService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ConnectedService } from './connectedService';

/**
* Defines a LUIS service connection.
* @deprecated See https://aka.ms/bot-file-basics for more information.
*/
export class LuisService extends ConnectedService implements ILuisService {
/**
Expand Down

0 comments on commit 5ac95ae

Please sign in to comment.