{"version":3,"sources":["src/common.speech/ServiceMessages/InvocationSource.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,gBAAgB;IACxB;;OAEG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,0BAA0B,+BAA+B;CAC5D","file":"InvocationSource.d.ts","sourcesContent":["/**\r\n * Represents the source of speech recognition invocation.\r\n */\r\nexport enum InvocationSource {\r\n    /**\r\n     * No invocation source specified.\r\n     */\r\n    None = \"None\",\r\n\r\n    /**\r\n     * Voice activation with a keyword.\r\n     */\r\n    VoiceActivationWithKeyword = \"VoiceActivationWithKeyword\"\r\n}\r\n"]}