@azure/ai-language-conversations 1.0.0-alpha.20241203.1 → 1.0.0-alpha.20241205.3

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