{"version":3,"sources":["src/common.speech/QueryParameterNames.ts"],"names":[],"mappings":"AAGA,qBAAa,mBAAmB;IAC5B,OAAc,KAAK,EAAE,MAAM,CAAW;IACtC,OAAc,wBAAwB,EAAE,MAAM,CAAS;IACvD,OAAc,uBAAuB,EAAE,MAAM,CAAkB;IAC/D,OAAc,kBAAkB,EAAE,MAAM,CAAgB;IACxD,OAAc,gBAAgB,EAAE,MAAM,CAAgB;IACtD,OAAc,yBAAyB,EAAE,MAAM,CAAyB;IACxE,OAAc,mBAAmB,EAAE,MAAM,CAAyB;IAClE,OAAc,MAAM,EAAE,MAAM,CAAY;IACxC,OAAc,uBAAuB,EAAE,MAAM,CAA6B;IAC1E,OAAc,QAAQ,EAAE,MAAM,CAAc;IAC5C,OAAc,SAAS,EAAE,MAAM,CAAe;IAC9C,OAAc,wBAAwB,EAAE,MAAM,CAA4B;IAC1E,OAAc,2BAA2B,EAAE,MAAM,CAAiC;IAClF,OAAc,iBAAiB,EAAE,MAAM,CAAuB;IAC9D,OAAc,SAAS,EAAE,MAAM,CAAe;CACjD","file":"QueryParameterNames.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nexport class QueryParameterNames {\r\n    public static BotId: string = \"botid\";\r\n    public static CustomSpeechDeploymentId: string = \"cid\";\r\n    public static CustomVoiceDeploymentId: string = \"deploymentId\";\r\n    public static EnableAudioLogging: string = \"storeAudio\";\r\n    public static EnableLanguageId: string = \"lidEnabled\";\r\n    public static EnableWordLevelTimestamps: string = \"wordLevelTimestamps\";\r\n    public static EndSilenceTimeoutMs: string = \"endSilenceTimeoutMs\";\r\n    public static Format: string = \"format\";\r\n    public static InitialSilenceTimeoutMs: string = \"initialSilenceTimeoutMs\";\r\n    public static Language: string = \"language\";\r\n    public static Profanity: string = \"profanity\";\r\n    public static RequestBotStatusMessages: string = \"enableBotMessageStatus\";\r\n    public static StableIntermediateThreshold: string = \"stableIntermediateThreshold\";\r\n    public static StableTranslation: string = \"stableTranslation\";\r\n    public static TestHooks: string = \"testhooks\";\r\n}\r\n"]}