{"version":3,"sources":["src/common.speech/ServiceMessages/Translation/OnSuccess.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,UAAU;IAClB,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B;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 to take on success\n */\nexport enum NextAction {\n    None = \"None\",\n    Synthesize = \"Synthesize\"\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"]}