{"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":["/**\n * Defines the intent context payload in the speech.context message\n */\nexport interface Intent {\n    /**\n     * The intent provider (LUIS or CLU)\n     */\n    provider?: string;\n\n    /**\n     * The intent provider identifier. For CLU this is the projectName.\n     */\n    id?: string;\n\n    /**\n     * The Endpoint for LUIS or CLU (optional).\n     */\n    endpoint?: string;\n\n    /**\n     * The Deployment name for CLU (optional).\n     */\n    deploymentName?: string;\n\n    /**\n     * The language resource key for CLU (optional).\n     */\n    languageResource?: string;\n}\n"]}