@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
@@ -0,0 +1,659 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownSummaryAspect = exports.KnownTranscriptContentType = exports.KnownConversationPIICategory = exports.KnownRangeKind = exports.KnownRelativeTo = exports.KnownNumberKind = exports.KnownTemporalModifier = exports.KnownDateTimeSubKind = exports.KnownWeightUnit = exports.KnownTemperatureUnit = exports.KnownInformationUnit = exports.KnownLengthUnit = exports.KnownAreaUnit = exports.KnownSpeedUnit = exports.KnownVolumeUnit = exports.KnownAgeUnit = exports.KnownLogicalOperationKind = exports.KnownRankerKind = exports.KnownExtraInformationKind = exports.KnownResolutionKind = exports.KnownProjectKind = exports.KnownTargetProjectKind = exports.KnownStringIndexType = exports.KnownRole = exports.KnownTaskState = exports.KnownAnalyzeConversationResultsKind = exports.KnownJobState = exports.KnownAnalyzeConversationLROTaskKind = exports.KnownConversationDomain = exports.KnownInputModality = exports.KnownInnerErrorCode = exports.KnownErrorCode = exports.KnownAnalyzeConversationTaskResultsKind = exports.KnownAnalyzeConversationTaskKind = void 0;
11
+ /** Known values of {@link AnalyzeConversationTaskKind} that the service accepts. */
12
+ var KnownAnalyzeConversationTaskKind;
13
+ (function (KnownAnalyzeConversationTaskKind) {
14
+ /** Conversation */
15
+ KnownAnalyzeConversationTaskKind["Conversation"] = "Conversation";
16
+ })(KnownAnalyzeConversationTaskKind || (exports.KnownAnalyzeConversationTaskKind = KnownAnalyzeConversationTaskKind = {}));
17
+ /** Known values of {@link AnalyzeConversationTaskResultsKind} that the service accepts. */
18
+ var KnownAnalyzeConversationTaskResultsKind;
19
+ (function (KnownAnalyzeConversationTaskResultsKind) {
20
+ /** ConversationResult */
21
+ KnownAnalyzeConversationTaskResultsKind["ConversationResult"] = "ConversationResult";
22
+ })(KnownAnalyzeConversationTaskResultsKind || (exports.KnownAnalyzeConversationTaskResultsKind = KnownAnalyzeConversationTaskResultsKind = {}));
23
+ /** Known values of {@link ErrorCode} that the service accepts. */
24
+ var KnownErrorCode;
25
+ (function (KnownErrorCode) {
26
+ /** InvalidRequest */
27
+ KnownErrorCode["InvalidRequest"] = "InvalidRequest";
28
+ /** InvalidArgument */
29
+ KnownErrorCode["InvalidArgument"] = "InvalidArgument";
30
+ /** Unauthorized */
31
+ KnownErrorCode["Unauthorized"] = "Unauthorized";
32
+ /** Forbidden */
33
+ KnownErrorCode["Forbidden"] = "Forbidden";
34
+ /** NotFound */
35
+ KnownErrorCode["NotFound"] = "NotFound";
36
+ /** ProjectNotFound */
37
+ KnownErrorCode["ProjectNotFound"] = "ProjectNotFound";
38
+ /** OperationNotFound */
39
+ KnownErrorCode["OperationNotFound"] = "OperationNotFound";
40
+ /** AzureCognitiveSearchNotFound */
41
+ KnownErrorCode["AzureCognitiveSearchNotFound"] = "AzureCognitiveSearchNotFound";
42
+ /** AzureCognitiveSearchIndexNotFound */
43
+ KnownErrorCode["AzureCognitiveSearchIndexNotFound"] = "AzureCognitiveSearchIndexNotFound";
44
+ /** TooManyRequests */
45
+ KnownErrorCode["TooManyRequests"] = "TooManyRequests";
46
+ /** AzureCognitiveSearchThrottling */
47
+ KnownErrorCode["AzureCognitiveSearchThrottling"] = "AzureCognitiveSearchThrottling";
48
+ /** AzureCognitiveSearchIndexLimitReached */
49
+ KnownErrorCode["AzureCognitiveSearchIndexLimitReached"] = "AzureCognitiveSearchIndexLimitReached";
50
+ /** InternalServerError */
51
+ KnownErrorCode["InternalServerError"] = "InternalServerError";
52
+ /** ServiceUnavailable */
53
+ KnownErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
54
+ /** Timeout */
55
+ KnownErrorCode["Timeout"] = "Timeout";
56
+ /** QuotaExceeded */
57
+ KnownErrorCode["QuotaExceeded"] = "QuotaExceeded";
58
+ /** Conflict */
59
+ KnownErrorCode["Conflict"] = "Conflict";
60
+ /** Warning */
61
+ KnownErrorCode["Warning"] = "Warning";
62
+ })(KnownErrorCode || (exports.KnownErrorCode = KnownErrorCode = {}));
63
+ /** Known values of {@link InnerErrorCode} that the service accepts. */
64
+ var KnownInnerErrorCode;
65
+ (function (KnownInnerErrorCode) {
66
+ /** InvalidRequest */
67
+ KnownInnerErrorCode["InvalidRequest"] = "InvalidRequest";
68
+ /** InvalidParameterValue */
69
+ KnownInnerErrorCode["InvalidParameterValue"] = "InvalidParameterValue";
70
+ /** KnowledgeBaseNotFound */
71
+ KnownInnerErrorCode["KnowledgeBaseNotFound"] = "KnowledgeBaseNotFound";
72
+ /** AzureCognitiveSearchNotFound */
73
+ KnownInnerErrorCode["AzureCognitiveSearchNotFound"] = "AzureCognitiveSearchNotFound";
74
+ /** AzureCognitiveSearchThrottling */
75
+ KnownInnerErrorCode["AzureCognitiveSearchThrottling"] = "AzureCognitiveSearchThrottling";
76
+ /** ExtractionFailure */
77
+ KnownInnerErrorCode["ExtractionFailure"] = "ExtractionFailure";
78
+ /** InvalidRequestBodyFormat */
79
+ KnownInnerErrorCode["InvalidRequestBodyFormat"] = "InvalidRequestBodyFormat";
80
+ /** EmptyRequest */
81
+ KnownInnerErrorCode["EmptyRequest"] = "EmptyRequest";
82
+ /** MissingInputDocuments */
83
+ KnownInnerErrorCode["MissingInputDocuments"] = "MissingInputDocuments";
84
+ /** InvalidDocument */
85
+ KnownInnerErrorCode["InvalidDocument"] = "InvalidDocument";
86
+ /** ModelVersionIncorrect */
87
+ KnownInnerErrorCode["ModelVersionIncorrect"] = "ModelVersionIncorrect";
88
+ /** InvalidDocumentBatch */
89
+ KnownInnerErrorCode["InvalidDocumentBatch"] = "InvalidDocumentBatch";
90
+ /** UnsupportedLanguageCode */
91
+ KnownInnerErrorCode["UnsupportedLanguageCode"] = "UnsupportedLanguageCode";
92
+ /** InvalidCountryHint */
93
+ KnownInnerErrorCode["InvalidCountryHint"] = "InvalidCountryHint";
94
+ })(KnownInnerErrorCode || (exports.KnownInnerErrorCode = KnownInnerErrorCode = {}));
95
+ /** Known values of {@link InputModality} that the service accepts. */
96
+ var KnownInputModality;
97
+ (function (KnownInputModality) {
98
+ /** Transcript */
99
+ KnownInputModality["Transcript"] = "transcript";
100
+ /** Text */
101
+ KnownInputModality["Text"] = "text";
102
+ })(KnownInputModality || (exports.KnownInputModality = KnownInputModality = {}));
103
+ /** Known values of {@link ConversationDomain} that the service accepts. */
104
+ var KnownConversationDomain;
105
+ (function (KnownConversationDomain) {
106
+ /** Finance */
107
+ KnownConversationDomain["Finance"] = "finance";
108
+ /** Healthcare */
109
+ KnownConversationDomain["Healthcare"] = "healthcare";
110
+ /** Generic */
111
+ KnownConversationDomain["Generic"] = "generic";
112
+ })(KnownConversationDomain || (exports.KnownConversationDomain = KnownConversationDomain = {}));
113
+ /** Known values of {@link AnalyzeConversationLROTaskKind} that the service accepts. */
114
+ var KnownAnalyzeConversationLROTaskKind;
115
+ (function (KnownAnalyzeConversationLROTaskKind) {
116
+ /** ConversationalPIITask */
117
+ KnownAnalyzeConversationLROTaskKind["ConversationalPIITask"] = "ConversationalPIITask";
118
+ /** ConversationalSummarizationTask */
119
+ KnownAnalyzeConversationLROTaskKind["ConversationalSummarizationTask"] = "ConversationalSummarizationTask";
120
+ })(KnownAnalyzeConversationLROTaskKind || (exports.KnownAnalyzeConversationLROTaskKind = KnownAnalyzeConversationLROTaskKind = {}));
121
+ /** Known values of {@link JobState} that the service accepts. */
122
+ var KnownJobState;
123
+ (function (KnownJobState) {
124
+ /** NotStarted */
125
+ KnownJobState["NotStarted"] = "notStarted";
126
+ /** Running */
127
+ KnownJobState["Running"] = "running";
128
+ /** Succeeded */
129
+ KnownJobState["Succeeded"] = "succeeded";
130
+ /** PartiallyCompleted */
131
+ KnownJobState["PartiallyCompleted"] = "partiallyCompleted";
132
+ /** Failed */
133
+ KnownJobState["Failed"] = "failed";
134
+ /** Cancelled */
135
+ KnownJobState["Cancelled"] = "cancelled";
136
+ /** Cancelling */
137
+ KnownJobState["Cancelling"] = "cancelling";
138
+ })(KnownJobState || (exports.KnownJobState = KnownJobState = {}));
139
+ /** Known values of {@link AnalyzeConversationResultsKind} that the service accepts. */
140
+ var KnownAnalyzeConversationResultsKind;
141
+ (function (KnownAnalyzeConversationResultsKind) {
142
+ /** ConversationalPIIResults */
143
+ KnownAnalyzeConversationResultsKind["ConversationalPIIResults"] = "ConversationalPIIResults";
144
+ /** ConversationalSummarizationResults */
145
+ KnownAnalyzeConversationResultsKind["ConversationalSummarizationResults"] = "ConversationalSummarizationResults";
146
+ })(KnownAnalyzeConversationResultsKind || (exports.KnownAnalyzeConversationResultsKind = KnownAnalyzeConversationResultsKind = {}));
147
+ /** Known values of {@link TaskState} that the service accepts. */
148
+ var KnownTaskState;
149
+ (function (KnownTaskState) {
150
+ /** NotStarted */
151
+ KnownTaskState["NotStarted"] = "notStarted";
152
+ /** Running */
153
+ KnownTaskState["Running"] = "running";
154
+ /** Succeeded */
155
+ KnownTaskState["Succeeded"] = "succeeded";
156
+ /** Failed */
157
+ KnownTaskState["Failed"] = "failed";
158
+ /** Cancelled */
159
+ KnownTaskState["Cancelled"] = "cancelled";
160
+ /** Cancelling */
161
+ KnownTaskState["Cancelling"] = "cancelling";
162
+ })(KnownTaskState || (exports.KnownTaskState = KnownTaskState = {}));
163
+ /** Known values of {@link Role} that the service accepts. */
164
+ var KnownRole;
165
+ (function (KnownRole) {
166
+ /** Agent */
167
+ KnownRole["Agent"] = "agent";
168
+ /** Customer */
169
+ KnownRole["Customer"] = "customer";
170
+ /** Generic */
171
+ KnownRole["Generic"] = "generic";
172
+ })(KnownRole || (exports.KnownRole = KnownRole = {}));
173
+ /** Known values of {@link StringIndexType} that the service accepts. */
174
+ var KnownStringIndexType;
175
+ (function (KnownStringIndexType) {
176
+ /** Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo. */
177
+ KnownStringIndexType["TextElementsV8"] = "TextElements_v8";
178
+ /** Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python. */
179
+ KnownStringIndexType["UnicodeCodePoint"] = "UnicodeCodePoint";
180
+ /** Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. */
181
+ KnownStringIndexType["Utf16CodeUnit"] = "Utf16CodeUnit";
182
+ })(KnownStringIndexType || (exports.KnownStringIndexType = KnownStringIndexType = {}));
183
+ /** Known values of {@link TargetProjectKind} that the service accepts. */
184
+ var KnownTargetProjectKind;
185
+ (function (KnownTargetProjectKind) {
186
+ /** Luis */
187
+ KnownTargetProjectKind["Luis"] = "Luis";
188
+ /** Conversation */
189
+ KnownTargetProjectKind["Conversation"] = "Conversation";
190
+ /** QuestionAnswering */
191
+ KnownTargetProjectKind["QuestionAnswering"] = "QuestionAnswering";
192
+ /** NonLinked */
193
+ KnownTargetProjectKind["NonLinked"] = "NonLinked";
194
+ })(KnownTargetProjectKind || (exports.KnownTargetProjectKind = KnownTargetProjectKind = {}));
195
+ /** Known values of {@link ProjectKind} that the service accepts. */
196
+ var KnownProjectKind;
197
+ (function (KnownProjectKind) {
198
+ /** Conversation */
199
+ KnownProjectKind["Conversation"] = "Conversation";
200
+ /** Orchestration */
201
+ KnownProjectKind["Orchestration"] = "Orchestration";
202
+ })(KnownProjectKind || (exports.KnownProjectKind = KnownProjectKind = {}));
203
+ /** Known values of {@link ResolutionKind} that the service accepts. */
204
+ var KnownResolutionKind;
205
+ (function (KnownResolutionKind) {
206
+ /** Boolean */
207
+ KnownResolutionKind["Boolean"] = "Boolean";
208
+ /** DateTime */
209
+ KnownResolutionKind["DateTime"] = "DateTime";
210
+ /** Number */
211
+ KnownResolutionKind["Number"] = "Number";
212
+ /** Ordinal */
213
+ KnownResolutionKind["Ordinal"] = "Ordinal";
214
+ /** Speed */
215
+ KnownResolutionKind["Speed"] = "Speed";
216
+ /** Weight */
217
+ KnownResolutionKind["Weight"] = "Weight";
218
+ /** Length */
219
+ KnownResolutionKind["Length"] = "Length";
220
+ /** Volume */
221
+ KnownResolutionKind["Volume"] = "Volume";
222
+ /** Area */
223
+ KnownResolutionKind["Area"] = "Area";
224
+ /** Age */
225
+ KnownResolutionKind["Age"] = "Age";
226
+ /** Information */
227
+ KnownResolutionKind["Information"] = "Information";
228
+ /** Temperature */
229
+ KnownResolutionKind["Temperature"] = "Temperature";
230
+ /** Currency */
231
+ KnownResolutionKind["Currency"] = "Currency";
232
+ /** NumericRange */
233
+ KnownResolutionKind["NumericRange"] = "NumericRange";
234
+ /** TemporalSpan */
235
+ KnownResolutionKind["TemporalSpan"] = "TemporalSpan";
236
+ })(KnownResolutionKind || (exports.KnownResolutionKind = KnownResolutionKind = {}));
237
+ /** Known values of {@link ExtraInformationKind} that the service accepts. */
238
+ var KnownExtraInformationKind;
239
+ (function (KnownExtraInformationKind) {
240
+ /** EntitySubtype */
241
+ KnownExtraInformationKind["EntitySubtype"] = "EntitySubtype";
242
+ /** ListKey */
243
+ KnownExtraInformationKind["ListKey"] = "ListKey";
244
+ })(KnownExtraInformationKind || (exports.KnownExtraInformationKind = KnownExtraInformationKind = {}));
245
+ /** Known values of {@link RankerKind} that the service accepts. */
246
+ var KnownRankerKind;
247
+ (function (KnownRankerKind) {
248
+ /** Question only ranker. */
249
+ KnownRankerKind["QuestionOnly"] = "QuestionOnly";
250
+ /** Default ranker. */
251
+ KnownRankerKind["Default"] = "Default";
252
+ })(KnownRankerKind || (exports.KnownRankerKind = KnownRankerKind = {}));
253
+ /** Known values of {@link LogicalOperationKind} that the service accepts. */
254
+ var KnownLogicalOperationKind;
255
+ (function (KnownLogicalOperationKind) {
256
+ /** AND */
257
+ KnownLogicalOperationKind["AND"] = "AND";
258
+ /** OR */
259
+ KnownLogicalOperationKind["OR"] = "OR";
260
+ })(KnownLogicalOperationKind || (exports.KnownLogicalOperationKind = KnownLogicalOperationKind = {}));
261
+ /** Known values of {@link AgeUnit} that the service accepts. */
262
+ var KnownAgeUnit;
263
+ (function (KnownAgeUnit) {
264
+ /** Unspecified */
265
+ KnownAgeUnit["Unspecified"] = "Unspecified";
266
+ /** Year */
267
+ KnownAgeUnit["Year"] = "Year";
268
+ /** Month */
269
+ KnownAgeUnit["Month"] = "Month";
270
+ /** Week */
271
+ KnownAgeUnit["Week"] = "Week";
272
+ /** Day */
273
+ KnownAgeUnit["Day"] = "Day";
274
+ })(KnownAgeUnit || (exports.KnownAgeUnit = KnownAgeUnit = {}));
275
+ /** Known values of {@link VolumeUnit} that the service accepts. */
276
+ var KnownVolumeUnit;
277
+ (function (KnownVolumeUnit) {
278
+ /** Unspecified */
279
+ KnownVolumeUnit["Unspecified"] = "Unspecified";
280
+ /** CubicMeter */
281
+ KnownVolumeUnit["CubicMeter"] = "CubicMeter";
282
+ /** CubicCentimeter */
283
+ KnownVolumeUnit["CubicCentimeter"] = "CubicCentimeter";
284
+ /** CubicMillimeter */
285
+ KnownVolumeUnit["CubicMillimeter"] = "CubicMillimeter";
286
+ /** Hectoliter */
287
+ KnownVolumeUnit["Hectoliter"] = "Hectoliter";
288
+ /** Decaliter */
289
+ KnownVolumeUnit["Decaliter"] = "Decaliter";
290
+ /** Liter */
291
+ KnownVolumeUnit["Liter"] = "Liter";
292
+ /** Centiliter */
293
+ KnownVolumeUnit["Centiliter"] = "Centiliter";
294
+ /** Milliliter */
295
+ KnownVolumeUnit["Milliliter"] = "Milliliter";
296
+ /** CubicYard */
297
+ KnownVolumeUnit["CubicYard"] = "CubicYard";
298
+ /** CubicInch */
299
+ KnownVolumeUnit["CubicInch"] = "CubicInch";
300
+ /** CubicFoot */
301
+ KnownVolumeUnit["CubicFoot"] = "CubicFoot";
302
+ /** CubicMile */
303
+ KnownVolumeUnit["CubicMile"] = "CubicMile";
304
+ /** FluidOunce */
305
+ KnownVolumeUnit["FluidOunce"] = "FluidOunce";
306
+ /** Teaspoon */
307
+ KnownVolumeUnit["Teaspoon"] = "Teaspoon";
308
+ /** Tablespoon */
309
+ KnownVolumeUnit["Tablespoon"] = "Tablespoon";
310
+ /** Pint */
311
+ KnownVolumeUnit["Pint"] = "Pint";
312
+ /** Quart */
313
+ KnownVolumeUnit["Quart"] = "Quart";
314
+ /** Cup */
315
+ KnownVolumeUnit["Cup"] = "Cup";
316
+ /** Gill */
317
+ KnownVolumeUnit["Gill"] = "Gill";
318
+ /** Pinch */
319
+ KnownVolumeUnit["Pinch"] = "Pinch";
320
+ /** FluidDram */
321
+ KnownVolumeUnit["FluidDram"] = "FluidDram";
322
+ /** Barrel */
323
+ KnownVolumeUnit["Barrel"] = "Barrel";
324
+ /** Minim */
325
+ KnownVolumeUnit["Minim"] = "Minim";
326
+ /** Cord */
327
+ KnownVolumeUnit["Cord"] = "Cord";
328
+ /** Peck */
329
+ KnownVolumeUnit["Peck"] = "Peck";
330
+ /** Bushel */
331
+ KnownVolumeUnit["Bushel"] = "Bushel";
332
+ /** Hogshead */
333
+ KnownVolumeUnit["Hogshead"] = "Hogshead";
334
+ })(KnownVolumeUnit || (exports.KnownVolumeUnit = KnownVolumeUnit = {}));
335
+ /** Known values of {@link SpeedUnit} that the service accepts. */
336
+ var KnownSpeedUnit;
337
+ (function (KnownSpeedUnit) {
338
+ /** Unspecified */
339
+ KnownSpeedUnit["Unspecified"] = "Unspecified";
340
+ /** MetersPerSecond */
341
+ KnownSpeedUnit["MetersPerSecond"] = "MetersPerSecond";
342
+ /** KilometersPerHour */
343
+ KnownSpeedUnit["KilometersPerHour"] = "KilometersPerHour";
344
+ /** KilometersPerMinute */
345
+ KnownSpeedUnit["KilometersPerMinute"] = "KilometersPerMinute";
346
+ /** KilometersPerSecond */
347
+ KnownSpeedUnit["KilometersPerSecond"] = "KilometersPerSecond";
348
+ /** MilesPerHour */
349
+ KnownSpeedUnit["MilesPerHour"] = "MilesPerHour";
350
+ /** Knot */
351
+ KnownSpeedUnit["Knot"] = "Knot";
352
+ /** FootPerSecond */
353
+ KnownSpeedUnit["FootPerSecond"] = "FootPerSecond";
354
+ /** FootPerMinute */
355
+ KnownSpeedUnit["FootPerMinute"] = "FootPerMinute";
356
+ /** YardsPerMinute */
357
+ KnownSpeedUnit["YardsPerMinute"] = "YardsPerMinute";
358
+ /** YardsPerSecond */
359
+ KnownSpeedUnit["YardsPerSecond"] = "YardsPerSecond";
360
+ /** MetersPerMillisecond */
361
+ KnownSpeedUnit["MetersPerMillisecond"] = "MetersPerMillisecond";
362
+ /** CentimetersPerMillisecond */
363
+ KnownSpeedUnit["CentimetersPerMillisecond"] = "CentimetersPerMillisecond";
364
+ /** KilometersPerMillisecond */
365
+ KnownSpeedUnit["KilometersPerMillisecond"] = "KilometersPerMillisecond";
366
+ })(KnownSpeedUnit || (exports.KnownSpeedUnit = KnownSpeedUnit = {}));
367
+ /** Known values of {@link AreaUnit} that the service accepts. */
368
+ var KnownAreaUnit;
369
+ (function (KnownAreaUnit) {
370
+ /** Unspecified */
371
+ KnownAreaUnit["Unspecified"] = "Unspecified";
372
+ /** SquareKilometer */
373
+ KnownAreaUnit["SquareKilometer"] = "SquareKilometer";
374
+ /** SquareHectometer */
375
+ KnownAreaUnit["SquareHectometer"] = "SquareHectometer";
376
+ /** SquareDecameter */
377
+ KnownAreaUnit["SquareDecameter"] = "SquareDecameter";
378
+ /** SquareDecimeter */
379
+ KnownAreaUnit["SquareDecimeter"] = "SquareDecimeter";
380
+ /** SquareMeter */
381
+ KnownAreaUnit["SquareMeter"] = "SquareMeter";
382
+ /** SquareCentimeter */
383
+ KnownAreaUnit["SquareCentimeter"] = "SquareCentimeter";
384
+ /** SquareMillimeter */
385
+ KnownAreaUnit["SquareMillimeter"] = "SquareMillimeter";
386
+ /** SquareInch */
387
+ KnownAreaUnit["SquareInch"] = "SquareInch";
388
+ /** SquareFoot */
389
+ KnownAreaUnit["SquareFoot"] = "SquareFoot";
390
+ /** SquareMile */
391
+ KnownAreaUnit["SquareMile"] = "SquareMile";
392
+ /** SquareYard */
393
+ KnownAreaUnit["SquareYard"] = "SquareYard";
394
+ /** Acre */
395
+ KnownAreaUnit["Acre"] = "Acre";
396
+ })(KnownAreaUnit || (exports.KnownAreaUnit = KnownAreaUnit = {}));
397
+ /** Known values of {@link LengthUnit} that the service accepts. */
398
+ var KnownLengthUnit;
399
+ (function (KnownLengthUnit) {
400
+ /** Unspecified */
401
+ KnownLengthUnit["Unspecified"] = "Unspecified";
402
+ /** Kilometer */
403
+ KnownLengthUnit["Kilometer"] = "Kilometer";
404
+ /** Hectometer */
405
+ KnownLengthUnit["Hectometer"] = "Hectometer";
406
+ /** Decameter */
407
+ KnownLengthUnit["Decameter"] = "Decameter";
408
+ /** Meter */
409
+ KnownLengthUnit["Meter"] = "Meter";
410
+ /** Decimeter */
411
+ KnownLengthUnit["Decimeter"] = "Decimeter";
412
+ /** Centimeter */
413
+ KnownLengthUnit["Centimeter"] = "Centimeter";
414
+ /** Millimeter */
415
+ KnownLengthUnit["Millimeter"] = "Millimeter";
416
+ /** Micrometer */
417
+ KnownLengthUnit["Micrometer"] = "Micrometer";
418
+ /** Nanometer */
419
+ KnownLengthUnit["Nanometer"] = "Nanometer";
420
+ /** Picometer */
421
+ KnownLengthUnit["Picometer"] = "Picometer";
422
+ /** Mile */
423
+ KnownLengthUnit["Mile"] = "Mile";
424
+ /** Yard */
425
+ KnownLengthUnit["Yard"] = "Yard";
426
+ /** Inch */
427
+ KnownLengthUnit["Inch"] = "Inch";
428
+ /** Foot */
429
+ KnownLengthUnit["Foot"] = "Foot";
430
+ /** LightYear */
431
+ KnownLengthUnit["LightYear"] = "LightYear";
432
+ /** Pt */
433
+ KnownLengthUnit["Pt"] = "Pt";
434
+ })(KnownLengthUnit || (exports.KnownLengthUnit = KnownLengthUnit = {}));
435
+ /** Known values of {@link InformationUnit} that the service accepts. */
436
+ var KnownInformationUnit;
437
+ (function (KnownInformationUnit) {
438
+ /** Unspecified */
439
+ KnownInformationUnit["Unspecified"] = "Unspecified";
440
+ /** Bit */
441
+ KnownInformationUnit["Bit"] = "Bit";
442
+ /** Kilobit */
443
+ KnownInformationUnit["Kilobit"] = "Kilobit";
444
+ /** Megabit */
445
+ KnownInformationUnit["Megabit"] = "Megabit";
446
+ /** Gigabit */
447
+ KnownInformationUnit["Gigabit"] = "Gigabit";
448
+ /** Terabit */
449
+ KnownInformationUnit["Terabit"] = "Terabit";
450
+ /** Petabit */
451
+ KnownInformationUnit["Petabit"] = "Petabit";
452
+ /** Byte */
453
+ KnownInformationUnit["Byte"] = "Byte";
454
+ /** Kilobyte */
455
+ KnownInformationUnit["Kilobyte"] = "Kilobyte";
456
+ /** Megabyte */
457
+ KnownInformationUnit["Megabyte"] = "Megabyte";
458
+ /** Gigabyte */
459
+ KnownInformationUnit["Gigabyte"] = "Gigabyte";
460
+ /** Terabyte */
461
+ KnownInformationUnit["Terabyte"] = "Terabyte";
462
+ /** Petabyte */
463
+ KnownInformationUnit["Petabyte"] = "Petabyte";
464
+ })(KnownInformationUnit || (exports.KnownInformationUnit = KnownInformationUnit = {}));
465
+ /** Known values of {@link TemperatureUnit} that the service accepts. */
466
+ var KnownTemperatureUnit;
467
+ (function (KnownTemperatureUnit) {
468
+ /** Unspecified */
469
+ KnownTemperatureUnit["Unspecified"] = "Unspecified";
470
+ /** Fahrenheit */
471
+ KnownTemperatureUnit["Fahrenheit"] = "Fahrenheit";
472
+ /** Kelvin */
473
+ KnownTemperatureUnit["Kelvin"] = "Kelvin";
474
+ /** Rankine */
475
+ KnownTemperatureUnit["Rankine"] = "Rankine";
476
+ /** Celsius */
477
+ KnownTemperatureUnit["Celsius"] = "Celsius";
478
+ })(KnownTemperatureUnit || (exports.KnownTemperatureUnit = KnownTemperatureUnit = {}));
479
+ /** Known values of {@link WeightUnit} that the service accepts. */
480
+ var KnownWeightUnit;
481
+ (function (KnownWeightUnit) {
482
+ /** Unspecified */
483
+ KnownWeightUnit["Unspecified"] = "Unspecified";
484
+ /** Kilogram */
485
+ KnownWeightUnit["Kilogram"] = "Kilogram";
486
+ /** Gram */
487
+ KnownWeightUnit["Gram"] = "Gram";
488
+ /** Milligram */
489
+ KnownWeightUnit["Milligram"] = "Milligram";
490
+ /** Gallon */
491
+ KnownWeightUnit["Gallon"] = "Gallon";
492
+ /** MetricTon */
493
+ KnownWeightUnit["MetricTon"] = "MetricTon";
494
+ /** Ton */
495
+ KnownWeightUnit["Ton"] = "Ton";
496
+ /** Pound */
497
+ KnownWeightUnit["Pound"] = "Pound";
498
+ /** Ounce */
499
+ KnownWeightUnit["Ounce"] = "Ounce";
500
+ /** Grain */
501
+ KnownWeightUnit["Grain"] = "Grain";
502
+ /** PennyWeight */
503
+ KnownWeightUnit["PennyWeight"] = "PennyWeight";
504
+ /** LongTonBritish */
505
+ KnownWeightUnit["LongTonBritish"] = "LongTonBritish";
506
+ /** ShortTonUS */
507
+ KnownWeightUnit["ShortTonUS"] = "ShortTonUS";
508
+ /** ShortHundredWeightUS */
509
+ KnownWeightUnit["ShortHundredWeightUS"] = "ShortHundredWeightUS";
510
+ /** Stone */
511
+ KnownWeightUnit["Stone"] = "Stone";
512
+ /** Dram */
513
+ KnownWeightUnit["Dram"] = "Dram";
514
+ })(KnownWeightUnit || (exports.KnownWeightUnit = KnownWeightUnit = {}));
515
+ /** Known values of {@link DateTimeSubKind} that the service accepts. */
516
+ var KnownDateTimeSubKind;
517
+ (function (KnownDateTimeSubKind) {
518
+ /** Time */
519
+ KnownDateTimeSubKind["Time"] = "Time";
520
+ /** Date */
521
+ KnownDateTimeSubKind["Date"] = "Date";
522
+ /** DateTime */
523
+ KnownDateTimeSubKind["DateTime"] = "DateTime";
524
+ /** Duration */
525
+ KnownDateTimeSubKind["Duration"] = "Duration";
526
+ /** Set */
527
+ KnownDateTimeSubKind["Set"] = "Set";
528
+ })(KnownDateTimeSubKind || (exports.KnownDateTimeSubKind = KnownDateTimeSubKind = {}));
529
+ /** Known values of {@link TemporalModifier} that the service accepts. */
530
+ var KnownTemporalModifier;
531
+ (function (KnownTemporalModifier) {
532
+ /** AfterApprox */
533
+ KnownTemporalModifier["AfterApprox"] = "AfterApprox";
534
+ /** Before */
535
+ KnownTemporalModifier["Before"] = "Before";
536
+ /** BeforeStart */
537
+ KnownTemporalModifier["BeforeStart"] = "BeforeStart";
538
+ /** Approx */
539
+ KnownTemporalModifier["Approx"] = "Approx";
540
+ /** ReferenceUndefined */
541
+ KnownTemporalModifier["ReferenceUndefined"] = "ReferenceUndefined";
542
+ /** SinceEnd */
543
+ KnownTemporalModifier["SinceEnd"] = "SinceEnd";
544
+ /** AfterMid */
545
+ KnownTemporalModifier["AfterMid"] = "AfterMid";
546
+ /** Start */
547
+ KnownTemporalModifier["Start"] = "Start";
548
+ /** After */
549
+ KnownTemporalModifier["After"] = "After";
550
+ /** BeforeEnd */
551
+ KnownTemporalModifier["BeforeEnd"] = "BeforeEnd";
552
+ /** Until */
553
+ KnownTemporalModifier["Until"] = "Until";
554
+ /** End */
555
+ KnownTemporalModifier["End"] = "End";
556
+ /** Less */
557
+ KnownTemporalModifier["Less"] = "Less";
558
+ /** Since */
559
+ KnownTemporalModifier["Since"] = "Since";
560
+ /** AfterStart */
561
+ KnownTemporalModifier["AfterStart"] = "AfterStart";
562
+ /** BeforeApprox */
563
+ KnownTemporalModifier["BeforeApprox"] = "BeforeApprox";
564
+ /** Mid */
565
+ KnownTemporalModifier["Mid"] = "Mid";
566
+ /** More */
567
+ KnownTemporalModifier["More"] = "More";
568
+ })(KnownTemporalModifier || (exports.KnownTemporalModifier = KnownTemporalModifier = {}));
569
+ /** Known values of {@link NumberKind} that the service accepts. */
570
+ var KnownNumberKind;
571
+ (function (KnownNumberKind) {
572
+ /** Integer */
573
+ KnownNumberKind["Integer"] = "Integer";
574
+ /** Decimal */
575
+ KnownNumberKind["Decimal"] = "Decimal";
576
+ /** Power */
577
+ KnownNumberKind["Power"] = "Power";
578
+ /** Fraction */
579
+ KnownNumberKind["Fraction"] = "Fraction";
580
+ /** Percent */
581
+ KnownNumberKind["Percent"] = "Percent";
582
+ /** Unspecified */
583
+ KnownNumberKind["Unspecified"] = "Unspecified";
584
+ })(KnownNumberKind || (exports.KnownNumberKind = KnownNumberKind = {}));
585
+ /** Known values of {@link RelativeTo} that the service accepts. */
586
+ var KnownRelativeTo;
587
+ (function (KnownRelativeTo) {
588
+ /** Current */
589
+ KnownRelativeTo["Current"] = "Current";
590
+ /** End */
591
+ KnownRelativeTo["End"] = "End";
592
+ /** Start */
593
+ KnownRelativeTo["Start"] = "Start";
594
+ })(KnownRelativeTo || (exports.KnownRelativeTo = KnownRelativeTo = {}));
595
+ /** Known values of {@link RangeKind} that the service accepts. */
596
+ var KnownRangeKind;
597
+ (function (KnownRangeKind) {
598
+ /** Number */
599
+ KnownRangeKind["Number"] = "Number";
600
+ /** Speed */
601
+ KnownRangeKind["Speed"] = "Speed";
602
+ /** Weight */
603
+ KnownRangeKind["Weight"] = "Weight";
604
+ /** Length */
605
+ KnownRangeKind["Length"] = "Length";
606
+ /** Volume */
607
+ KnownRangeKind["Volume"] = "Volume";
608
+ /** Area */
609
+ KnownRangeKind["Area"] = "Area";
610
+ /** Age */
611
+ KnownRangeKind["Age"] = "Age";
612
+ /** Information */
613
+ KnownRangeKind["Information"] = "Information";
614
+ /** Temperature */
615
+ KnownRangeKind["Temperature"] = "Temperature";
616
+ /** Currency */
617
+ KnownRangeKind["Currency"] = "Currency";
618
+ })(KnownRangeKind || (exports.KnownRangeKind = KnownRangeKind = {}));
619
+ /** Known values of {@link ConversationPIICategory} that the service accepts. */
620
+ var KnownConversationPIICategory;
621
+ (function (KnownConversationPIICategory) {
622
+ /** Address */
623
+ KnownConversationPIICategory["Address"] = "Address";
624
+ /** CreditCard */
625
+ KnownConversationPIICategory["CreditCard"] = "CreditCard";
626
+ /** Email */
627
+ KnownConversationPIICategory["Email"] = "Email";
628
+ /** Name */
629
+ KnownConversationPIICategory["Name"] = "Name";
630
+ /** NumericIdentifier */
631
+ KnownConversationPIICategory["NumericIdentifier"] = "NumericIdentifier";
632
+ /** PhoneNumber */
633
+ KnownConversationPIICategory["PhoneNumber"] = "PhoneNumber";
634
+ /** All */
635
+ KnownConversationPIICategory["All"] = "All";
636
+ /** Default */
637
+ KnownConversationPIICategory["Default"] = "Default";
638
+ })(KnownConversationPIICategory || (exports.KnownConversationPIICategory = KnownConversationPIICategory = {}));
639
+ /** Known values of {@link TranscriptContentType} that the service accepts. */
640
+ var KnownTranscriptContentType;
641
+ (function (KnownTranscriptContentType) {
642
+ /** Lexical */
643
+ KnownTranscriptContentType["Lexical"] = "lexical";
644
+ /** Itn */
645
+ KnownTranscriptContentType["Itn"] = "itn";
646
+ /** MaskedItn */
647
+ KnownTranscriptContentType["MaskedItn"] = "maskedItn";
648
+ /** Text */
649
+ KnownTranscriptContentType["Text"] = "text";
650
+ })(KnownTranscriptContentType || (exports.KnownTranscriptContentType = KnownTranscriptContentType = {}));
651
+ /** Known values of {@link SummaryAspect} that the service accepts. */
652
+ var KnownSummaryAspect;
653
+ (function (KnownSummaryAspect) {
654
+ /** Issue */
655
+ KnownSummaryAspect["Issue"] = "issue";
656
+ /** Resolution */
657
+ KnownSummaryAspect["Resolution"] = "resolution";
658
+ })(KnownSummaryAspect || (exports.KnownSummaryAspect = KnownSummaryAspect = {}));
659
+ //# sourceMappingURL=index.js.map