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