UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 1.13 kB
{"version":3,"sources":["src/common.speech/AddedLmIntent.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF;;GAEG;AAEH,qBAAa,aAAa;IACf,SAAS,EAAE,8BAA8B,CAAC;IAC1C,UAAU,EAAE,MAAM,CAAC;IAE1B;;;;;OAKG;gBACgB,SAAS,EAAE,8BAA8B,EAAE,UAAU,EAAE,MAAM;CAInF","file":"AddedLmIntent.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nimport { LanguageUnderstandingModelImpl } from \"../sdk/LanguageUnderstandingModel.js\";\r\n\r\n/**\r\n * @class AddedLmIntent\r\n */\r\n// eslint-disable-next-line max-classes-per-file\r\nexport class AddedLmIntent {\r\n public modelImpl: LanguageUnderstandingModelImpl;\r\n public intentName: string;\r\n\r\n /**\r\n * Creates and initializes an instance of this class.\r\n * @constructor\r\n * @param modelImpl - The model.\r\n * @param intentName - The intent name.\r\n */\r\n public constructor(modelImpl: LanguageUnderstandingModelImpl, intentName: string) {\r\n this.modelImpl = modelImpl;\r\n this.intentName = intentName;\r\n }\r\n}\r\n"]}