{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/OnSuccess.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,UAAU;IAClB,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB","file":"OnSuccess.d.ts","sourcesContent":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\n/**\n * The action enum when speech recognition return a final phrase result\n */\nexport enum NextAction {\n    None = \"None\",\n    Translate = \"Translate\"\n}\n\n/**\n * The on success configuration\n */\nexport interface OnSuccess {\n    /**\n     * The action to take on success\n     */\n    action?: NextAction;\n}\n"]}