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