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