{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/Conversation.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,YAAY,EAAE,YAAY,CAAC;CAC9B","file":"Conversation.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\nimport { Segmentation } from \"./Segmentation\";\n\n/**\n * Defines the conversation configuration in the speech Context message\n */\nexport interface Conversation {\n    /**\n     * The segmentation configuration.\n     */\n    segmentation: Segmentation;\n}\n"]}