{"version":3,"sources":["src/common.speech/ServiceMessages/Intent/Intent.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,MAAM;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B","file":"Intent.d.ts","sourcesContent":["/**\r\n * Defines the intent context payload in the speech.context message\r\n */\r\nexport interface Intent {\r\n    /**\r\n     * The intent provider (LUIS or CLU)\r\n     */\r\n    provider?: string;\r\n\r\n    /**\r\n     * The intent provider identifier. For CLU this is the projectName.\r\n     */\r\n    id?: string;\r\n\r\n    /**\r\n     * The Endpoint for LUIS or CLU (optional).\r\n     */\r\n    endpoint?: string;\r\n\r\n    /**\r\n     * The Deployment name for CLU (optional).\r\n     */\r\n    deploymentName?: string;\r\n\r\n    /**\r\n     * The language resource key for CLU (optional).\r\n     */\r\n    languageResource?: string;\r\n}\r\n"]}