@azure/ai-language-conversations 1.0.0-beta.1 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. package/LICENSE +4 -4
  2. package/README.md +15 -11
  3. package/{types/src → dist/browser}/azureKeyCredentialPolicy.d.ts +2 -2
  4. package/dist/browser/azureKeyCredentialPolicy.d.ts.map +1 -0
  5. package/{dist-esm/src → dist/browser}/azureKeyCredentialPolicy.js +1 -1
  6. package/dist/browser/azureKeyCredentialPolicy.js.map +1 -0
  7. package/{dist-esm/src → dist/browser}/constants.js +1 -1
  8. package/{dist-esm/src → dist/browser}/constants.js.map +1 -1
  9. package/{types/src → dist/browser}/conversationAnalysisClient.d.ts +6 -8
  10. package/dist/browser/conversationAnalysisClient.d.ts.map +1 -0
  11. package/{dist-esm/src → dist/browser}/conversationAnalysisClient.js +8 -10
  12. package/dist/browser/conversationAnalysisClient.js.map +1 -0
  13. package/{types/src → dist/browser}/generated/conversationAnalysisClient.d.ts +1 -1
  14. package/dist/browser/generated/conversationAnalysisClient.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/generated/conversationAnalysisClient.js +25 -14
  16. package/{dist-esm/src → dist/browser}/generated/conversationAnalysisClient.js.map +1 -1
  17. package/dist/browser/generated/index.d.ts +3 -0
  18. package/{types/src → dist/browser}/generated/index.d.ts.map +1 -1
  19. package/{dist-esm/src → dist/browser}/generated/index.js +2 -2
  20. package/dist/browser/generated/index.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/generated/lroImpl.js +11 -3
  22. package/dist/browser/generated/lroImpl.js.map +1 -0
  23. package/{types/src → dist/browser}/generated/models/index.d.ts +46 -46
  24. package/dist/browser/generated/models/index.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/generated/models/mappers.js +297 -117
  26. package/dist/browser/generated/models/mappers.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/generated/models/parameters.js +1 -1
  28. package/{dist-esm/src → dist/browser}/generated/models/parameters.js.map +1 -1
  29. package/{types/src → dist/browser}/index.d.ts +3 -3
  30. package/{types/src → dist/browser}/index.d.ts.map +1 -1
  31. package/{dist-esm/src → dist/browser}/index.js +4 -4
  32. package/dist/browser/index.js.map +1 -0
  33. package/{types/src → dist/browser}/models.d.ts +47 -47
  34. package/dist/browser/models.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/models.js +0 -2
  36. package/dist/browser/models.js.map +1 -0
  37. package/dist/browser/package.json +3 -0
  38. package/dist/commonjs/azureKeyCredentialPolicy.d.ts +9 -0
  39. package/dist/commonjs/azureKeyCredentialPolicy.d.ts.map +1 -0
  40. package/dist/commonjs/azureKeyCredentialPolicy.js +25 -0
  41. package/dist/commonjs/azureKeyCredentialPolicy.js.map +1 -0
  42. package/dist/commonjs/constants.d.ts +3 -0
  43. package/dist/commonjs/constants.d.ts.map +1 -0
  44. package/dist/commonjs/constants.js +8 -0
  45. package/dist/commonjs/constants.js.map +1 -0
  46. package/dist/commonjs/conversationAnalysisClient.d.ts +63 -0
  47. package/dist/commonjs/conversationAnalysisClient.d.ts.map +1 -0
  48. package/dist/commonjs/conversationAnalysisClient.js +85 -0
  49. package/dist/commonjs/conversationAnalysisClient.js.map +1 -0
  50. package/dist/commonjs/generated/conversationAnalysisClient.d.ts +36 -0
  51. package/dist/commonjs/generated/conversationAnalysisClient.d.ts.map +1 -0
  52. package/dist/commonjs/generated/conversationAnalysisClient.js +207 -0
  53. package/dist/commonjs/generated/conversationAnalysisClient.js.map +1 -0
  54. package/dist/commonjs/generated/index.d.ts +3 -0
  55. package/dist/commonjs/generated/index.d.ts.map +1 -0
  56. package/dist/commonjs/generated/index.js +15 -0
  57. package/dist/commonjs/generated/index.js.map +1 -0
  58. package/dist/commonjs/generated/lroImpl.d.ts +16 -0
  59. package/dist/commonjs/generated/lroImpl.d.ts.map +1 -0
  60. package/dist/commonjs/generated/lroImpl.js +37 -0
  61. package/dist/commonjs/generated/lroImpl.js.map +1 -0
  62. package/dist/commonjs/generated/models/index.d.ts +1951 -0
  63. package/dist/commonjs/generated/models/index.d.ts.map +1 -0
  64. package/dist/commonjs/generated/models/index.js +659 -0
  65. package/dist/commonjs/generated/models/index.js.map +1 -0
  66. package/dist/commonjs/generated/models/mappers.d.ts +153 -0
  67. package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
  68. package/dist/commonjs/generated/models/mappers.js +2847 -0
  69. package/dist/commonjs/generated/models/mappers.js.map +1 -0
  70. package/dist/commonjs/generated/models/parameters.d.ts +8 -0
  71. package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
  72. package/dist/commonjs/generated/models/parameters.js +64 -0
  73. package/dist/commonjs/generated/models/parameters.js.map +1 -0
  74. package/dist/commonjs/index.d.ts +13 -0
  75. package/dist/commonjs/index.d.ts.map +1 -0
  76. package/dist/commonjs/index.js +21 -0
  77. package/dist/commonjs/index.js.map +1 -0
  78. package/{types/ai-language-conversations.d.ts → dist/commonjs/models.d.ts} +1953 -2221
  79. package/dist/commonjs/models.d.ts.map +1 -0
  80. package/dist/commonjs/models.js +652 -0
  81. package/dist/commonjs/models.js.map +1 -0
  82. package/dist/commonjs/package.json +3 -0
  83. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  84. package/dist/esm/azureKeyCredentialPolicy.d.ts +9 -0
  85. package/dist/esm/azureKeyCredentialPolicy.d.ts.map +1 -0
  86. package/dist/esm/azureKeyCredentialPolicy.js +22 -0
  87. package/dist/esm/azureKeyCredentialPolicy.js.map +1 -0
  88. package/dist/esm/constants.d.ts +3 -0
  89. package/dist/esm/constants.d.ts.map +1 -0
  90. package/dist/esm/constants.js +5 -0
  91. package/dist/esm/constants.js.map +1 -0
  92. package/dist/esm/conversationAnalysisClient.d.ts +63 -0
  93. package/dist/esm/conversationAnalysisClient.d.ts.map +1 -0
  94. package/dist/esm/conversationAnalysisClient.js +81 -0
  95. package/dist/esm/conversationAnalysisClient.js.map +1 -0
  96. package/dist/esm/generated/conversationAnalysisClient.d.ts +36 -0
  97. package/dist/esm/generated/conversationAnalysisClient.d.ts.map +1 -0
  98. package/dist/esm/generated/conversationAnalysisClient.js +202 -0
  99. package/dist/esm/generated/conversationAnalysisClient.js.map +1 -0
  100. package/dist/esm/generated/index.d.ts +3 -0
  101. package/dist/esm/generated/index.d.ts.map +1 -0
  102. package/dist/esm/generated/index.js +10 -0
  103. package/dist/esm/generated/index.js.map +1 -0
  104. package/dist/esm/generated/lroImpl.d.ts +16 -0
  105. package/dist/esm/generated/lroImpl.d.ts.map +1 -0
  106. package/dist/esm/generated/lroImpl.js +33 -0
  107. package/dist/esm/generated/lroImpl.js.map +1 -0
  108. package/dist/esm/generated/models/index.d.ts +1951 -0
  109. package/dist/esm/generated/models/index.d.ts.map +1 -0
  110. package/dist/esm/generated/models/index.js +656 -0
  111. package/dist/esm/generated/models/index.js.map +1 -0
  112. package/dist/esm/generated/models/mappers.d.ts +153 -0
  113. package/dist/esm/generated/models/mappers.d.ts.map +1 -0
  114. package/dist/{index.js → esm/generated/models/mappers.js} +404 -1395
  115. package/dist/esm/generated/models/mappers.js.map +1 -0
  116. package/dist/esm/generated/models/parameters.d.ts +8 -0
  117. package/dist/esm/generated/models/parameters.d.ts.map +1 -0
  118. package/dist/esm/generated/models/parameters.js +61 -0
  119. package/dist/esm/generated/models/parameters.js.map +1 -0
  120. package/dist/esm/index.d.ts +13 -0
  121. package/dist/esm/index.d.ts.map +1 -0
  122. package/dist/esm/index.js +15 -0
  123. package/dist/esm/index.js.map +1 -0
  124. package/dist/esm/models.d.ts +1953 -0
  125. package/dist/esm/models.d.ts.map +1 -0
  126. package/dist/esm/models.js +649 -0
  127. package/dist/esm/models.js.map +1 -0
  128. package/dist/esm/package.json +3 -0
  129. package/dist/react-native/azureKeyCredentialPolicy.d.ts +9 -0
  130. package/dist/react-native/azureKeyCredentialPolicy.d.ts.map +1 -0
  131. package/dist/react-native/azureKeyCredentialPolicy.js +22 -0
  132. package/dist/react-native/azureKeyCredentialPolicy.js.map +1 -0
  133. package/dist/react-native/constants.d.ts +3 -0
  134. package/dist/react-native/constants.d.ts.map +1 -0
  135. package/dist/react-native/constants.js +5 -0
  136. package/dist/react-native/constants.js.map +1 -0
  137. package/dist/react-native/conversationAnalysisClient.d.ts +63 -0
  138. package/dist/react-native/conversationAnalysisClient.d.ts.map +1 -0
  139. package/dist/react-native/conversationAnalysisClient.js +81 -0
  140. package/dist/react-native/conversationAnalysisClient.js.map +1 -0
  141. package/dist/react-native/generated/conversationAnalysisClient.d.ts +36 -0
  142. package/dist/react-native/generated/conversationAnalysisClient.d.ts.map +1 -0
  143. package/dist/react-native/generated/conversationAnalysisClient.js +202 -0
  144. package/dist/react-native/generated/conversationAnalysisClient.js.map +1 -0
  145. package/dist/react-native/generated/index.d.ts +3 -0
  146. package/dist/react-native/generated/index.d.ts.map +1 -0
  147. package/dist/react-native/generated/index.js +10 -0
  148. package/dist/react-native/generated/index.js.map +1 -0
  149. package/dist/react-native/generated/lroImpl.d.ts +16 -0
  150. package/dist/react-native/generated/lroImpl.d.ts.map +1 -0
  151. package/dist/react-native/generated/lroImpl.js +33 -0
  152. package/dist/react-native/generated/lroImpl.js.map +1 -0
  153. package/dist/react-native/generated/models/index.d.ts +1951 -0
  154. package/dist/react-native/generated/models/index.d.ts.map +1 -0
  155. package/dist/react-native/generated/models/index.js +656 -0
  156. package/dist/react-native/generated/models/index.js.map +1 -0
  157. package/dist/react-native/generated/models/mappers.d.ts +153 -0
  158. package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
  159. package/dist/react-native/generated/models/mappers.js +2842 -0
  160. package/dist/react-native/generated/models/mappers.js.map +1 -0
  161. package/dist/react-native/generated/models/parameters.d.ts +8 -0
  162. package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
  163. package/dist/react-native/generated/models/parameters.js +61 -0
  164. package/dist/react-native/generated/models/parameters.js.map +1 -0
  165. package/dist/react-native/index.d.ts +13 -0
  166. package/dist/react-native/index.d.ts.map +1 -0
  167. package/dist/react-native/index.js +15 -0
  168. package/dist/react-native/index.js.map +1 -0
  169. package/dist/react-native/models.d.ts +1953 -0
  170. package/dist/react-native/models.d.ts.map +1 -0
  171. package/dist/react-native/models.js +649 -0
  172. package/dist/react-native/models.js.map +1 -0
  173. package/dist/react-native/package.json +3 -0
  174. package/package.json +95 -100
  175. package/CHANGELOG.md +0 -5
  176. package/dist/index.js.map +0 -1
  177. package/dist-esm/samples-dev/sample_analyze_conversation_app.js +0 -74
  178. package/dist-esm/samples-dev/sample_analyze_conversation_app.js.map +0 -1
  179. package/dist-esm/samples-dev/sample_analyze_orchestration_app_conv_response.js +0 -89
  180. package/dist-esm/samples-dev/sample_analyze_orchestration_app_conv_response.js.map +0 -1
  181. package/dist-esm/samples-dev/sample_analyze_orchestration_app_luis_response.js +0 -65
  182. package/dist-esm/samples-dev/sample_analyze_orchestration_app_luis_response.js.map +0 -1
  183. package/dist-esm/samples-dev/sample_analyze_orchestration_app_qna_response.js +0 -66
  184. package/dist-esm/samples-dev/sample_analyze_orchestration_app_qna_response.js.map +0 -1
  185. package/dist-esm/samples-dev/sample_analyze_orchestration_direct_target.js +0 -76
  186. package/dist-esm/samples-dev/sample_analyze_orchestration_direct_target.js.map +0 -1
  187. package/dist-esm/samples-dev/sample_authentication.js +0 -44
  188. package/dist-esm/samples-dev/sample_authentication.js.map +0 -1
  189. package/dist-esm/samples-dev/sample_conv_pii_transcript_input.js +0 -112
  190. package/dist-esm/samples-dev/sample_conv_pii_transcript_input.js.map +0 -1
  191. package/dist-esm/samples-dev/sample_conv_summarization.js +0 -95
  192. package/dist-esm/samples-dev/sample_conv_summarization.js.map +0 -1
  193. package/dist-esm/src/azureKeyCredentialPolicy.js.map +0 -1
  194. package/dist-esm/src/conversationAnalysisClient.js.map +0 -1
  195. package/dist-esm/src/generated/index.js.map +0 -1
  196. package/dist-esm/src/generated/lroImpl.js.map +0 -1
  197. package/dist-esm/src/generated/models/mappers.js.map +0 -1
  198. package/dist-esm/src/index.js.map +0 -1
  199. package/dist-esm/src/models.js.map +0 -1
  200. package/dist-esm/test/public/analyze.spec.js +0 -159
  201. package/dist-esm/test/public/analyze.spec.js.map +0 -1
  202. package/dist-esm/test/public/inputs.js +0 -166
  203. package/dist-esm/test/public/inputs.js.map +0 -1
  204. package/dist-esm/test/public/utils/recordedClient.js +0 -50
  205. package/dist-esm/test/public/utils/recordedClient.js.map +0 -1
  206. package/review/ai-language-conversations.api.md +0 -1291
  207. package/rollup.config.js +0 -122
  208. package/tsconfig.json +0 -11
  209. package/types/samples-dev/sample_analyze_conversation_app.d.ts +0 -2
  210. package/types/samples-dev/sample_analyze_conversation_app.d.ts.map +0 -1
  211. package/types/samples-dev/sample_analyze_orchestration_app_conv_response.d.ts +0 -2
  212. package/types/samples-dev/sample_analyze_orchestration_app_conv_response.d.ts.map +0 -1
  213. package/types/samples-dev/sample_analyze_orchestration_app_luis_response.d.ts +0 -2
  214. package/types/samples-dev/sample_analyze_orchestration_app_luis_response.d.ts.map +0 -1
  215. package/types/samples-dev/sample_analyze_orchestration_app_qna_response.d.ts +0 -2
  216. package/types/samples-dev/sample_analyze_orchestration_app_qna_response.d.ts.map +0 -1
  217. package/types/samples-dev/sample_analyze_orchestration_direct_target.d.ts +0 -2
  218. package/types/samples-dev/sample_analyze_orchestration_direct_target.d.ts.map +0 -1
  219. package/types/samples-dev/sample_authentication.d.ts +0 -2
  220. package/types/samples-dev/sample_authentication.d.ts.map +0 -1
  221. package/types/samples-dev/sample_conv_pii_transcript_input.d.ts +0 -2
  222. package/types/samples-dev/sample_conv_pii_transcript_input.d.ts.map +0 -1
  223. package/types/samples-dev/sample_conv_summarization.d.ts +0 -2
  224. package/types/samples-dev/sample_conv_summarization.d.ts.map +0 -1
  225. package/types/src/azureKeyCredentialPolicy.d.ts.map +0 -1
  226. package/types/src/conversationAnalysisClient.d.ts.map +0 -1
  227. package/types/src/generated/conversationAnalysisClient.d.ts.map +0 -1
  228. package/types/src/generated/index.d.ts +0 -3
  229. package/types/src/generated/models/index.d.ts.map +0 -1
  230. package/types/src/models.d.ts.map +0 -1
  231. package/types/test/public/analyze.spec.d.ts +0 -2
  232. package/types/test/public/analyze.spec.d.ts.map +0 -1
  233. package/types/test/public/inputs.d.ts +0 -8
  234. package/types/test/public/inputs.d.ts.map +0 -1
  235. package/types/test/public/utils/recordedClient.d.ts +0 -16
  236. package/types/test/public/utils/recordedClient.d.ts.map +0 -1
  237. /package/{types/src → dist/browser}/constants.d.ts +0 -0
  238. /package/{types/src → dist/browser}/constants.d.ts.map +0 -0
  239. /package/{types/src → dist/browser}/generated/lroImpl.d.ts +0 -0
  240. /package/{types/src → dist/browser}/generated/lroImpl.d.ts.map +0 -0
  241. /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
  242. /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
  243. /package/{types/src → dist/browser}/generated/models/mappers.d.ts +0 -0
  244. /package/{types/src → dist/browser}/generated/models/mappers.d.ts.map +0 -0
  245. /package/{types/src → dist/browser}/generated/models/parameters.d.ts +0 -0
  246. /package/{types/src → dist/browser}/generated/models/parameters.d.ts.map +0 -0
@@ -1,95 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- /**
4
- * This sample demonstrates how to analyze a conversation for issue resolution
5
- *
6
- * @summary Conversation Summarization
7
- * @azsdk-weight 50
8
- */
9
- import { AzureKeyCredential } from "@azure/core-auth";
10
- import { ConversationAnalysisClient } from "@azure/ai-language-conversations";
11
- import * as dotenv from "dotenv";
12
- dotenv.config();
13
- //Get secrets
14
- //You will have to set these environment variables for the sample to work
15
- const cluEndpoint = process.env.AZURE_CONVERSATIONS_ENDPOINT || "https://dummyendpoint.cognitiveservices.azure.com";
16
- const cluKey = process.env.AZURE_CONVERSATIONS_KEY || "<api-key>";
17
- const service = new ConversationAnalysisClient(cluEndpoint, new AzureKeyCredential(cluKey));
18
- export async function main() {
19
- //Analyze query
20
- const poller = await service.beginConversationAnalysis({
21
- displayName: "Analyze conversations from xxx",
22
- analysisInput: {
23
- conversations: [
24
- {
25
- conversationItems: [
26
- {
27
- text: "Hello, how can I help you?",
28
- modality: "text",
29
- id: "1",
30
- participantId: "Agent",
31
- },
32
- {
33
- text: "How to upgrade Office? I am getting error messages the whole day.",
34
- modality: "text",
35
- id: "2",
36
- participantId: "Customer",
37
- },
38
- {
39
- text: "Press the upgrade button please. Then sign in and follow the instructions.",
40
- modality: "text",
41
- id: "3",
42
- participantId: "Agent",
43
- },
44
- ],
45
- modality: "text",
46
- id: "conversation1",
47
- language: "en",
48
- },
49
- ],
50
- },
51
- tasks: [
52
- {
53
- taskName: "analyze 1",
54
- kind: "ConversationalSummarizationTask",
55
- parameters: {
56
- summaryAspects: ["Issue, Resolution"],
57
- },
58
- },
59
- ],
60
- });
61
- const actionResult = await poller.pollUntilDone();
62
- if (actionResult.tasks.items === undefined)
63
- return;
64
- const task_result = actionResult.tasks.items[0];
65
- if (task_result.kind == "conversationalSummarizationResults") {
66
- console.log("... view task status ...");
67
- console.log("status: %s", task_result.status);
68
- const resolution_result = task_result.results;
69
- if (resolution_result.errors && resolution_result.errors.length != 0) {
70
- console.log("... errors occured ...");
71
- for (const error of resolution_result.errors) {
72
- console.log(error);
73
- }
74
- }
75
- else {
76
- const conversation_result = resolution_result.conversations[0];
77
- if (conversation_result.warnings && conversation_result.warnings.length != 0) {
78
- console.log("... view warnings ...");
79
- for (const warning of conversation_result.warnings) {
80
- console.log(warning);
81
- }
82
- }
83
- else {
84
- const summaries = conversation_result.summaries;
85
- console.log("... view task result ...");
86
- console.log("issue: %s", summaries[0].text);
87
- console.log("resolution: %s", summaries[1].text);
88
- }
89
- }
90
- }
91
- }
92
- main().catch((err) => {
93
- console.error("The sample encountered an error:", err);
94
- });
95
- //# sourceMappingURL=sample_conv_summarization.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sample_conv_summarization.js","sourceRoot":"","sources":["../../samples-dev/sample_conv_summarization.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * This sample demonstrates how to analyze a conversation for issue resolution\n *\n * @summary Conversation Summarization\n * @azsdk-weight 50\n */\n\nimport { AzureKeyCredential } from \"@azure/core-auth\";\nimport { ConversationAnalysisClient } from \"@azure/ai-language-conversations\";\nimport * as dotenv from \"dotenv\";\ndotenv.config();\n\n//Get secrets\n//You will have to set these environment variables for the sample to work\nconst cluEndpoint =\n process.env.AZURE_CONVERSATIONS_ENDPOINT || \"https://dummyendpoint.cognitiveservices.azure.com\";\nconst cluKey = process.env.AZURE_CONVERSATIONS_KEY || \"<api-key>\";\n\nconst service: ConversationAnalysisClient = new ConversationAnalysisClient(\n cluEndpoint,\n new AzureKeyCredential(cluKey)\n);\n\nexport async function main() {\n //Analyze query\n const poller = await service.beginConversationAnalysis({\n displayName: \"Analyze conversations from xxx\",\n analysisInput: {\n conversations: [\n {\n conversationItems: [\n {\n text: \"Hello, how can I help you?\",\n modality: \"text\",\n id: \"1\",\n participantId: \"Agent\",\n },\n {\n text: \"How to upgrade Office? I am getting error messages the whole day.\",\n modality: \"text\",\n id: \"2\",\n participantId: \"Customer\",\n },\n {\n text: \"Press the upgrade button please. Then sign in and follow the instructions.\",\n modality: \"text\",\n id: \"3\",\n participantId: \"Agent\",\n },\n ],\n modality: \"text\",\n id: \"conversation1\",\n language: \"en\",\n },\n ],\n },\n tasks: [\n {\n taskName: \"analyze 1\",\n kind: \"ConversationalSummarizationTask\",\n parameters: {\n summaryAspects: [\"Issue, Resolution\"],\n },\n },\n ],\n });\n\n const actionResult = await poller.pollUntilDone();\n if (actionResult.tasks.items === undefined) return;\n\n const task_result = actionResult.tasks.items[0];\n if (task_result.kind == \"conversationalSummarizationResults\") {\n console.log(\"... view task status ...\");\n console.log(\"status: %s\", task_result.status);\n const resolution_result = task_result.results;\n if (resolution_result.errors && resolution_result.errors.length != 0) {\n console.log(\"... errors occured ...\");\n for (const error of resolution_result.errors) {\n console.log(error);\n }\n } else {\n const conversation_result = resolution_result.conversations[0];\n if (conversation_result.warnings && conversation_result.warnings.length != 0) {\n console.log(\"... view warnings ...\");\n for (const warning of conversation_result.warnings) {\n console.log(warning);\n }\n } else {\n const summaries = conversation_result.summaries;\n console.log(\"... view task result ...\");\n console.log(\"issue: %s\", summaries[0].text);\n console.log(\"resolution: %s\", summaries[1].text);\n }\n }\n }\n}\n\nmain().catch((err) => {\n console.error(\"The sample encountered an error:\", err);\n});\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureKeyCredentialPolicy.js","sourceRoot":"","sources":["../../src/azureKeyCredentialPolicy.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAUlC,MAAM,mBAAmB,GAAG,2BAA2B,CAAC;AAExD;;GAEG;AACH,MAAM,gDAAgD,GACpD,8CAA8C,CAAC;AAEjD;;;;GAIG;AACH,MAAM,UAAU,4CAA4C,CAC1D,UAAyB;IAEzB,OAAO;QACL,IAAI,EAAE,gDAAgD;QACtD,WAAW,CAAC,OAAwB,EAAE,IAAiB;YACrD,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;YACzD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;QACvB,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n PipelinePolicy,\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport { KeyCredential } from \"@azure/core-auth\";\n\nconst API_KEY_HEADER_NAME = \"Ocp-Apim-Subscription-Key\";\n\n/**\n * The programmatic identifier of the conversationAnalysisAzureKeyCredentialPolicy.\n */\nconst conversationAnalysisAzureKeyCredentialPolicyName =\n \"conversationAnalysisAzureKeyCredentialPolicy\";\n\n/**\n * Create an HTTP pipeline policy to authenticate a request\n * using an `AzureKeyCredential` for Conversation Analysis\n * @internal\n */\nexport function conversationAnalysisAzureKeyCredentialPolicy(\n credential: KeyCredential\n): PipelinePolicy {\n return {\n name: conversationAnalysisAzureKeyCredentialPolicyName,\n sendRequest(request: PipelineRequest, next: SendRequest): Promise<PipelineResponse> {\n request.headers.set(API_KEY_HEADER_NAME, credential.key);\n return next(request);\n },\n };\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversationAnalysisClient.js","sourceRoot":"","sources":["../../src/conversationAnalysisClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAgBlC,OAAO,EAAE,uBAAuB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,EAAkC,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErF,OAAO,EAAiB,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,0BAA0B,IAAI,eAAe,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EAAE,+BAA+B,EAAE,MAAM,2BAA2B,CAAC;AAC5E,OAAO,EAAE,4CAA4C,EAAE,MAAM,4BAA4B,CAAC;AAE1F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAM,OAAO,0BAA0B;IAIrC;;;;;OAKG;IACH,YACE,QAAgB,EAChB,UAA2C,EAC3C,UAAoD,EAAE;QAEtD,IAAI,CAAC,OAAO,GAAG,IAAI,eAAe,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;QAEtD,IAAI,CAAC,QAAQ,GAAG,mBAAmB,CAAC;YAClC,WAAW,EAAE,kCAAkC;YAC/C,cAAc,EAAE,WAAW;YAC3B,SAAS,EAAE,6BAA6B;SACzC,CAAC,CAAC;QAEH,MAAM,UAAU,GAAG,iBAAiB,CAAC,UAAU,CAAC;YAC9C,CAAC,CAAC,+BAA+B,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,uBAAuB,EAAE,CAAC;YAClF,CAAC,CAAC,4CAA4C,CAAC,UAAU,CAAC,CAAC;QAE7D,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;IAC9C,CAAC;IAED;;;;OAIG;IACH,mBAAmB,CACjB,IAAkC,EAClC,OAA2C;QAE3C,OAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAC3B,gDAAgD,EAChD,OAAO,IAAI,EAAE,EACb,CAAC,cAAc,EAAE,EAAE,CACjB,IAAI,CAAC,OAAO,CAAC,mBAAmB,CAC9B,IAAI,EACJ,cAAc,CACyB,CAC5C,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,yBAAyB,CAC7B,IAAkC,EAClC,OAA4C;QAI5C,OAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAC3B,sDAAsD,EACtD,OAAO,IAAI,EAAE,EACb,CAAC,cAAc,EAAE,EAAE,CACjB,IAAI,CAAC,OAAO,CAAC,yBAAyB,CAAC,IAAI,EAAE,cAAc,CAE1D,CACJ,CAAC;IACJ,CAAC;CACF","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n */\n\nimport {\n AnalyzeConversationJobsInput,\n AnalyzeConversationOptionalParams,\n AnalyzeConversationResponse,\n AnalyzeConversationTaskUnion,\n ConversationAnalysisClientOptionalParams,\n ConversationAnalysisOptionalParams,\n ConversationAnalysisResponse,\n} from \"./models\";\nimport { DEFAULT_COGNITIVE_SCOPE, SDK_VERSION } from \"./constants\";\nimport { KeyCredential, TokenCredential, isTokenCredential } from \"@azure/core-auth\";\nimport { PollOperationState, PollerLike } from \"@azure/core-lro\";\nimport { TracingClient, createTracingClient } from \"@azure/core-tracing\";\nimport { ConversationAnalysisClient as GeneratedClient } from \"./generated\";\nimport { bearerTokenAuthenticationPolicy } from \"@azure/core-rest-pipeline\";\nimport { conversationAnalysisAzureKeyCredentialPolicy } from \"./azureKeyCredentialPolicy\";\n\n/**\n * A client for interacting with the conversational language understanding\n * features in Azure Cognitive Language Service.\n *\n * The client needs the endpoint of a Language resource and an authentication\n * method such as an API key or AAD. The API key and endpoint can be found in\n * the Language resource page in the Azure portal. They will be located in the\n * resource's Keys and Endpoint page, under Resource Management.\n *\n * ### Examples for authentication:\n *\n * #### API Key\n *\n * ```js\n * import { AzureKeyCredential } from \"@azure/core-auth\";\n * import { ConversationAnalysisClient } from \"@azure/ai-language-conversations\";\n *\n * const endpoint = \"https://<resource name>.cognitiveservices.azure.com\";\n * const credential = new AzureKeyCredential(\"<api key>\");\n *\n * const client = new ConversationAnalysisClient(endpoint, credential);\n * ```\n *\n * #### Azure Active Directory\n *\n * See the [`@azure/identity`](https://npmjs.com/package/\\@azure/identity)\n * package for more information about authenticating with Azure Active Directory.\n *\n * ```js\n * import { ConversationAnalysisClient } from \"@azure/ai-language-conversations\";\n * import { DefaultAzureCredential } from \"@azure/identity\";\n *\n * const endpoint = \"https://<resource name>.cognitiveservices.azure.com\";\n * const credential = new DefaultAzureCredential();\n *\n * const client = new ConversationAnalysisClient(endpoint, credential);\n * ```\n */\nexport class ConversationAnalysisClient {\n private readonly _client: GeneratedClient;\n private readonly _tracing: TracingClient;\n\n /**\n * Initializes a new instance of the ConversationAnalysisClient class.\n * @param endpoint - Supported Cognitive Services endpoint (e.g.,\n * https://<resource-name>.api.cognitiveservices.azure.com).\n * @param options - The parameter options\n */\n constructor(\n endpoint: string,\n credential: TokenCredential | KeyCredential,\n options: ConversationAnalysisClientOptionalParams = {}\n ) {\n this._client = new GeneratedClient(endpoint, options);\n\n this._tracing = createTracingClient({\n packageName: \"@azure/ai-language-conversations\",\n packageVersion: SDK_VERSION,\n namespace: \"Microsoft.CognitiveServices\",\n });\n\n const authPolicy = isTokenCredential(credential)\n ? bearerTokenAuthenticationPolicy({ credential, scopes: DEFAULT_COGNITIVE_SCOPE })\n : conversationAnalysisAzureKeyCredentialPolicy(credential);\n\n this._client.pipeline.addPolicy(authPolicy);\n }\n\n /**\n * Analyzes the input conversation utterance.\n * @param task - A single conversational task to execute.\n * @param options - The options parameters.\n */\n analyzeConversation(\n task: AnalyzeConversationTaskUnion,\n options?: AnalyzeConversationOptionalParams\n ): Promise<AnalyzeConversationResponse> {\n return this._tracing.withSpan(\n \"ConversationAnalysisClient.analyzeConversation\",\n options || {},\n (updatedOptions) =>\n this._client.analyzeConversation(\n task,\n updatedOptions\n ) as Promise<AnalyzeConversationResponse>\n );\n }\n\n /**\n * Submit a collection of conversations for analysis. Specify one or more unique tasks to be executed.\n * @param task - The collection of conversations to analyze and one or more tasks to execute.\n * @param options - The options parameters.\n */\n async beginConversationAnalysis(\n task: AnalyzeConversationJobsInput,\n options?: ConversationAnalysisOptionalParams\n ): Promise<\n PollerLike<PollOperationState<ConversationAnalysisResponse>, ConversationAnalysisResponse>\n > {\n return this._tracing.withSpan(\n \"ConversationAnalysisClient.beginConversationAnalysis\",\n options || {},\n (updatedOptions) =>\n this._client.beginConversationAnalysis(task, updatedOptions) as Promise<\n PollerLike<PollOperationState<ConversationAnalysisResponse>, ConversationAnalysisResponse>\n >\n );\n }\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./models\";\nexport { ConversationAnalysisClient } from \"./conversationAnalysisClient\";\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../../src/generated/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../src/generated/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const AnalyzeConversationTask: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationTask\",\n uberParent: \"AnalyzeConversationTask\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationTaskResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationTaskResult\",\n uberParent: \"AnalyzeConversationTaskResult\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"InnerErrorModel\"\n }\n }\n }\n }\n};\n\nexport const InnerErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InnerErrorModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"InnerErrorModel\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationJobsInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationJobsInput\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n analysisInput: {\n serializedName: \"analysisInput\",\n type: {\n name: \"Composite\",\n className: \"MultiLanguageConversationAnalysisInput\"\n }\n },\n tasks: {\n serializedName: \"tasks\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationLROTask\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MultiLanguageConversationAnalysisInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MultiLanguageConversationAnalysisInput\",\n modelProperties: {\n conversations: {\n serializedName: \"conversations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Conversation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Conversation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Conversation\",\n uberParent: \"Conversation\",\n polymorphicDiscriminator: {\n serializedName: \"modality\",\n clientName: \"modality\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n language: {\n serializedName: \"language\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n modality: {\n serializedName: \"modality\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n domain: {\n serializedName: \"domain\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TaskIdentifier: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskIdentifier\",\n modelProperties: {\n taskName: {\n serializedName: \"taskName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobStateAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobStateAutoGenerated\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n createdDateTime: {\n serializedName: \"createdDateTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n expirationDateTime: {\n serializedName: \"expirationDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n jobId: {\n serializedName: \"jobId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n lastUpdatedDateTime: {\n serializedName: \"lastUpdatedDateTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationTasksState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationTasksState\",\n modelProperties: {\n tasks: {\n serializedName: \"tasks\",\n type: {\n name: \"Composite\",\n className: \"ConversationTasksStateTasks\"\n }\n }\n }\n }\n};\n\nexport const ConversationTasksStateTasks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationTasksStateTasks\",\n modelProperties: {\n completed: {\n serializedName: \"completed\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n failed: {\n serializedName: \"failed\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n inProgress: {\n serializedName: \"inProgress\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n total: {\n serializedName: \"total\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n items: {\n serializedName: \"items\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationJobResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TaskStateAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskStateAutoGenerated\",\n modelProperties: {\n lastUpdateDateTime: {\n serializedName: \"lastUpdateDateTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationJobStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationJobStatistics\",\n modelProperties: {\n statistics: {\n serializedName: \"statistics\",\n type: {\n name: \"Composite\",\n className: \"ConversationRequestStatistics\"\n }\n }\n }\n }\n};\n\nexport const RequestStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequestStatistics\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n transactionsCount: {\n serializedName: \"transactionsCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ConversationAnalysisOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationAnalysisOptions\",\n modelProperties: {\n conversationItem: {\n serializedName: \"conversationItem\",\n type: {\n name: \"Composite\",\n className: \"ConversationItemBase\"\n }\n }\n }\n }\n};\n\nexport const ConversationItemBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationItemBase\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n participantId: {\n serializedName: \"participantId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\"\n }\n },\n modality: {\n serializedName: \"modality\",\n type: {\n name: \"String\"\n }\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationTaskParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationTaskParameters\",\n modelProperties: {\n projectName: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n deploymentName: {\n serializedName: \"deploymentName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n verbose: {\n serializedName: \"verbose\",\n type: {\n name: \"Boolean\"\n }\n },\n isLoggingEnabled: {\n serializedName: \"isLoggingEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n stringIndexType: {\n defaultValue: \"TextElements_v8\",\n serializedName: \"stringIndexType\",\n type: {\n name: \"String\"\n }\n },\n directTarget: {\n serializedName: \"directTarget\",\n type: {\n name: \"String\"\n }\n },\n targetProjectParameters: {\n serializedName: \"targetProjectParameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"AnalysisParameters\" }\n }\n }\n }\n }\n }\n};\n\nexport const AnalysisParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalysisParameters\",\n uberParent: \"AnalysisParameters\",\n polymorphicDiscriminator: {\n serializedName: \"targetProjectKind\",\n clientName: \"targetProjectKind\"\n },\n modelProperties: {\n targetProjectKind: {\n serializedName: \"targetProjectKind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n apiVersion: {\n serializedName: \"apiVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationResult\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n detectedLanguage: {\n serializedName: \"detectedLanguage\",\n type: {\n name: \"String\"\n }\n },\n prediction: {\n serializedName: \"prediction\",\n type: {\n name: \"Composite\",\n className: \"BasePrediction\"\n }\n }\n }\n }\n};\n\nexport const BasePrediction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BasePrediction\",\n uberParent: \"BasePrediction\",\n polymorphicDiscriminator: {\n serializedName: \"projectKind\",\n clientName: \"projectKind\"\n },\n modelProperties: {\n projectKind: {\n serializedName: \"projectKind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n topIntent: {\n serializedName: \"topIntent\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationResult\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n detectedLanguage: {\n serializedName: \"detectedLanguage\",\n type: {\n name: \"String\"\n }\n },\n prediction: {\n serializedName: \"prediction\",\n type: {\n name: \"Composite\",\n className: \"ConversationPrediction\"\n }\n }\n }\n }\n};\n\nexport const ConversationIntent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationIntent\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n confidence: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"confidenceScore\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ConversationEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationEntity\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n offset: {\n serializedName: \"offset\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n length: {\n serializedName: \"length\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n confidence: {\n serializedName: \"confidenceScore\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n resolutions: {\n serializedName: \"resolutions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BaseResolution\"\n }\n }\n }\n },\n extraInformation: {\n serializedName: \"extraInformation\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BaseExtraInformation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BaseResolution: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: {\n serializedName: \"resolutionKind\",\n clientName: \"resolutionKind\"\n },\n modelProperties: {\n resolutionKind: {\n serializedName: \"resolutionKind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BaseExtraInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseExtraInformation\",\n uberParent: \"BaseExtraInformation\",\n polymorphicDiscriminator: {\n serializedName: \"extraInformationKind\",\n clientName: \"extraInformationKind\"\n },\n modelProperties: {\n extraInformationKind: {\n serializedName: \"extraInformationKind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TargetIntentResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetIntentResult\",\n uberParent: \"TargetIntentResult\",\n polymorphicDiscriminator: {\n serializedName: \"targetProjectKind\",\n clientName: \"targetProjectKind\"\n },\n modelProperties: {\n targetProjectKind: {\n serializedName: \"targetProjectKind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n apiVersion: {\n serializedName: \"apiVersion\",\n type: {\n name: \"String\"\n }\n },\n confidence: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"confidenceScore\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const LuisCallingOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LuisCallingOptions\",\n modelProperties: {\n verbose: {\n serializedName: \"verbose\",\n type: {\n name: \"Boolean\"\n }\n },\n log: {\n serializedName: \"log\",\n type: {\n name: \"Boolean\"\n }\n },\n showAllIntents: {\n serializedName: \"show-all-intents\",\n type: {\n name: \"Boolean\"\n }\n },\n timezoneOffset: {\n serializedName: \"timezoneOffset\",\n type: {\n name: \"Number\"\n }\n },\n spellCheck: {\n serializedName: \"spellCheck\",\n type: {\n name: \"Boolean\"\n }\n },\n bingSpellCheckSubscriptionKey: {\n serializedName: \"bing-spell-check-subscription-key\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationCallingOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationCallingOptions\",\n modelProperties: {\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\"\n }\n },\n verbose: {\n serializedName: \"verbose\",\n type: {\n name: \"Boolean\"\n }\n },\n isLoggingEnabled: {\n serializedName: \"isLoggingEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AnswersOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnswersOptions\",\n modelProperties: {\n qnaId: {\n serializedName: \"qnaId\",\n type: {\n name: \"Number\"\n }\n },\n question: {\n serializedName: \"question\",\n type: {\n name: \"String\"\n }\n },\n top: {\n serializedName: \"top\",\n type: {\n name: \"Number\"\n }\n },\n userId: {\n serializedName: \"userId\",\n type: {\n name: \"String\"\n }\n },\n confidenceThreshold: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"confidenceScoreThreshold\",\n type: {\n name: \"Number\"\n }\n },\n answerContext: {\n serializedName: \"context\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswerContext\"\n }\n },\n rankerKind: {\n serializedName: \"rankerType\",\n type: {\n name: \"String\"\n }\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Composite\",\n className: \"QueryFilters\"\n }\n },\n shortAnswerOptions: {\n serializedName: \"answerSpanRequest\",\n type: {\n name: \"Composite\",\n className: \"ShortAnswerOptions\"\n }\n },\n includeUnstructuredSources: {\n serializedName: \"includeUnstructuredSources\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const KnowledgeBaseAnswerContext: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswerContext\",\n modelProperties: {\n previousQnaId: {\n serializedName: \"previousQnaId\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n previousQuestion: {\n serializedName: \"previousUserQuery\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryFilters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryFilters\",\n modelProperties: {\n metadataFilter: {\n serializedName: \"metadataFilter\",\n type: {\n name: \"Composite\",\n className: \"MetadataFilter\"\n }\n },\n sourceFilter: {\n serializedName: \"sourceFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n logicalOperation: {\n serializedName: \"logicalOperation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetadataFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataFilter\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetadataRecord\"\n }\n }\n }\n },\n logicalOperation: {\n serializedName: \"logicalOperation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetadataRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataRecord\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShortAnswerOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShortAnswerOptions\",\n modelProperties: {\n enable: {\n defaultValue: true,\n isConstant: true,\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n confidenceThreshold: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"confidenceScoreThreshold\",\n type: {\n name: \"Number\"\n }\n },\n top: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 1\n },\n serializedName: \"topAnswersWithSpan\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const QuantityResolution: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuantityResolution\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AnswersResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnswersResult\",\n modelProperties: {\n answers: {\n serializedName: \"answers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswer\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const KnowledgeBaseAnswer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswer\",\n modelProperties: {\n questions: {\n serializedName: \"questions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n answer: {\n serializedName: \"answer\",\n type: {\n name: \"String\"\n }\n },\n confidence: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"confidenceScore\",\n type: {\n name: \"Number\"\n }\n },\n qnaId: {\n serializedName: \"id\",\n type: {\n name: \"Number\"\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n dialog: {\n serializedName: \"dialog\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswerDialog\"\n }\n },\n shortAnswer: {\n serializedName: \"answerSpan\",\n type: {\n name: \"Composite\",\n className: \"AnswerSpan\"\n }\n }\n }\n }\n};\n\nexport const KnowledgeBaseAnswerDialog: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswerDialog\",\n modelProperties: {\n isContextOnly: {\n serializedName: \"isContextOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n prompts: {\n constraints: {\n MaxItems: 20\n },\n serializedName: \"prompts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswerPrompt\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const KnowledgeBaseAnswerPrompt: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAnswerPrompt\",\n modelProperties: {\n displayOrder: {\n serializedName: \"displayOrder\",\n type: {\n name: \"Number\"\n }\n },\n qnaId: {\n serializedName: \"qnaId\",\n type: {\n name: \"Number\"\n }\n },\n displayText: {\n constraints: {\n MaxLength: 200\n },\n serializedName: \"displayText\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AnswerSpan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnswerSpan\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n },\n confidence: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"confidenceScore\",\n type: {\n name: \"Number\"\n }\n },\n offset: {\n serializedName: \"offset\",\n type: {\n name: \"Number\"\n }\n },\n length: {\n serializedName: \"length\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const TaskParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskParameters\",\n modelProperties: {\n loggingOptOut: {\n defaultValue: false,\n serializedName: \"loggingOptOut\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConversationPIIItemResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationPIIItemResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n redactedContent: {\n serializedName: \"redactedContent\",\n type: {\n name: \"Composite\",\n className: \"RedactedTranscriptContent\"\n }\n },\n entities: {\n serializedName: \"entities\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Entity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RedactedTranscriptContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedactedTranscriptContent\",\n modelProperties: {\n itn: {\n serializedName: \"itn\",\n type: {\n name: \"String\"\n }\n },\n maskedItn: {\n serializedName: \"maskedItn\",\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n },\n lexical: {\n serializedName: \"lexical\",\n type: {\n name: \"String\"\n }\n },\n audioTimings: {\n serializedName: \"audioTimings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AudioTiming\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AudioTiming: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AudioTiming\",\n modelProperties: {\n offset: {\n serializedName: \"offset\",\n type: {\n name: \"Number\"\n }\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Entity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Entity\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n category: {\n serializedName: \"category\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n subcategory: {\n serializedName: \"subcategory\",\n type: {\n name: \"String\"\n }\n },\n offset: {\n serializedName: \"offset\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n length: {\n serializedName: \"length\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n confidenceScore: {\n serializedName: \"confidenceScore\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ConversationPIIResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationPIIResult\",\n modelProperties: {\n conversationItems: {\n serializedName: \"conversationItems\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConversationPIIItemResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConversationResultBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationResultBase\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n warnings: {\n serializedName: \"warnings\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InputWarning\"\n }\n }\n }\n },\n statistics: {\n serializedName: \"statistics\",\n type: {\n name: \"Composite\",\n className: \"ConversationStatistics\"\n }\n }\n }\n }\n};\n\nexport const InputWarning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputWarning\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n targetRef: {\n serializedName: \"targetRef\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationStatistics\",\n modelProperties: {\n transactionsCount: {\n serializedName: \"transactionsCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PreBuiltResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PreBuiltResult\",\n modelProperties: {\n errors: {\n serializedName: \"errors\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InputError\"\n }\n }\n }\n },\n statistics: {\n serializedName: \"statistics\",\n type: {\n name: \"Composite\",\n className: \"RequestStatistics\"\n }\n },\n modelVersion: {\n serializedName: \"modelVersion\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputError\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n }\n};\n\nexport const ConversationsSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationsSummaryResult\",\n modelProperties: {\n summaries: {\n serializedName: \"summaries\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConversationsSummaryResultSummariesItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SummaryResultItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryResultItem\",\n modelProperties: {\n aspect: {\n serializedName: \"aspect\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationalTask: coreClient.CompositeMapper = {\n serializedName: \"Conversation\",\n type: {\n name: \"Composite\",\n className: \"ConversationalTask\",\n uberParent: \"AnalyzeConversationTask\",\n polymorphicDiscriminator:\n AnalyzeConversationTask.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalyzeConversationTask.type.modelProperties,\n analysisInput: {\n serializedName: \"analysisInput\",\n type: {\n name: \"Composite\",\n className: \"ConversationAnalysisOptions\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"ConversationTaskParameters\"\n }\n }\n }\n }\n};\n\nexport const ConversationalTaskResult: coreClient.CompositeMapper = {\n serializedName: \"ConversationResult\",\n type: {\n name: \"Composite\",\n className: \"ConversationalTaskResult\",\n uberParent: \"AnalyzeConversationTaskResult\",\n polymorphicDiscriminator:\n AnalyzeConversationTaskResult.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalyzeConversationTaskResult.type.modelProperties,\n result: {\n serializedName: \"result\",\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationResult\"\n }\n }\n }\n }\n};\n\nexport const TextConversation: coreClient.CompositeMapper = {\n serializedName: \"text\",\n type: {\n name: \"Composite\",\n className: \"TextConversation\",\n uberParent: \"Conversation\",\n polymorphicDiscriminator: Conversation.type.polymorphicDiscriminator,\n modelProperties: {\n ...Conversation.type.modelProperties,\n conversationItems: {\n serializedName: \"conversationItems\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TextConversationItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TranscriptConversation: coreClient.CompositeMapper = {\n serializedName: \"transcript\",\n type: {\n name: \"Composite\",\n className: \"TranscriptConversation\",\n uberParent: \"Conversation\",\n polymorphicDiscriminator: Conversation.type.polymorphicDiscriminator,\n modelProperties: {\n ...Conversation.type.modelProperties,\n conversationItems: {\n serializedName: \"conversationItems\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TranscriptConversationItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationLROTask: coreClient.CompositeMapper = {\n serializedName: \"AnalyzeConversationLROTask\",\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationLROTask\",\n uberParent: \"TaskIdentifier\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...TaskIdentifier.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationJobResult: coreClient.CompositeMapper = {\n serializedName: \"AnalyzeConversationJobResult\",\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationJobResult\",\n uberParent: \"TaskStateAutoGenerated\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...TaskStateAutoGenerated.type.modelProperties,\n ...TaskIdentifier.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationJobState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationJobState\",\n modelProperties: {\n ...JobStateAutoGenerated.type.modelProperties,\n ...ConversationTasksState.type.modelProperties,\n ...AnalyzeConversationJobStatistics.type.modelProperties\n }\n }\n};\n\nexport const ConversationRequestStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationRequestStatistics\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...RequestStatistics.type.modelProperties,\n conversationsCount: {\n serializedName: \"conversationsCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n validConversationsCount: {\n serializedName: \"validConversationsCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n erroneousConversationsCount: {\n serializedName: \"erroneousConversationsCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const TextConversationItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TextConversationItem\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ConversationItemBase.type.modelProperties,\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TranscriptConversationItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TranscriptConversationItem\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ConversationItemBase.type.modelProperties,\n itn: {\n serializedName: \"itn\",\n type: {\n name: \"String\"\n }\n },\n maskedItn: {\n serializedName: \"maskedItn\",\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n },\n lexical: {\n serializedName: \"lexical\",\n type: {\n name: \"String\"\n }\n },\n audioTimings: {\n serializedName: \"audioTimings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WordLevelTiming\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LuisParameters: coreClient.CompositeMapper = {\n serializedName: \"Luis\",\n type: {\n name: \"Composite\",\n className: \"LuisParameters\",\n uberParent: \"AnalysisParameters\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: AnalysisParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalysisParameters.type.modelProperties,\n query: {\n constraints: {\n MaxLength: 500\n },\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n callingOptions: {\n serializedName: \"callingOptions\",\n type: {\n name: \"Composite\",\n className: \"LuisCallingOptions\"\n }\n }\n }\n }\n};\n\nexport const ConversationParameters: coreClient.CompositeMapper = {\n serializedName: \"Conversation\",\n type: {\n name: \"Composite\",\n className: \"ConversationParameters\",\n uberParent: \"AnalysisParameters\",\n polymorphicDiscriminator: AnalysisParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalysisParameters.type.modelProperties,\n callingOptions: {\n serializedName: \"callingOptions\",\n type: {\n name: \"Composite\",\n className: \"ConversationCallingOptions\"\n }\n }\n }\n }\n};\n\nexport const QuestionAnsweringParameters: coreClient.CompositeMapper = {\n serializedName: \"QuestionAnswering\",\n type: {\n name: \"Composite\",\n className: \"QuestionAnsweringParameters\",\n uberParent: \"AnalysisParameters\",\n polymorphicDiscriminator: AnalysisParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalysisParameters.type.modelProperties,\n callingOptions: {\n serializedName: \"callingOptions\",\n type: {\n name: \"Composite\",\n className: \"AnswersOptions\"\n }\n }\n }\n }\n};\n\nexport const ConversationPrediction: coreClient.CompositeMapper = {\n serializedName: \"Conversation\",\n type: {\n name: \"Composite\",\n className: \"ConversationPrediction\",\n uberParent: \"BasePrediction\",\n polymorphicDiscriminator: BasePrediction.type.polymorphicDiscriminator,\n modelProperties: {\n ...BasePrediction.type.modelProperties,\n intents: {\n serializedName: \"intents\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConversationIntent\"\n }\n }\n }\n },\n entities: {\n serializedName: \"entities\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConversationEntity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OrchestrationPrediction: coreClient.CompositeMapper = {\n serializedName: \"Orchestration\",\n type: {\n name: \"Composite\",\n className: \"OrchestrationPrediction\",\n uberParent: \"BasePrediction\",\n polymorphicDiscriminator: BasePrediction.type.polymorphicDiscriminator,\n modelProperties: {\n ...BasePrediction.type.modelProperties,\n intents: {\n serializedName: \"intents\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"TargetIntentResult\" }\n }\n }\n }\n }\n }\n};\n\nexport const AgeResolution: coreClient.CompositeMapper = {\n serializedName: \"Age\",\n type: {\n name: \"Composite\",\n className: \"AgeResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VolumeResolution: coreClient.CompositeMapper = {\n serializedName: \"Volume\",\n type: {\n name: \"Composite\",\n className: \"VolumeResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SpeedResolution: coreClient.CompositeMapper = {\n serializedName: \"Speed\",\n type: {\n name: \"Composite\",\n className: \"SpeedResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AreaResolution: coreClient.CompositeMapper = {\n serializedName: \"Area\",\n type: {\n name: \"Composite\",\n className: \"AreaResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LengthResolution: coreClient.CompositeMapper = {\n serializedName: \"Length\",\n type: {\n name: \"Composite\",\n className: \"LengthResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InformationResolution: coreClient.CompositeMapper = {\n serializedName: \"Information\",\n type: {\n name: \"Composite\",\n className: \"InformationResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TemperatureResolution: coreClient.CompositeMapper = {\n serializedName: \"Temperature\",\n type: {\n name: \"Composite\",\n className: \"TemperatureResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WeightResolution: coreClient.CompositeMapper = {\n serializedName: \"Weight\",\n type: {\n name: \"Composite\",\n className: \"WeightResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CurrencyResolution: coreClient.CompositeMapper = {\n serializedName: \"Currency\",\n type: {\n name: \"Composite\",\n className: \"CurrencyResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n ...QuantityResolution.type.modelProperties,\n iso4217: {\n serializedName: \"ISO4217\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BooleanResolution: coreClient.CompositeMapper = {\n serializedName: \"Boolean\",\n type: {\n name: \"Composite\",\n className: \"BooleanResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DateTimeResolution: coreClient.CompositeMapper = {\n serializedName: \"DateTime\",\n type: {\n name: \"Composite\",\n className: \"DateTimeResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n timex: {\n serializedName: \"timex\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dateTimeSubKind: {\n serializedName: \"dateTimeSubKind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n modifier: {\n serializedName: \"modifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NumberResolution: coreClient.CompositeMapper = {\n serializedName: \"Number\",\n type: {\n name: \"Composite\",\n className: \"NumberResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n numberKind: {\n serializedName: \"numberKind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OrdinalResolution: coreClient.CompositeMapper = {\n serializedName: \"Ordinal\",\n type: {\n name: \"Composite\",\n className: \"OrdinalResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n offset: {\n serializedName: \"offset\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n relativeTo: {\n serializedName: \"relativeTo\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TemporalSpanResolution: coreClient.CompositeMapper = {\n serializedName: \"TemporalSpan\",\n type: {\n name: \"Composite\",\n className: \"TemporalSpanResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n begin: {\n serializedName: \"begin\",\n type: {\n name: \"String\"\n }\n },\n end: {\n serializedName: \"end\",\n type: {\n name: \"String\"\n }\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"String\"\n }\n },\n modifier: {\n serializedName: \"modifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NumericRangeResolution: coreClient.CompositeMapper = {\n serializedName: \"NumericRange\",\n type: {\n name: \"Composite\",\n className: \"NumericRangeResolution\",\n uberParent: \"BaseResolution\",\n polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseResolution.type.modelProperties,\n rangeKind: {\n serializedName: \"rangeKind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n minimum: {\n serializedName: \"minimum\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n serializedName: \"maximum\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const EntitySubtype: coreClient.CompositeMapper = {\n serializedName: \"EntitySubtype\",\n type: {\n name: \"Composite\",\n className: \"EntitySubtype\",\n uberParent: \"BaseExtraInformation\",\n polymorphicDiscriminator:\n BaseExtraInformation.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseExtraInformation.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListKey: coreClient.CompositeMapper = {\n serializedName: \"ListKey\",\n type: {\n name: \"Composite\",\n className: \"ListKey\",\n uberParent: \"BaseExtraInformation\",\n polymorphicDiscriminator:\n BaseExtraInformation.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseExtraInformation.type.modelProperties,\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NoneLinkedTargetIntentResult: coreClient.CompositeMapper = {\n serializedName: \"NonLinked\",\n type: {\n name: \"Composite\",\n className: \"NoneLinkedTargetIntentResult\",\n uberParent: \"TargetIntentResult\",\n polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,\n modelProperties: {\n ...TargetIntentResult.type.modelProperties,\n result: {\n serializedName: \"result\",\n type: {\n name: \"Composite\",\n className: \"ConversationResult\"\n }\n }\n }\n }\n};\n\nexport const ConversationTargetIntentResult: coreClient.CompositeMapper = {\n serializedName: \"Conversation\",\n type: {\n name: \"Composite\",\n className: \"ConversationTargetIntentResult\",\n uberParent: \"TargetIntentResult\",\n polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,\n modelProperties: {\n ...TargetIntentResult.type.modelProperties,\n result: {\n serializedName: \"result\",\n type: {\n name: \"Composite\",\n className: \"ConversationResult\"\n }\n }\n }\n }\n};\n\nexport const LuisTargetIntentResult: coreClient.CompositeMapper = {\n serializedName: \"Luis\",\n type: {\n name: \"Composite\",\n className: \"LuisTargetIntentResult\",\n uberParent: \"TargetIntentResult\",\n polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,\n modelProperties: {\n ...TargetIntentResult.type.modelProperties,\n result: {\n serializedName: \"result\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const QuestionAnsweringTargetIntentResult: coreClient.CompositeMapper = {\n serializedName: \"QuestionAnswering\",\n type: {\n name: \"Composite\",\n className: \"QuestionAnsweringTargetIntentResult\",\n uberParent: \"TargetIntentResult\",\n polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,\n modelProperties: {\n ...TargetIntentResult.type.modelProperties,\n result: {\n serializedName: \"result\",\n type: {\n name: \"Composite\",\n className: \"AnswersResult\"\n }\n }\n }\n }\n};\n\nexport const PreBuiltTaskParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PreBuiltTaskParameters\",\n modelProperties: {\n ...TaskParameters.type.modelProperties,\n modelVersion: {\n defaultValue: \"latest\",\n serializedName: \"modelVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WordLevelTiming: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WordLevelTiming\",\n modelProperties: {\n ...AudioTiming.type.modelProperties,\n word: {\n serializedName: \"word\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationPIIResultsConversationsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationPIIResultsConversationsItem\",\n modelProperties: {\n ...ConversationPIIResult.type.modelProperties,\n ...ConversationResultBase.type.modelProperties\n }\n }\n};\n\nexport const SummaryResultConversationsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryResultConversationsItem\",\n modelProperties: {\n ...ConversationsSummaryResult.type.modelProperties,\n ...ConversationResultBase.type.modelProperties\n }\n }\n};\n\nexport const ConversationPIIResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationPIIResults\",\n modelProperties: {\n ...PreBuiltResult.type.modelProperties,\n conversations: {\n serializedName: \"conversations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConversationPIIResultsConversationsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryResult\",\n modelProperties: {\n ...PreBuiltResult.type.modelProperties,\n conversations: {\n serializedName: \"conversations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SummaryResultConversationsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConversationsSummaryResultSummariesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationsSummaryResultSummariesItem\",\n modelProperties: {\n ...SummaryResultItem.type.modelProperties\n }\n }\n};\n\nexport const AnalyzeConversationPIITask: coreClient.CompositeMapper = {\n serializedName: \"ConversationalPIITask\",\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationPIITask\",\n uberParent: \"TaskIdentifier\",\n polymorphicDiscriminator: TaskIdentifier.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalyzeConversationLROTask.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"ConversationPIITaskParameters\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationSummarizationTask: coreClient.CompositeMapper = {\n serializedName: \"ConversationalSummarizationTask\",\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationSummarizationTask\",\n uberParent: \"TaskIdentifier\",\n polymorphicDiscriminator: TaskIdentifier.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalyzeConversationLROTask.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"ConversationSummarizationTaskParameters\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationPIIResult: coreClient.CompositeMapper = {\n serializedName: \"ConversationalPIIResults\",\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationPIIResult\",\n uberParent: \"TaskStateAutoGenerated\",\n polymorphicDiscriminator:\n TaskStateAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalyzeConversationJobResult.type.modelProperties,\n results: {\n serializedName: \"results\",\n type: {\n name: \"Composite\",\n className: \"ConversationPIIResults\"\n }\n }\n }\n }\n};\n\nexport const AnalyzeConversationSummarizationResult: coreClient.CompositeMapper = {\n serializedName: \"ConversationalSummarizationResults\",\n type: {\n name: \"Composite\",\n className: \"AnalyzeConversationSummarizationResult\",\n uberParent: \"TaskStateAutoGenerated\",\n polymorphicDiscriminator:\n TaskStateAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...AnalyzeConversationJobResult.type.modelProperties,\n results: {\n serializedName: \"results\",\n type: {\n name: \"Composite\",\n className: \"SummaryResult\"\n }\n }\n }\n }\n};\n\nexport const ConversationPIITaskParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationPIITaskParameters\",\n modelProperties: {\n ...PreBuiltTaskParameters.type.modelProperties,\n piiCategories: {\n constraints: {\n UniqueItems: true\n },\n serializedName: \"piiCategories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n includeAudioRedaction: {\n defaultValue: false,\n serializedName: \"includeAudioRedaction\",\n type: {\n name: \"Boolean\"\n }\n },\n redactionSource: {\n serializedName: \"redactionSource\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationSummarizationTaskParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationSummarizationTaskParameters\",\n modelProperties: {\n ...PreBuiltTaskParameters.type.modelProperties,\n summaryAspects: {\n serializedName: \"summaryAspects\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConversationAnalysisClientAnalyzeConversationExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationAnalysisClientAnalyzeConversationExceptionHeaders\",\n modelProperties: {\n xMsErrorCode: {\n serializedName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConversationAnalysisClientConversationAnalysisHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConversationAnalysisClientConversationAnalysisHeaders\",\n modelProperties: {\n operationLocation: {\n serializedName: \"operation-location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n AnalyzeConversationTask: AnalyzeConversationTask,\n AnalyzeConversationTaskResult: AnalyzeConversationTaskResult,\n Conversation: Conversation,\n AnalysisParameters: AnalysisParameters,\n BasePrediction: BasePrediction,\n BaseResolution: BaseResolution,\n BaseExtraInformation: BaseExtraInformation,\n TargetIntentResult: TargetIntentResult,\n \"AnalyzeConversationTask.Conversation\": ConversationalTask,\n \"AnalyzeConversationTaskResult.ConversationResult\": ConversationalTaskResult,\n \"Conversation.text\": TextConversation,\n \"Conversation.transcript\": TranscriptConversation,\n \"TaskIdentifier.AnalyzeConversationLROTask\": AnalyzeConversationLROTask,\n \"TaskStateAutoGenerated.AnalyzeConversationJobResult\": AnalyzeConversationJobResult,\n \"AnalysisParameters.Luis\": LuisParameters,\n \"AnalysisParameters.Conversation\": ConversationParameters,\n \"AnalysisParameters.QuestionAnswering\": QuestionAnsweringParameters,\n \"BasePrediction.Conversation\": ConversationPrediction,\n \"BasePrediction.Orchestration\": OrchestrationPrediction,\n \"BaseResolution.Age\": AgeResolution,\n \"BaseResolution.Volume\": VolumeResolution,\n \"BaseResolution.Speed\": SpeedResolution,\n \"BaseResolution.Area\": AreaResolution,\n \"BaseResolution.Length\": LengthResolution,\n \"BaseResolution.Information\": InformationResolution,\n \"BaseResolution.Temperature\": TemperatureResolution,\n \"BaseResolution.Weight\": WeightResolution,\n \"BaseResolution.Currency\": CurrencyResolution,\n \"BaseResolution.Boolean\": BooleanResolution,\n \"BaseResolution.DateTime\": DateTimeResolution,\n \"BaseResolution.Number\": NumberResolution,\n \"BaseResolution.Ordinal\": OrdinalResolution,\n \"BaseResolution.TemporalSpan\": TemporalSpanResolution,\n \"BaseResolution.NumericRange\": NumericRangeResolution,\n \"BaseExtraInformation.EntitySubtype\": EntitySubtype,\n \"BaseExtraInformation.ListKey\": ListKey,\n \"TargetIntentResult.NonLinked\": NoneLinkedTargetIntentResult,\n \"TargetIntentResult.Conversation\": ConversationTargetIntentResult,\n \"TargetIntentResult.Luis\": LuisTargetIntentResult,\n \"TargetIntentResult.QuestionAnswering\": QuestionAnsweringTargetIntentResult,\n \"TaskIdentifier.ConversationalPIITask\": AnalyzeConversationPIITask,\n \"TaskIdentifier.ConversationalSummarizationTask\": AnalyzeConversationSummarizationTask,\n \"TaskStateAutoGenerated.ConversationalPIIResults\": AnalyzeConversationPIIResult,\n \"TaskStateAutoGenerated.ConversationalSummarizationResults\": AnalyzeConversationSummarizationResult\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;;;;;;;GAQG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,cAAc,UAAU,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/**\n * [Azure Cognitive Language Services](https://docs.microsoft.com/azure/cognitive-services/language-service/overview)\n * is a suite of natural language processing (NLP) skills built with\n * best-in-class Microsoft machine learning algorithms used to analyze\n * unstructured text for actions such as sentiment analysis, key phrase\n * extraction, and language detection.\n *\n * @packageDocumentation\n */\n\nexport { AzureKeyCredential } from \"@azure/core-auth\";\n\nexport { ConversationAnalysisClient } from \"./conversationAnalysisClient\";\nexport * from \"./models\";\n"]}