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