@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
@@ -1,14 +1,14 @@
1
- import * as coreClient from "@azure/core-client";
2
- export declare type AnalyzeConversationTaskUnion = ConversationalTask;
3
- export declare type AnalyzeConversationTaskResultUnion = ConversationalTaskResult;
4
- export declare type ConversationUnion = TextConversation | TranscriptConversation;
5
- export declare type AnalysisParametersUnion = LuisParameters | ConversationParameters | QuestionAnsweringParameters;
6
- export declare type BasePredictionUnion = ConversationPrediction | OrchestrationPrediction;
7
- export declare type BaseResolutionUnion = AgeResolution | VolumeResolution | SpeedResolution | AreaResolution | LengthResolution | InformationResolution | TemperatureResolution | WeightResolution | CurrencyResolution | BooleanResolution | DateTimeResolution | NumberResolution | OrdinalResolution | TemporalSpanResolution | NumericRangeResolution;
8
- export declare type BaseExtraInformationUnion = EntitySubtype | ListKey;
9
- export declare type TargetIntentResultUnion = NoneLinkedTargetIntentResult | ConversationTargetIntentResult | LuisTargetIntentResult | QuestionAnsweringTargetIntentResult;
10
- export declare type AnalyzeConversationLROTaskUnion = AnalyzeConversationPIITask | AnalyzeConversationSummarizationTask;
11
- export declare type AnalyzeConversationJobResultUnion = AnalyzeConversationPIIResult | AnalyzeConversationSummarizationResult;
1
+ import type * as coreClient from "@azure/core-client";
2
+ export type AnalyzeConversationTaskUnion = ConversationalTask;
3
+ export type AnalyzeConversationTaskResultUnion = ConversationalTaskResult;
4
+ export type ConversationUnion = TextConversation | TranscriptConversation;
5
+ export type AnalysisParametersUnion = LuisParameters | ConversationParameters | QuestionAnsweringParameters;
6
+ export type BasePredictionUnion = ConversationPrediction | OrchestrationPrediction;
7
+ export type BaseResolutionUnion = AgeResolution | VolumeResolution | SpeedResolution | AreaResolution | LengthResolution | InformationResolution | TemperatureResolution | WeightResolution | CurrencyResolution | BooleanResolution | DateTimeResolution | NumberResolution | OrdinalResolution | TemporalSpanResolution | NumericRangeResolution;
8
+ export type BaseExtraInformationUnion = EntitySubtype | ListKey;
9
+ export type TargetIntentResultUnion = NoneLinkedTargetIntentResult | ConversationTargetIntentResult | LuisTargetIntentResult | QuestionAnsweringTargetIntentResult;
10
+ export type AnalyzeConversationLROTaskUnion = AnalyzeConversationPIITask | AnalyzeConversationSummarizationTask;
11
+ export type AnalyzeConversationJobResultUnion = AnalyzeConversationPIIResult | AnalyzeConversationSummarizationResult;
12
12
  /** The base class of a conversation input task. */
13
13
  export interface AnalyzeConversationTask {
14
14
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -833,7 +833,7 @@ export declare enum KnownAnalyzeConversationTaskKind {
833
833
  * ### Known values supported by the service
834
834
  * **Conversation**
835
835
  */
836
- export declare type AnalyzeConversationTaskKind = string;
836
+ export type AnalyzeConversationTaskKind = string;
837
837
  /** Known values of {@link AnalyzeConversationTaskResultsKind} that the service accepts. */
838
838
  export declare enum KnownAnalyzeConversationTaskResultsKind {
839
839
  /** ConversationResult */
@@ -846,7 +846,7 @@ export declare enum KnownAnalyzeConversationTaskResultsKind {
846
846
  * ### Known values supported by the service
847
847
  * **ConversationResult**
848
848
  */
849
- export declare type AnalyzeConversationTaskResultsKind = string;
849
+ export type AnalyzeConversationTaskResultsKind = string;
850
850
  /** Known values of {@link ErrorCode} that the service accepts. */
851
851
  export declare enum KnownErrorCode {
852
852
  /** InvalidRequest */
@@ -910,7 +910,7 @@ export declare enum KnownErrorCode {
910
910
  * **Conflict**
911
911
  * **Warning**
912
912
  */
913
- export declare type ErrorCode = string;
913
+ export type ErrorCode = string;
914
914
  /** Known values of {@link InnerErrorCode} that the service accepts. */
915
915
  export declare enum KnownInnerErrorCode {
916
916
  /** InvalidRequest */
@@ -962,7 +962,7 @@ export declare enum KnownInnerErrorCode {
962
962
  * **UnsupportedLanguageCode**
963
963
  * **InvalidCountryHint**
964
964
  */
965
- export declare type InnerErrorCode = string;
965
+ export type InnerErrorCode = string;
966
966
  /** Known values of {@link InputModality} that the service accepts. */
967
967
  export declare enum KnownInputModality {
968
968
  /** Transcript */
@@ -978,7 +978,7 @@ export declare enum KnownInputModality {
978
978
  * **transcript**
979
979
  * **text**
980
980
  */
981
- export declare type InputModality = string;
981
+ export type InputModality = string;
982
982
  /** Known values of {@link ConversationDomain} that the service accepts. */
983
983
  export declare enum KnownConversationDomain {
984
984
  /** Finance */
@@ -997,7 +997,7 @@ export declare enum KnownConversationDomain {
997
997
  * **healthcare**
998
998
  * **generic**
999
999
  */
1000
- export declare type ConversationDomain = string;
1000
+ export type ConversationDomain = string;
1001
1001
  /** Known values of {@link AnalyzeConversationLROTaskKind} that the service accepts. */
1002
1002
  export declare enum KnownAnalyzeConversationLROTaskKind {
1003
1003
  /** ConversationalPIITask */
@@ -1013,7 +1013,7 @@ export declare enum KnownAnalyzeConversationLROTaskKind {
1013
1013
  * **ConversationalPIITask**
1014
1014
  * **ConversationalSummarizationTask**
1015
1015
  */
1016
- export declare type AnalyzeConversationLROTaskKind = string;
1016
+ export type AnalyzeConversationLROTaskKind = string;
1017
1017
  /** Known values of {@link JobState} that the service accepts. */
1018
1018
  export declare enum KnownJobState {
1019
1019
  /** NotStarted */
@@ -1044,7 +1044,7 @@ export declare enum KnownJobState {
1044
1044
  * **cancelled**
1045
1045
  * **cancelling**
1046
1046
  */
1047
- export declare type JobState = string;
1047
+ export type JobState = string;
1048
1048
  /** Known values of {@link AnalyzeConversationResultsKind} that the service accepts. */
1049
1049
  export declare enum KnownAnalyzeConversationResultsKind {
1050
1050
  /** ConversationalPIIResults */
@@ -1060,7 +1060,7 @@ export declare enum KnownAnalyzeConversationResultsKind {
1060
1060
  * **ConversationalPIIResults**
1061
1061
  * **ConversationalSummarizationResults**
1062
1062
  */
1063
- export declare type AnalyzeConversationResultsKind = "conversationalPIIResults" | "conversationalSummarizationResults";
1063
+ export type AnalyzeConversationResultsKind = "conversationalPIIResults" | "conversationalSummarizationResults";
1064
1064
  /** Known values of {@link TaskState} that the service accepts. */
1065
1065
  export declare enum KnownTaskState {
1066
1066
  /** NotStarted */
@@ -1088,7 +1088,7 @@ export declare enum KnownTaskState {
1088
1088
  * **cancelled**
1089
1089
  * **cancelling**
1090
1090
  */
1091
- export declare type TaskState = string;
1091
+ export type TaskState = string;
1092
1092
  /** Known values of {@link Role} that the service accepts. */
1093
1093
  export declare enum KnownRole {
1094
1094
  /** Agent */
@@ -1107,7 +1107,7 @@ export declare enum KnownRole {
1107
1107
  * **customer**
1108
1108
  * **generic**
1109
1109
  */
1110
- export declare type Role = string;
1110
+ export type Role = string;
1111
1111
  /** Known values of {@link StringIndexType} that the service accepts. */
1112
1112
  export declare enum KnownStringIndexType {
1113
1113
  /** 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. */
@@ -1126,7 +1126,7 @@ export declare enum KnownStringIndexType {
1126
1126
  * **UnicodeCodePoint**: 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.
1127
1127
  * **Utf16CodeUnit**: 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.
1128
1128
  */
1129
- export declare type StringIndexType = string;
1129
+ export type StringIndexType = string;
1130
1130
  /** Known values of {@link TargetProjectKind} that the service accepts. */
1131
1131
  export declare enum KnownTargetProjectKind {
1132
1132
  /** Luis */
@@ -1148,7 +1148,7 @@ export declare enum KnownTargetProjectKind {
1148
1148
  * **QuestionAnswering**
1149
1149
  * **NonLinked**
1150
1150
  */
1151
- export declare type TargetProjectKind = string;
1151
+ export type TargetProjectKind = string;
1152
1152
  /** Known values of {@link ProjectKind} that the service accepts. */
1153
1153
  export declare enum KnownProjectKind {
1154
1154
  /** Conversation */
@@ -1164,7 +1164,7 @@ export declare enum KnownProjectKind {
1164
1164
  * **Conversation**
1165
1165
  * **Orchestration**
1166
1166
  */
1167
- export declare type ProjectKind = string;
1167
+ export type ProjectKind = string;
1168
1168
  /** Known values of {@link ResolutionKind} that the service accepts. */
1169
1169
  export declare enum KnownResolutionKind {
1170
1170
  /** Boolean */
@@ -1219,7 +1219,7 @@ export declare enum KnownResolutionKind {
1219
1219
  * **NumericRange**
1220
1220
  * **TemporalSpan**
1221
1221
  */
1222
- export declare type ResolutionKind = string;
1222
+ export type ResolutionKind = string;
1223
1223
  /** Known values of {@link ExtraInformationKind} that the service accepts. */
1224
1224
  export declare enum KnownExtraInformationKind {
1225
1225
  /** EntitySubtype */
@@ -1235,7 +1235,7 @@ export declare enum KnownExtraInformationKind {
1235
1235
  * **EntitySubtype**
1236
1236
  * **ListKey**
1237
1237
  */
1238
- export declare type ExtraInformationKind = string;
1238
+ export type ExtraInformationKind = string;
1239
1239
  /** Known values of {@link RankerKind} that the service accepts. */
1240
1240
  export declare enum KnownRankerKind {
1241
1241
  /** Question only ranker. */
@@ -1251,7 +1251,7 @@ export declare enum KnownRankerKind {
1251
1251
  * **QuestionOnly**: Question only ranker.
1252
1252
  * **Default**: Default ranker.
1253
1253
  */
1254
- export declare type RankerKind = string;
1254
+ export type RankerKind = string;
1255
1255
  /** Known values of {@link LogicalOperationKind} that the service accepts. */
1256
1256
  export declare enum KnownLogicalOperationKind {
1257
1257
  /** AND */
@@ -1267,7 +1267,7 @@ export declare enum KnownLogicalOperationKind {
1267
1267
  * **AND**
1268
1268
  * **OR**
1269
1269
  */
1270
- export declare type LogicalOperationKind = string;
1270
+ export type LogicalOperationKind = string;
1271
1271
  /** Known values of {@link AgeUnit} that the service accepts. */
1272
1272
  export declare enum KnownAgeUnit {
1273
1273
  /** Unspecified */
@@ -1292,7 +1292,7 @@ export declare enum KnownAgeUnit {
1292
1292
  * **Week**
1293
1293
  * **Day**
1294
1294
  */
1295
- export declare type AgeUnit = string;
1295
+ export type AgeUnit = string;
1296
1296
  /** Known values of {@link VolumeUnit} that the service accepts. */
1297
1297
  export declare enum KnownVolumeUnit {
1298
1298
  /** Unspecified */
@@ -1386,7 +1386,7 @@ export declare enum KnownVolumeUnit {
1386
1386
  * **Bushel**
1387
1387
  * **Hogshead**
1388
1388
  */
1389
- export declare type VolumeUnit = string;
1389
+ export type VolumeUnit = string;
1390
1390
  /** Known values of {@link SpeedUnit} that the service accepts. */
1391
1391
  export declare enum KnownSpeedUnit {
1392
1392
  /** Unspecified */
@@ -1438,7 +1438,7 @@ export declare enum KnownSpeedUnit {
1438
1438
  * **CentimetersPerMillisecond**
1439
1439
  * **KilometersPerMillisecond**
1440
1440
  */
1441
- export declare type SpeedUnit = string;
1441
+ export type SpeedUnit = string;
1442
1442
  /** Known values of {@link AreaUnit} that the service accepts. */
1443
1443
  export declare enum KnownAreaUnit {
1444
1444
  /** Unspecified */
@@ -1487,7 +1487,7 @@ export declare enum KnownAreaUnit {
1487
1487
  * **SquareYard**
1488
1488
  * **Acre**
1489
1489
  */
1490
- export declare type AreaUnit = string;
1490
+ export type AreaUnit = string;
1491
1491
  /** Known values of {@link LengthUnit} that the service accepts. */
1492
1492
  export declare enum KnownLengthUnit {
1493
1493
  /** Unspecified */
@@ -1548,7 +1548,7 @@ export declare enum KnownLengthUnit {
1548
1548
  * **LightYear**
1549
1549
  * **Pt**
1550
1550
  */
1551
- export declare type LengthUnit = string;
1551
+ export type LengthUnit = string;
1552
1552
  /** Known values of {@link InformationUnit} that the service accepts. */
1553
1553
  export declare enum KnownInformationUnit {
1554
1554
  /** Unspecified */
@@ -1597,7 +1597,7 @@ export declare enum KnownInformationUnit {
1597
1597
  * **Terabyte**
1598
1598
  * **Petabyte**
1599
1599
  */
1600
- export declare type InformationUnit = string;
1600
+ export type InformationUnit = string;
1601
1601
  /** Known values of {@link TemperatureUnit} that the service accepts. */
1602
1602
  export declare enum KnownTemperatureUnit {
1603
1603
  /** Unspecified */
@@ -1622,7 +1622,7 @@ export declare enum KnownTemperatureUnit {
1622
1622
  * **Rankine**
1623
1623
  * **Celsius**
1624
1624
  */
1625
- export declare type TemperatureUnit = string;
1625
+ export type TemperatureUnit = string;
1626
1626
  /** Known values of {@link WeightUnit} that the service accepts. */
1627
1627
  export declare enum KnownWeightUnit {
1628
1628
  /** Unspecified */
@@ -1680,7 +1680,7 @@ export declare enum KnownWeightUnit {
1680
1680
  * **Stone**
1681
1681
  * **Dram**
1682
1682
  */
1683
- export declare type WeightUnit = string;
1683
+ export type WeightUnit = string;
1684
1684
  /** Known values of {@link DateTimeSubKind} that the service accepts. */
1685
1685
  export declare enum KnownDateTimeSubKind {
1686
1686
  /** Time */
@@ -1705,7 +1705,7 @@ export declare enum KnownDateTimeSubKind {
1705
1705
  * **Duration**
1706
1706
  * **Set**
1707
1707
  */
1708
- export declare type DateTimeSubKind = string;
1708
+ export type DateTimeSubKind = string;
1709
1709
  /** Known values of {@link TemporalModifier} that the service accepts. */
1710
1710
  export declare enum KnownTemporalModifier {
1711
1711
  /** AfterApprox */
@@ -1769,7 +1769,7 @@ export declare enum KnownTemporalModifier {
1769
1769
  * **Mid**
1770
1770
  * **More**
1771
1771
  */
1772
- export declare type TemporalModifier = string;
1772
+ export type TemporalModifier = string;
1773
1773
  /** Known values of {@link NumberKind} that the service accepts. */
1774
1774
  export declare enum KnownNumberKind {
1775
1775
  /** Integer */
@@ -1797,7 +1797,7 @@ export declare enum KnownNumberKind {
1797
1797
  * **Percent**
1798
1798
  * **Unspecified**
1799
1799
  */
1800
- export declare type NumberKind = string;
1800
+ export type NumberKind = string;
1801
1801
  /** Known values of {@link RelativeTo} that the service accepts. */
1802
1802
  export declare enum KnownRelativeTo {
1803
1803
  /** Current */
@@ -1816,7 +1816,7 @@ export declare enum KnownRelativeTo {
1816
1816
  * **End**
1817
1817
  * **Start**
1818
1818
  */
1819
- export declare type RelativeTo = string;
1819
+ export type RelativeTo = string;
1820
1820
  /** Known values of {@link RangeKind} that the service accepts. */
1821
1821
  export declare enum KnownRangeKind {
1822
1822
  /** Number */
@@ -1856,7 +1856,7 @@ export declare enum KnownRangeKind {
1856
1856
  * **Temperature**
1857
1857
  * **Currency**
1858
1858
  */
1859
- export declare type RangeKind = string;
1859
+ export type RangeKind = string;
1860
1860
  /** Known values of {@link ConversationPIICategory} that the service accepts. */
1861
1861
  export declare enum KnownConversationPIICategory {
1862
1862
  /** Address */
@@ -1890,7 +1890,7 @@ export declare enum KnownConversationPIICategory {
1890
1890
  * **All**
1891
1891
  * **Default**
1892
1892
  */
1893
- export declare type ConversationPIICategory = string;
1893
+ export type ConversationPIICategory = string;
1894
1894
  /** Known values of {@link TranscriptContentType} that the service accepts. */
1895
1895
  export declare enum KnownTranscriptContentType {
1896
1896
  /** Lexical */
@@ -1912,7 +1912,7 @@ export declare enum KnownTranscriptContentType {
1912
1912
  * **maskedItn**
1913
1913
  * **text**
1914
1914
  */
1915
- export declare type TranscriptContentType = string;
1915
+ export type TranscriptContentType = string;
1916
1916
  /** Known values of {@link SummaryAspect} that the service accepts. */
1917
1917
  export declare enum KnownSummaryAspect {
1918
1918
  /** Issue */
@@ -1928,12 +1928,12 @@ export declare enum KnownSummaryAspect {
1928
1928
  * **issue**
1929
1929
  * **resolution**
1930
1930
  */
1931
- export declare type SummaryAspect = string;
1931
+ export type SummaryAspect = string;
1932
1932
  /** Optional parameters. */
1933
1933
  export interface AnalyzeConversationOptionalParams extends coreClient.OperationOptions {
1934
1934
  }
1935
1935
  /** Contains response data for the analyzeConversation operation. */
1936
- export declare type AnalyzeConversationResponse = AnalyzeConversationTaskResultUnion;
1936
+ export type AnalyzeConversationResponse = AnalyzeConversationTaskResultUnion;
1937
1937
  /** Optional parameters. */
1938
1938
  export interface ConversationAnalysisOptionalParams extends coreClient.OperationOptions {
1939
1939
  /** Delay to wait until next poll, in milliseconds. */
@@ -1942,7 +1942,7 @@ export interface ConversationAnalysisOptionalParams extends coreClient.Operation
1942
1942
  resumeFrom?: string;
1943
1943
  }
1944
1944
  /** Contains response data for the conversationAnalysis operation. */
1945
- export declare type ConversationAnalysisResponse = AnalyzeConversationJobState;
1945
+ export type ConversationAnalysisResponse = AnalyzeConversationJobState;
1946
1946
  /** Optional parameters. */
1947
1947
  export interface ConversationAnalysisClientOptionalParams extends coreClient.ServiceClientOptions {
1948
1948
  /** Api Version */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,3 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
1
  /** Known values of {@link AnalyzeConversationTaskKind} that the service accepts. */
4
2
  export var KnownAnalyzeConversationTaskKind;
5
3
  (function (KnownAnalyzeConversationTaskKind) {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type * as coreClient from \"@azure/core-client\";\n\nexport type AnalyzeConversationTaskUnion = ConversationalTask;\nexport type AnalyzeConversationTaskResultUnion = ConversationalTaskResult;\nexport type ConversationUnion = TextConversation | TranscriptConversation;\nexport type AnalysisParametersUnion =\n | LuisParameters\n | ConversationParameters\n | QuestionAnsweringParameters;\nexport type BasePredictionUnion = ConversationPrediction | OrchestrationPrediction;\nexport type BaseResolutionUnion =\n | AgeResolution\n | VolumeResolution\n | SpeedResolution\n | AreaResolution\n | LengthResolution\n | InformationResolution\n | TemperatureResolution\n | WeightResolution\n | CurrencyResolution\n | BooleanResolution\n | DateTimeResolution\n | NumberResolution\n | OrdinalResolution\n | TemporalSpanResolution\n | NumericRangeResolution;\nexport type BaseExtraInformationUnion = EntitySubtype | ListKey;\nexport type TargetIntentResultUnion =\n | NoneLinkedTargetIntentResult\n | ConversationTargetIntentResult\n | LuisTargetIntentResult\n | QuestionAnsweringTargetIntentResult;\nexport type AnalyzeConversationLROTaskUnion =\n | AnalyzeConversationPIITask\n | AnalyzeConversationSummarizationTask;\nexport type AnalyzeConversationJobResultUnion =\n | AnalyzeConversationPIIResult\n | AnalyzeConversationSummarizationResult;\n\n/** The base class of a conversation input task. */\nexport interface AnalyzeConversationTask {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Conversation\";\n}\n\n/** The base class of a conversation task result. */\nexport interface AnalyzeConversationTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ConversationResult\";\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** The error object. */\n error: ErrorModel;\n}\n\n/** The error object. */\nexport interface ErrorModel {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** One of a server-defined set of error codes. */\n code: ErrorCode;\n /** A human-readable representation of the error. */\n message: string;\n /** The target of the error. */\n target?: string;\n /** An array of details about specific errors that led to this reported error. */\n details?: ErrorModel[];\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerErrorModel;\n}\n\n/** An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses. */\nexport interface InnerErrorModel {\n /** One of a server-defined set of error codes. */\n code: InnerErrorCode;\n /** Error message. */\n message: string;\n /** Error details. */\n details?: { [propertyName: string]: string };\n /** Error target. */\n target?: string;\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerErrorModel;\n}\n\nexport interface AnalyzeConversationJobsInput {\n /** Optional display name for the analysis job. */\n displayName?: string;\n analysisInput: MultiLanguageConversationAnalysisInput;\n /** The set of tasks to execute on the input conversation. */\n tasks: AnalyzeConversationLROTaskUnion[];\n}\n\nexport interface MultiLanguageConversationAnalysisInput {\n conversations: ConversationUnion[];\n}\n\n/** A complete ordered set of utterances (spoken or written), by one or more speakers to be used for analysis. */\nexport interface Conversation {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n modality: \"text\" | \"transcript\";\n /** Unique identifier for the conversation. */\n id: string;\n /** The language of the conversation item in BCP-47 format. */\n language: string;\n /** Enumeration of supported conversational domains. */\n domain?: ConversationDomain;\n}\n\n/** Base task object. */\nexport interface TaskIdentifier {\n taskName?: string;\n}\n\nexport interface JobStateAutoGenerated {\n displayName?: string;\n createdDateTime: Date;\n expirationDateTime?: Date;\n jobId: string;\n lastUpdatedDateTime: Date;\n status: JobState;\n errors?: ErrorModel[];\n nextLink?: string;\n}\n\n/** Contains the state for the tasks being executed as part of the analyze conversation job submitted. */\nexport interface ConversationTasksState {\n tasks: ConversationTasksStateTasks;\n}\n\nexport interface ConversationTasksStateTasks {\n /** Count of tasks completed successfully. */\n completed: number;\n /** Count of tasks that failed. */\n failed: number;\n /** Count of tasks in progress currently. */\n inProgress: number;\n /** Total count of tasks submitted as part of the job. */\n total: number;\n /** List of results from tasks (if available). */\n items?: AnalyzeConversationJobResultUnion[];\n}\n\n/** Returns the current state of the task. */\nexport interface TaskStateAutoGenerated {\n /** The last updated time in UTC for the task. */\n lastUpdateDateTime: Date;\n /** The status of the task at the mentioned last update time. */\n status: TaskState;\n}\n\n/** Contains the statistics for the job submitted. */\nexport interface AnalyzeConversationJobStatistics {\n /** if showStats=true was specified in the request this field will contain information about the request payload. */\n statistics?: ConversationRequestStatistics;\n}\n\n/** if showStats=true was specified in the request this field will contain information about the request payload. */\nexport interface RequestStatistics {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** Number of transactions for the request. */\n transactionsCount: number;\n}\n\n/** The input ConversationItem and its optional parameters */\nexport interface ConversationAnalysisOptions {\n /** The abstract base for a user input formatted conversation (e.g., Text, Transcript). */\n conversationItem: ConversationItemBase;\n}\n\n/** The abstract base for a user input formatted conversation (e.g., Text, Transcript). */\nexport interface ConversationItemBase {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The ID of a conversation item. */\n id: string;\n /** The participant ID of a conversation item. */\n participantId: string;\n /** The override language of a conversation item in BCP 47 language representation. */\n language?: string;\n /** Enumeration of supported conversational modalities. */\n modality?: InputModality;\n /** The role of the participant. */\n role?: Role;\n}\n\n/** Input parameters necessary for a Conversation task. */\nexport interface ConversationTaskParameters {\n /** The name of the project to use. */\n projectName: string;\n /** The name of the deployment to use. */\n deploymentName: string;\n /** If true, the service will return more detailed information in the response. */\n verbose?: boolean;\n /** If true, the service will keep the query for further review. */\n isLoggingEnabled?: boolean;\n /** Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. */\n stringIndexType?: StringIndexType;\n /** The name of a target project to forward the request to. */\n directTarget?: string;\n /** A dictionary representing the parameters for each target project. */\n targetProjectParameters?: { [propertyName: string]: AnalysisParametersUnion };\n}\n\n/** This is the parameter set of either the Orchestration project itself or one of the target services. */\nexport interface AnalysisParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"Luis\" | \"Conversation\" | \"QuestionAnswering\";\n /** The API version to use when call a specific target service. */\n apiVersion?: string;\n}\n\n/** Represents a conversation analysis response. */\nexport interface AnalyzeConversationResult {\n /** The conversation utterance given by the caller. */\n query: string;\n /** The system detected language for the query in BCP 47 language representation.. */\n detectedLanguage?: string;\n /** The prediction result of a conversation project. */\n prediction: BasePredictionUnion;\n}\n\n/** This is the base class of prediction */\nexport interface BasePrediction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n projectKind: \"Conversation\" | \"Orchestration\";\n /** The intent with the highest score. */\n topIntent?: string;\n}\n\n/** The response returned by a Conversation project. */\nexport interface ConversationResult {\n /** The same query given in request. */\n query: string;\n /** The detected language from the query in BCP 47 language representation.. */\n detectedLanguage?: string;\n /** The predicted result for the query. */\n prediction?: ConversationPrediction;\n}\n\n/** The intent classification result of a Conversation project. */\nexport interface ConversationIntent {\n /** A predicted class. */\n category: string;\n /** The confidence score of the class from 0.0 to 1.0. */\n confidence: number;\n}\n\n/** The entity extraction result of a Conversation project. */\nexport interface ConversationEntity {\n /** The entity category. */\n category: string;\n /** The predicted entity text. */\n text: string;\n /** The starting index of this entity in the query. */\n offset: number;\n /** The length of the text. */\n length: number;\n /** The entity confidence score. */\n confidence: number;\n /** The collection of entity resolution objects. */\n resolutions?: BaseResolutionUnion[];\n /** The collection of entity extra information objects. */\n extraInformation?: BaseExtraInformationUnion[];\n}\n\n/** The abstract base class for entity resolutions. */\nexport interface BaseResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind:\n | \"Age\"\n | \"Volume\"\n | \"Speed\"\n | \"Area\"\n | \"Length\"\n | \"Information\"\n | \"Temperature\"\n | \"Weight\"\n | \"Currency\"\n | \"Boolean\"\n | \"DateTime\"\n | \"Number\"\n | \"Ordinal\"\n | \"TemporalSpan\"\n | \"NumericRange\";\n}\n\n/** The abstract base object for entity extra information. */\nexport interface BaseExtraInformation {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n extraInformationKind: \"EntitySubtype\" | \"ListKey\";\n}\n\n/** This is the base class of an intent prediction */\nexport interface TargetIntentResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"NonLinked\" | \"Conversation\" | \"Luis\" | \"QuestionAnswering\";\n /** The API version used to call a target service. */\n apiVersion?: string;\n /** The prediction score and it ranges from 0.0 to 1.0. */\n confidence: number;\n}\n\n/** This customizes how the service calls LUIS Generally Available projects. */\nexport interface LuisCallingOptions {\n /** Enable verbose response. */\n verbose?: boolean;\n /** Save log to add in training utterances later. */\n log?: boolean;\n /** Set true to show all intents. */\n showAllIntents?: boolean;\n /** The timezone offset for the location of the request. */\n timezoneOffset?: number;\n /** Enable spell checking. */\n spellCheck?: boolean;\n /** The subscription key to use when enabling Bing spell check */\n bingSpellCheckSubscriptionKey?: string;\n}\n\n/** The option to set to call a Conversation project. */\nexport interface ConversationCallingOptions {\n /** The language of the query in BCP 47 language representation.. */\n language?: string;\n /** If true, the service will return more detailed information. */\n verbose?: boolean;\n /** If true, the query will be saved for customers to further review in authoring, to improve the model quality. */\n isLoggingEnabled?: boolean;\n}\n\n/** Parameters to query a knowledge base. */\nexport interface AnswersOptions {\n /** Exact QnA ID to fetch from the knowledge base, this field takes priority over question. */\n qnaId?: number;\n /** User question to query against the knowledge base. */\n question?: string;\n /** Max number of answers to be returned for the question. */\n top?: number;\n /** Unique identifier for the user. */\n userId?: string;\n /** Minimum threshold score for answers, value ranges from 0 to 1. */\n confidenceThreshold?: number;\n /** Context object with previous QnA's information. */\n answerContext?: KnowledgeBaseAnswerContext;\n /** Type of ranker to be used. */\n rankerKind?: RankerKind;\n /** Filter QnAs based on given metadata list and knowledge base sources. */\n filters?: QueryFilters;\n /** To configure Answer span prediction feature. */\n shortAnswerOptions?: ShortAnswerOptions;\n /** (Optional) Flag to enable Query over Unstructured Sources. */\n includeUnstructuredSources?: boolean;\n}\n\n/** Context object with previous QnA's information. */\nexport interface KnowledgeBaseAnswerContext {\n /** Previous turn top answer result QnA ID. */\n previousQnaId: number;\n /** Previous user query. */\n previousQuestion?: string;\n}\n\n/** filters over knowledge base. */\nexport interface QueryFilters {\n /** Find QnAs that are associated with the given list of metadata. */\n metadataFilter?: MetadataFilter;\n /** Find QnAs that are associated with any of the given list of sources in knowledge base. */\n sourceFilter?: string[];\n /** Logical operation used to join metadata filter with source filter. */\n logicalOperation?: LogicalOperationKind;\n}\n\n/** Find QnAs that are associated with the given list of metadata. */\nexport interface MetadataFilter {\n metadata?: MetadataRecord[];\n /** Operation used to join metadata filters. */\n logicalOperation?: LogicalOperationKind;\n}\n\n/** Object to provide the key value pair for each metadata. */\nexport interface MetadataRecord {\n /** Metadata Key from Metadata dictionary used in the QnA. */\n key: string;\n /** Metadata Value from Metadata dictionary used in the QnA. */\n value: string;\n}\n\n/** To configure Answer span prediction feature. */\nexport interface ShortAnswerOptions {\n /** Enable or disable Answer Span prediction. */\n enable: true;\n /** Minimum threshold score required to include an answer span, value ranges from 0 to 1. */\n confidenceThreshold?: number;\n /** Number of Top answers to be considered for span prediction from 1 to 10. */\n top?: number;\n}\n\n/** Represents resolutions for quantities. */\nexport interface QuantityResolution {\n /** The numeric value that the extracted text denotes. */\n value: number;\n}\n\n/** Represents List of Question Answers. */\nexport interface AnswersResult {\n /** Represents Answer Result list. */\n answers?: KnowledgeBaseAnswer[];\n}\n\n/** Represents knowledge base answer. */\nexport interface KnowledgeBaseAnswer {\n /** List of questions associated with the answer. */\n questions?: string[];\n /** Answer text. */\n answer?: string;\n /** Answer confidence score, value ranges from 0 to 1. */\n confidence?: number;\n /** ID of the QnA result. */\n qnaId?: number;\n /** Source of QnA result. */\n source?: string;\n /** Metadata associated with the answer, useful to categorize or filter question answers. */\n metadata?: { [propertyName: string]: string };\n /** Dialog associated with Answer. */\n dialog?: KnowledgeBaseAnswerDialog;\n /** Answer span object of QnA with respect to user's question. */\n shortAnswer?: AnswerSpan;\n}\n\n/** Dialog associated with Answer. */\nexport interface KnowledgeBaseAnswerDialog {\n /** To mark if a prompt is relevant only with a previous question or not. If true, do not include this QnA as search result for queries without context; otherwise, if false, ignores context and includes this QnA in search result. */\n isContextOnly?: boolean;\n /** List of prompts associated with the answer. */\n prompts?: KnowledgeBaseAnswerPrompt[];\n}\n\n/** Prompt for an answer. */\nexport interface KnowledgeBaseAnswerPrompt {\n /** Index of the prompt - used in ordering of the prompts. */\n displayOrder?: number;\n /** QnA ID corresponding to the prompt. */\n qnaId?: number;\n /** Text displayed to represent a follow up question prompt. */\n displayText?: string;\n}\n\n/** Answer span object of QnA. */\nexport interface AnswerSpan {\n /** Predicted text of answer span. */\n text?: string;\n /** Predicted score of answer span, value ranges from 0 to 1. */\n confidence?: number;\n /** The answer span offset from the start of answer. */\n offset?: number;\n /** The length of the answer span. */\n length?: number;\n}\n\n/** Base parameters object for a text analysis task. */\nexport interface TaskParameters {\n loggingOptOut?: boolean;\n}\n\nexport interface ConversationPIIItemResult {\n id: string;\n /** The transcript content response generated by the service with all necessary personally identifiable information redacted. */\n redactedContent: RedactedTranscriptContent;\n entities: Entity[];\n}\n\n/** The transcript content response generated by the service with all necessary personally identifiable information redacted. */\nexport interface RedactedTranscriptContent {\n /** The redacted output for inverse text normalized format input. */\n itn?: string;\n /** The redacted output for masked inverse text normalized format input. */\n maskedItn?: string;\n /** The redacted output for text (Microsoft's Speech to Text 'display') format input. */\n text?: string;\n /** The redacted output for lexical format input. */\n lexical?: string;\n /** The list of redacted audio segments. */\n audioTimings?: AudioTiming[];\n}\n\n/** The audio timing information. */\nexport interface AudioTiming {\n /** Offset from start of speech audio, in ticks. 1 tick = 100 ns. */\n offset?: number;\n /** Duration of word articulation, in ticks. 1 tick = 100 ns. */\n duration?: number;\n}\n\nexport interface Entity {\n /** Entity text as appears in the request. */\n text: string;\n /** Entity type. */\n category: string;\n /** (Optional) Entity sub type. */\n subcategory?: string;\n /** Start position for the entity text. Use of different 'stringIndexType' values can affect the offset returned. */\n offset: number;\n /** Length for the entity text. Use of different 'stringIndexType' values can affect the length returned. */\n length: number;\n /** Confidence score between 0 and 1 of the extracted entity. */\n confidenceScore: number;\n}\n\n/** The result from PII detection and redaction operation for each conversation. */\nexport interface ConversationPIIResult {\n /** Enumeration of PII detection and redaction operation results for all the conversation items in a conversation. */\n conversationItems: ConversationPIIItemResult[];\n}\n\n/** Shared attributes for all conversational task results. */\nexport interface ConversationResultBase {\n /** Unique, non-empty conversation identifier. */\n id: string;\n /** Warnings encountered while processing document. */\n warnings: InputWarning[];\n /** If showStats=true was specified in the request this field will contain information about the conversation payload. */\n statistics?: ConversationStatistics;\n}\n\n/** Contains details of warnings encountered during a job execution. */\nexport interface InputWarning {\n /** Warning code. */\n code: string;\n /** Warning message. */\n message: string;\n /** A JSON pointer reference indicating the target object. */\n targetRef?: string;\n}\n\n/** If showStats=true was specified in the request this field will contain information about the conversation payload. */\nexport interface ConversationStatistics {\n /** Number of text units for the request. */\n transactionsCount: number;\n}\n\nexport interface PreBuiltResult {\n /** Errors by document id. */\n errors: InputError[];\n /** if showStats=true was specified in the request this field will contain information about the request payload. */\n statistics?: RequestStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\n/** Contains details of errors encountered during a job execution. */\nexport interface InputError {\n /** The ID of the input. */\n id: string;\n /** Error encountered. */\n error: ErrorModel;\n}\n\nexport interface ConversationsSummaryResult {\n summaries: ConversationsSummaryResultSummariesItem[];\n}\n\nexport interface SummaryResultItem {\n aspect: string;\n text: string;\n}\n\n/** The input for a custom conversation task. */\nexport interface ConversationalTask extends AnalyzeConversationTask {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Conversation\";\n /** The input ConversationItem and its optional parameters */\n analysisInput: ConversationAnalysisOptions;\n /** Input parameters necessary for a Conversation task. */\n parameters: ConversationTaskParameters;\n}\n\n/** The results of a Conversation task. */\nexport interface ConversationalTaskResult extends AnalyzeConversationTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ConversationResult\";\n /** Represents a conversation analysis response. */\n result: AnalyzeConversationResult;\n}\n\nexport interface TextConversation extends Conversation {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n modality: \"text\";\n /** Ordered list of text conversation items in the conversation. */\n conversationItems: TextConversationItem[];\n}\n\nexport interface TranscriptConversation extends Conversation {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n modality: \"transcript\";\n /** Ordered list of transcript conversation items in the conversation. */\n conversationItems: TranscriptConversationItem[];\n}\n\n/** The base class for an long running conversation input task. */\nexport interface AnalyzeConversationLROTask extends TaskIdentifier {\n /** Enumeration of supported analysis tasks on a collection of conversations. */\n kind: AnalyzeConversationLROTaskKind;\n}\n\n/** Container for results for all tasks in the conversation job. */\nexport interface AnalyzeConversationJobResult extends TaskStateAutoGenerated, TaskIdentifier {\n /** Enumeration of supported Conversation Analysis task results. */\n kind: AnalyzeConversationResultsKind;\n}\n\n/** Contains the status of the analyze conversations job submitted along with related statistics. */\nexport interface AnalyzeConversationJobState\n extends JobStateAutoGenerated,\n ConversationTasksState,\n AnalyzeConversationJobStatistics {}\n\n/** if showStats=true was specified in the request this field will contain information about the request payload. */\nexport interface ConversationRequestStatistics extends RequestStatistics {\n /** Number of conversations submitted in the request. */\n conversationsCount: number;\n /** Number of conversations documents. This excludes empty, over-size limit or non-supported languages documents. */\n validConversationsCount: number;\n /** Number of invalid documents. This includes empty, over-size limit or non-supported languages documents. */\n erroneousConversationsCount: number;\n}\n\n/** The text modality of an input conversation. */\nexport interface TextConversationItem extends ConversationItemBase {\n /** The text input */\n text: string;\n}\n\n/** Additional properties for supporting transcript conversation. */\nexport interface TranscriptConversationItem extends ConversationItemBase {\n /** Inverse Text Normalization representation of input. The inverse-text-normalized form is the recognized text from Microsoft’s Speech to Text API, with phone numbers, numbers, abbreviations, and other transformations applied. */\n itn?: string;\n /** The Inverse Text Normalized format with profanity masking applied. */\n maskedItn?: string;\n /** The display form of the recognized text from speech to text API, with punctuation and capitalization added. */\n text?: string;\n /** The lexical form of the recognized text from speech to text API with the actual words recognized. */\n lexical?: string;\n /** The list of word level audio timing information */\n audioTimings?: WordLevelTiming[];\n}\n\n/** This is a set of request parameters for LUIS Generally Available projects. */\nexport interface LuisParameters extends AnalysisParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"Luis\";\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The utterance to predict. */\n query?: string;\n /** This customizes how the service calls LUIS Generally Available projects. */\n callingOptions?: LuisCallingOptions;\n}\n\n/** This is a set of request parameters for Customized Conversation projects. */\nexport interface ConversationParameters extends AnalysisParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"Conversation\";\n /** The option to set to call a Conversation project. */\n callingOptions?: ConversationCallingOptions;\n}\n\n/** This is a set of request parameters for Question Answering knowledge bases. */\nexport interface QuestionAnsweringParameters extends AnalysisParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"QuestionAnswering\";\n /** The options sent to a Question Answering KB. */\n callingOptions?: AnswersOptions;\n}\n\n/** Represents the prediction section of a Conversation project. */\nexport interface ConversationPrediction extends BasePrediction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n projectKind: \"Conversation\";\n /** The intent classification results. */\n intents: ConversationIntent[];\n /** The entity extraction results. */\n entities: ConversationEntity[];\n}\n\n/** This represents the prediction result of an Orchestration project. */\nexport interface OrchestrationPrediction extends BasePrediction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n projectKind: \"Orchestration\";\n /** A dictionary that contains all intents. A key is an intent name and a value is its confidence score and target type. The top intent's value also contains the actual response from the target project. */\n intents: { [propertyName: string]: TargetIntentResultUnion };\n}\n\n/** Represents the Age entity resolution model. */\nexport interface AgeResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Age\";\n /** The Age Unit of measurement */\n unit: AgeUnit;\n}\n\n/** Represents the volume entity resolution model. */\nexport interface VolumeResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Volume\";\n /** The Volume Unit of measurement */\n unit: VolumeUnit;\n}\n\n/** Represents the speed entity resolution model. */\nexport interface SpeedResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Speed\";\n /** The speed Unit of measurement */\n unit: SpeedUnit;\n}\n\n/** Represents the area entity resolution model. */\nexport interface AreaResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Area\";\n /** The area Unit of measurement */\n unit: AreaUnit;\n}\n\n/** Represents the length entity resolution model. */\nexport interface LengthResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Length\";\n /** The length Unit of measurement */\n unit: LengthUnit;\n}\n\n/** Represents the information (data) entity resolution model. */\nexport interface InformationResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Information\";\n /** The information (data) Unit of measurement. */\n unit: InformationUnit;\n}\n\n/** Represents the temperature entity resolution model. */\nexport interface TemperatureResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Temperature\";\n /** The temperature Unit of measurement. */\n unit: TemperatureUnit;\n}\n\n/** Represents the weight entity resolution model. */\nexport interface WeightResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Weight\";\n /** The weight Unit of measurement. */\n unit: WeightUnit;\n}\n\n/** Represents the currency entity resolution model. */\nexport interface CurrencyResolution extends BaseResolution, QuantityResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Currency\";\n /** The alphabetic code based on another ISO standard, ISO 3166, which lists the codes for country names. The first two letters of the ISO 4217 three-letter code are the same as the code for the country name, and, where possible, the third letter corresponds to the first letter of the currency name. */\n iso4217?: string;\n /** The unit of the amount captured in the extracted entity */\n unit: string;\n}\n\n/** A resolution for boolean expressions */\nexport interface BooleanResolution extends BaseResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Boolean\";\n value: boolean;\n}\n\n/** A resolution for datetime entity instances. */\nexport interface DateTimeResolution extends BaseResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"DateTime\";\n /** An extended ISO 8601 date/time representation as described in (https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-DateTime.yaml) */\n timex: string;\n /** The DateTime SubKind */\n dateTimeSubKind: DateTimeSubKind;\n /** The actual time that the extracted text denote. */\n value: string;\n /** An optional modifier of a date/time instance. */\n modifier?: TemporalModifier;\n}\n\n/** A resolution for numeric entity instances. */\nexport interface NumberResolution extends BaseResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Number\";\n /** The type of the extracted number entity. */\n numberKind: NumberKind;\n /** A numeric representation of what the extracted text denotes. */\n value: string;\n}\n\n/** A resolution for ordinal numbers entity instances. */\nexport interface OrdinalResolution extends BaseResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"Ordinal\";\n /** The offset With respect to the reference (e.g., offset = -1 in \"show me the second to last\" */\n offset: string;\n /** The reference point that the ordinal number denotes. */\n relativeTo: RelativeTo;\n /** A simple arithmetic expression that the ordinal denotes. */\n value: string;\n}\n\n/** represents the resolution of a date and/or time span. */\nexport interface TemporalSpanResolution extends BaseResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"TemporalSpan\";\n /** An extended ISO 8601 date/time representation as described in (https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-DateTime.yaml) */\n begin?: string;\n /** An extended ISO 8601 date/time representation as described in (https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-DateTime.yaml) */\n end?: string;\n /** An optional duration value formatted based on the ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601#Durations) */\n duration?: string;\n /** An optional modifier of a date/time instance. */\n modifier?: TemporalModifier;\n}\n\n/** represents the resolution of numeric intervals. */\nexport interface NumericRangeResolution extends BaseResolution {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resolutionKind: \"NumericRange\";\n /** The kind of range that the resolution object represents. */\n rangeKind: RangeKind;\n /** The beginning value of the interval. */\n minimum: number;\n /** The ending value of the interval. */\n maximum: number;\n}\n\n/** The concrete entity Subtype model of extra information. */\nexport interface EntitySubtype extends BaseExtraInformation {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n extraInformationKind: \"EntitySubtype\";\n /** The Subtype of an extracted entity type. */\n value?: string;\n}\n\n/** The list key extra data kind. */\nexport interface ListKey extends BaseExtraInformation {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n extraInformationKind: \"ListKey\";\n /** The canonical form of the extracted entity. */\n key?: string;\n}\n\n/** A wrap up of non-linked intent response. */\nexport interface NoneLinkedTargetIntentResult extends TargetIntentResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"NonLinked\";\n /** The actual response from a Conversation project. */\n result?: ConversationResult;\n}\n\n/** A wrap up of Conversation project response. */\nexport interface ConversationTargetIntentResult extends TargetIntentResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"Conversation\";\n /** The actual response from a Conversation project. */\n result?: ConversationResult;\n}\n\n/** It is a wrap up of LUIS Generally Available response. */\nexport interface LuisTargetIntentResult extends TargetIntentResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"Luis\";\n /** The actual response from a LUIS Generally Available application. */\n result?: Record<string, ConversationPrediction>;\n}\n\n/** It is a wrap up a Question Answering KB response. */\nexport interface QuestionAnsweringTargetIntentResult extends TargetIntentResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n targetProjectKind: \"QuestionAnswering\";\n /** The generated answer by a Question Answering KB. */\n result?: AnswersResult;\n}\n\n/** Parameters object for a text analysis task using pre-built models. */\nexport interface PreBuiltTaskParameters extends TaskParameters {\n modelVersion?: string;\n}\n\n/** Word level timing information generated by the speech to text API. The words in this object should have 1:1 correspondence with the 'lexical' input to allow for audio redaction. */\nexport interface WordLevelTiming extends AudioTiming {\n /** The word recognized. */\n word?: string;\n}\n\nexport interface ConversationPIIResultsConversationsItem\n extends ConversationPIIResult,\n ConversationResultBase {}\n\nexport interface SummaryResultConversationsItem\n extends ConversationsSummaryResult,\n ConversationResultBase {}\n\n/** The result from PII detection and redaction operation for each conversation. */\nexport interface ConversationPIIResults extends PreBuiltResult {\n conversations: ConversationPIIResultsConversationsItem[];\n}\n\nexport interface SummaryResult extends PreBuiltResult {\n conversations: SummaryResultConversationsItem[];\n}\n\nexport interface ConversationsSummaryResultSummariesItem extends SummaryResultItem {}\n\n/** Task definition for a PII redaction in conversations. */\nexport interface AnalyzeConversationPIITask extends AnalyzeConversationLROTask {\n /** Supported parameters for a Conversational PII detection and redaction task. */\n parameters?: ConversationPIITaskParameters;\n}\n\n/** Task definition for conversational summarization. */\nexport interface AnalyzeConversationSummarizationTask extends AnalyzeConversationLROTask {\n /** Supported parameters for an conversational summarization task. */\n parameters?: ConversationSummarizationTaskParameters;\n}\n\n/** Result from the personally identifiable information detection and redaction operation performed on a list of conversations. */\nexport interface AnalyzeConversationPIIResult extends AnalyzeConversationJobResult {\n /** The result from PII detection and redaction operation for each conversation. */\n kind: \"conversationalPIIResults\";\n results: ConversationPIIResults;\n}\n\n/** Result for the summarization task on the conversation. */\nexport interface AnalyzeConversationSummarizationResult extends AnalyzeConversationJobResult {\n kind: \"conversationalSummarizationResults\";\n results: SummaryResult;\n}\n\n/** Supported parameters for a Conversational PII detection and redaction task. */\nexport interface ConversationPIITaskParameters extends PreBuiltTaskParameters {\n /** Describes the PII categories to return for detection. If not provided, 'default' categories will be returned which will vary with the language. */\n piiCategories?: ConversationPIICategory[];\n /** Flag to indicate if audio redaction is requested. By default audio redaction will not be performed. */\n includeAudioRedaction?: boolean;\n /** For transcript conversations, this parameter provides information regarding which content type (ITN, Text, Lexical, Masked ITN) should be used for entity detection. The details of the entities detected - like the offset, length and the text itself - will correspond to the text type selected here. */\n redactionSource?: TranscriptContentType;\n}\n\n/** Supported parameters for an conversational summarization task. */\nexport interface ConversationSummarizationTaskParameters extends PreBuiltTaskParameters {\n summaryAspects: SummaryAspect[];\n}\n\n/** Defines headers for ConversationAnalysisClient_analyzeConversation operation. */\nexport interface ConversationAnalysisClientAnalyzeConversationExceptionHeaders {\n /** The error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for ConversationAnalysisClient_conversationAnalysis operation. */\nexport interface ConversationAnalysisClientConversationAnalysisHeaders {\n operationLocation?: string;\n}\n\n/** Known values of {@link AnalyzeConversationTaskKind} that the service accepts. */\nexport enum KnownAnalyzeConversationTaskKind {\n /** Conversation */\n Conversation = \"Conversation\",\n}\n\n/**\n * Defines values for AnalyzeConversationTaskKind.\n * {@link KnownAnalyzeConversationTaskKind} can be used interchangeably with AnalyzeConversationTaskKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Conversation**\n */\nexport type AnalyzeConversationTaskKind = string;\n\n/** Known values of {@link AnalyzeConversationTaskResultsKind} that the service accepts. */\nexport enum KnownAnalyzeConversationTaskResultsKind {\n /** ConversationResult */\n ConversationResult = \"ConversationResult\",\n}\n\n/**\n * Defines values for AnalyzeConversationTaskResultsKind.\n * {@link KnownAnalyzeConversationTaskResultsKind} can be used interchangeably with AnalyzeConversationTaskResultsKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ConversationResult**\n */\nexport type AnalyzeConversationTaskResultsKind = string;\n\n/** Known values of {@link ErrorCode} that the service accepts. */\nexport enum KnownErrorCode {\n /** InvalidRequest */\n InvalidRequest = \"InvalidRequest\",\n /** InvalidArgument */\n InvalidArgument = \"InvalidArgument\",\n /** Unauthorized */\n Unauthorized = \"Unauthorized\",\n /** Forbidden */\n Forbidden = \"Forbidden\",\n /** NotFound */\n NotFound = \"NotFound\",\n /** ProjectNotFound */\n ProjectNotFound = \"ProjectNotFound\",\n /** OperationNotFound */\n OperationNotFound = \"OperationNotFound\",\n /** AzureCognitiveSearchNotFound */\n AzureCognitiveSearchNotFound = \"AzureCognitiveSearchNotFound\",\n /** AzureCognitiveSearchIndexNotFound */\n AzureCognitiveSearchIndexNotFound = \"AzureCognitiveSearchIndexNotFound\",\n /** TooManyRequests */\n TooManyRequests = \"TooManyRequests\",\n /** AzureCognitiveSearchThrottling */\n AzureCognitiveSearchThrottling = \"AzureCognitiveSearchThrottling\",\n /** AzureCognitiveSearchIndexLimitReached */\n AzureCognitiveSearchIndexLimitReached = \"AzureCognitiveSearchIndexLimitReached\",\n /** InternalServerError */\n InternalServerError = \"InternalServerError\",\n /** ServiceUnavailable */\n ServiceUnavailable = \"ServiceUnavailable\",\n /** Timeout */\n Timeout = \"Timeout\",\n /** QuotaExceeded */\n QuotaExceeded = \"QuotaExceeded\",\n /** Conflict */\n Conflict = \"Conflict\",\n /** Warning */\n Warning = \"Warning\",\n}\n\n/**\n * Defines values for ErrorCode.\n * {@link KnownErrorCode} can be used interchangeably with ErrorCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InvalidRequest**\n * **InvalidArgument**\n * **Unauthorized**\n * **Forbidden**\n * **NotFound**\n * **ProjectNotFound**\n * **OperationNotFound**\n * **AzureCognitiveSearchNotFound**\n * **AzureCognitiveSearchIndexNotFound**\n * **TooManyRequests**\n * **AzureCognitiveSearchThrottling**\n * **AzureCognitiveSearchIndexLimitReached**\n * **InternalServerError**\n * **ServiceUnavailable**\n * **Timeout**\n * **QuotaExceeded**\n * **Conflict**\n * **Warning**\n */\nexport type ErrorCode = string;\n\n/** Known values of {@link InnerErrorCode} that the service accepts. */\nexport enum KnownInnerErrorCode {\n /** InvalidRequest */\n InvalidRequest = \"InvalidRequest\",\n /** InvalidParameterValue */\n InvalidParameterValue = \"InvalidParameterValue\",\n /** KnowledgeBaseNotFound */\n KnowledgeBaseNotFound = \"KnowledgeBaseNotFound\",\n /** AzureCognitiveSearchNotFound */\n AzureCognitiveSearchNotFound = \"AzureCognitiveSearchNotFound\",\n /** AzureCognitiveSearchThrottling */\n AzureCognitiveSearchThrottling = \"AzureCognitiveSearchThrottling\",\n /** ExtractionFailure */\n ExtractionFailure = \"ExtractionFailure\",\n /** InvalidRequestBodyFormat */\n InvalidRequestBodyFormat = \"InvalidRequestBodyFormat\",\n /** EmptyRequest */\n EmptyRequest = \"EmptyRequest\",\n /** MissingInputDocuments */\n MissingInputDocuments = \"MissingInputDocuments\",\n /** InvalidDocument */\n InvalidDocument = \"InvalidDocument\",\n /** ModelVersionIncorrect */\n ModelVersionIncorrect = \"ModelVersionIncorrect\",\n /** InvalidDocumentBatch */\n InvalidDocumentBatch = \"InvalidDocumentBatch\",\n /** UnsupportedLanguageCode */\n UnsupportedLanguageCode = \"UnsupportedLanguageCode\",\n /** InvalidCountryHint */\n InvalidCountryHint = \"InvalidCountryHint\",\n}\n\n/**\n * Defines values for InnerErrorCode.\n * {@link KnownInnerErrorCode} can be used interchangeably with InnerErrorCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InvalidRequest**\n * **InvalidParameterValue**\n * **KnowledgeBaseNotFound**\n * **AzureCognitiveSearchNotFound**\n * **AzureCognitiveSearchThrottling**\n * **ExtractionFailure**\n * **InvalidRequestBodyFormat**\n * **EmptyRequest**\n * **MissingInputDocuments**\n * **InvalidDocument**\n * **ModelVersionIncorrect**\n * **InvalidDocumentBatch**\n * **UnsupportedLanguageCode**\n * **InvalidCountryHint**\n */\nexport type InnerErrorCode = string;\n\n/** Known values of {@link InputModality} that the service accepts. */\nexport enum KnownInputModality {\n /** Transcript */\n Transcript = \"transcript\",\n /** Text */\n Text = \"text\",\n}\n\n/**\n * Defines values for InputModality.\n * {@link KnownInputModality} can be used interchangeably with InputModality,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **transcript**\n * **text**\n */\nexport type InputModality = string;\n\n/** Known values of {@link ConversationDomain} that the service accepts. */\nexport enum KnownConversationDomain {\n /** Finance */\n Finance = \"finance\",\n /** Healthcare */\n Healthcare = \"healthcare\",\n /** Generic */\n Generic = \"generic\",\n}\n\n/**\n * Defines values for ConversationDomain.\n * {@link KnownConversationDomain} can be used interchangeably with ConversationDomain,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **finance**\n * **healthcare**\n * **generic**\n */\nexport type ConversationDomain = string;\n\n/** Known values of {@link AnalyzeConversationLROTaskKind} that the service accepts. */\nexport enum KnownAnalyzeConversationLROTaskKind {\n /** ConversationalPIITask */\n ConversationalPIITask = \"ConversationalPIITask\",\n /** ConversationalSummarizationTask */\n ConversationalSummarizationTask = \"ConversationalSummarizationTask\",\n}\n\n/**\n * Defines values for AnalyzeConversationLROTaskKind.\n * {@link KnownAnalyzeConversationLROTaskKind} can be used interchangeably with AnalyzeConversationLROTaskKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ConversationalPIITask**\n * **ConversationalSummarizationTask**\n */\nexport type AnalyzeConversationLROTaskKind = string;\n\n/** Known values of {@link JobState} that the service accepts. */\nexport enum KnownJobState {\n /** NotStarted */\n NotStarted = \"notStarted\",\n /** Running */\n Running = \"running\",\n /** Succeeded */\n Succeeded = \"succeeded\",\n /** PartiallyCompleted */\n PartiallyCompleted = \"partiallyCompleted\",\n /** Failed */\n Failed = \"failed\",\n /** Cancelled */\n Cancelled = \"cancelled\",\n /** Cancelling */\n Cancelling = \"cancelling\",\n}\n\n/**\n * Defines values for JobState.\n * {@link KnownJobState} can be used interchangeably with JobState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **notStarted**\n * **running**\n * **succeeded**\n * **partiallyCompleted**\n * **failed**\n * **cancelled**\n * **cancelling**\n */\nexport type JobState = string;\n\n/** Known values of {@link AnalyzeConversationResultsKind} that the service accepts. */\nexport enum KnownAnalyzeConversationResultsKind {\n /** ConversationalPIIResults */\n ConversationalPIIResults = \"ConversationalPIIResults\",\n /** ConversationalSummarizationResults */\n ConversationalSummarizationResults = \"ConversationalSummarizationResults\",\n}\n\n/**\n * Defines values for AnalyzeConversationResultsKind.\n * {@link KnownAnalyzeConversationResultsKind} can be used interchangeably with AnalyzeConversationResultsKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ConversationalPIIResults**\n * **ConversationalSummarizationResults**\n */\nexport type AnalyzeConversationResultsKind =\n | \"conversationalPIIResults\"\n | \"conversationalSummarizationResults\";\n\n/** Known values of {@link TaskState} that the service accepts. */\nexport enum KnownTaskState {\n /** NotStarted */\n NotStarted = \"notStarted\",\n /** Running */\n Running = \"running\",\n /** Succeeded */\n Succeeded = \"succeeded\",\n /** Failed */\n Failed = \"failed\",\n /** Cancelled */\n Cancelled = \"cancelled\",\n /** Cancelling */\n Cancelling = \"cancelling\",\n}\n\n/**\n * Defines values for TaskState.\n * {@link KnownTaskState} can be used interchangeably with TaskState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **notStarted**\n * **running**\n * **succeeded**\n * **failed**\n * **cancelled**\n * **cancelling**\n */\nexport type TaskState = string;\n\n/** Known values of {@link Role} that the service accepts. */\nexport enum KnownRole {\n /** Agent */\n Agent = \"agent\",\n /** Customer */\n Customer = \"customer\",\n /** Generic */\n Generic = \"generic\",\n}\n\n/**\n * Defines values for Role.\n * {@link KnownRole} can be used interchangeably with Role,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **agent**\n * **customer**\n * **generic**\n */\nexport type Role = string;\n\n/** Known values of {@link StringIndexType} that the service accepts. */\nexport enum KnownStringIndexType {\n /** 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. */\n TextElementsV8 = \"TextElements_v8\",\n /** 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. */\n UnicodeCodePoint = \"UnicodeCodePoint\",\n /** 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. */\n Utf16CodeUnit = \"Utf16CodeUnit\",\n}\n\n/**\n * Defines values for StringIndexType.\n * {@link KnownStringIndexType} can be used interchangeably with StringIndexType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TextElements_v8**: 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.\n * **UnicodeCodePoint**: 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.\n * **Utf16CodeUnit**: 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.\n */\nexport type StringIndexType = string;\n\n/** Known values of {@link TargetProjectKind} that the service accepts. */\nexport enum KnownTargetProjectKind {\n /** Luis */\n Luis = \"Luis\",\n /** Conversation */\n Conversation = \"Conversation\",\n /** QuestionAnswering */\n QuestionAnswering = \"QuestionAnswering\",\n /** NonLinked */\n NonLinked = \"NonLinked\",\n}\n\n/**\n * Defines values for TargetProjectKind.\n * {@link KnownTargetProjectKind} can be used interchangeably with TargetProjectKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Luis**\n * **Conversation**\n * **QuestionAnswering**\n * **NonLinked**\n */\nexport type TargetProjectKind = string;\n\n/** Known values of {@link ProjectKind} that the service accepts. */\nexport enum KnownProjectKind {\n /** Conversation */\n Conversation = \"Conversation\",\n /** Orchestration */\n Orchestration = \"Orchestration\",\n}\n\n/**\n * Defines values for ProjectKind.\n * {@link KnownProjectKind} can be used interchangeably with ProjectKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Conversation**\n * **Orchestration**\n */\nexport type ProjectKind = string;\n\n/** Known values of {@link ResolutionKind} that the service accepts. */\nexport enum KnownResolutionKind {\n /** Boolean */\n Boolean = \"Boolean\",\n /** DateTime */\n DateTime = \"DateTime\",\n /** Number */\n Number = \"Number\",\n /** Ordinal */\n Ordinal = \"Ordinal\",\n /** Speed */\n Speed = \"Speed\",\n /** Weight */\n Weight = \"Weight\",\n /** Length */\n Length = \"Length\",\n /** Volume */\n Volume = \"Volume\",\n /** Area */\n Area = \"Area\",\n /** Age */\n Age = \"Age\",\n /** Information */\n Information = \"Information\",\n /** Temperature */\n Temperature = \"Temperature\",\n /** Currency */\n Currency = \"Currency\",\n /** NumericRange */\n NumericRange = \"NumericRange\",\n /** TemporalSpan */\n TemporalSpan = \"TemporalSpan\",\n}\n\n/**\n * Defines values for ResolutionKind.\n * {@link KnownResolutionKind} can be used interchangeably with ResolutionKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Boolean**\n * **DateTime**\n * **Number**\n * **Ordinal**\n * **Speed**\n * **Weight**\n * **Length**\n * **Volume**\n * **Area**\n * **Age**\n * **Information**\n * **Temperature**\n * **Currency**\n * **NumericRange**\n * **TemporalSpan**\n */\nexport type ResolutionKind = string;\n\n/** Known values of {@link ExtraInformationKind} that the service accepts. */\nexport enum KnownExtraInformationKind {\n /** EntitySubtype */\n EntitySubtype = \"EntitySubtype\",\n /** ListKey */\n ListKey = \"ListKey\",\n}\n\n/**\n * Defines values for ExtraInformationKind.\n * {@link KnownExtraInformationKind} can be used interchangeably with ExtraInformationKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EntitySubtype**\n * **ListKey**\n */\nexport type ExtraInformationKind = string;\n\n/** Known values of {@link RankerKind} that the service accepts. */\nexport enum KnownRankerKind {\n /** Question only ranker. */\n QuestionOnly = \"QuestionOnly\",\n /** Default ranker. */\n Default = \"Default\",\n}\n\n/**\n * Defines values for RankerKind.\n * {@link KnownRankerKind} can be used interchangeably with RankerKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuestionOnly**: Question only ranker.\n * **Default**: Default ranker.\n */\nexport type RankerKind = string;\n\n/** Known values of {@link LogicalOperationKind} that the service accepts. */\nexport enum KnownLogicalOperationKind {\n /** AND */\n AND = \"AND\",\n /** OR */\n OR = \"OR\",\n}\n\n/**\n * Defines values for LogicalOperationKind.\n * {@link KnownLogicalOperationKind} can be used interchangeably with LogicalOperationKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AND**\n * **OR**\n */\nexport type LogicalOperationKind = string;\n\n/** Known values of {@link AgeUnit} that the service accepts. */\nexport enum KnownAgeUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** Year */\n Year = \"Year\",\n /** Month */\n Month = \"Month\",\n /** Week */\n Week = \"Week\",\n /** Day */\n Day = \"Day\",\n}\n\n/**\n * Defines values for AgeUnit.\n * {@link KnownAgeUnit} can be used interchangeably with AgeUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **Year**\n * **Month**\n * **Week**\n * **Day**\n */\nexport type AgeUnit = string;\n\n/** Known values of {@link VolumeUnit} that the service accepts. */\nexport enum KnownVolumeUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** CubicMeter */\n CubicMeter = \"CubicMeter\",\n /** CubicCentimeter */\n CubicCentimeter = \"CubicCentimeter\",\n /** CubicMillimeter */\n CubicMillimeter = \"CubicMillimeter\",\n /** Hectoliter */\n Hectoliter = \"Hectoliter\",\n /** Decaliter */\n Decaliter = \"Decaliter\",\n /** Liter */\n Liter = \"Liter\",\n /** Centiliter */\n Centiliter = \"Centiliter\",\n /** Milliliter */\n Milliliter = \"Milliliter\",\n /** CubicYard */\n CubicYard = \"CubicYard\",\n /** CubicInch */\n CubicInch = \"CubicInch\",\n /** CubicFoot */\n CubicFoot = \"CubicFoot\",\n /** CubicMile */\n CubicMile = \"CubicMile\",\n /** FluidOunce */\n FluidOunce = \"FluidOunce\",\n /** Teaspoon */\n Teaspoon = \"Teaspoon\",\n /** Tablespoon */\n Tablespoon = \"Tablespoon\",\n /** Pint */\n Pint = \"Pint\",\n /** Quart */\n Quart = \"Quart\",\n /** Cup */\n Cup = \"Cup\",\n /** Gill */\n Gill = \"Gill\",\n /** Pinch */\n Pinch = \"Pinch\",\n /** FluidDram */\n FluidDram = \"FluidDram\",\n /** Barrel */\n Barrel = \"Barrel\",\n /** Minim */\n Minim = \"Minim\",\n /** Cord */\n Cord = \"Cord\",\n /** Peck */\n Peck = \"Peck\",\n /** Bushel */\n Bushel = \"Bushel\",\n /** Hogshead */\n Hogshead = \"Hogshead\",\n}\n\n/**\n * Defines values for VolumeUnit.\n * {@link KnownVolumeUnit} can be used interchangeably with VolumeUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **CubicMeter**\n * **CubicCentimeter**\n * **CubicMillimeter**\n * **Hectoliter**\n * **Decaliter**\n * **Liter**\n * **Centiliter**\n * **Milliliter**\n * **CubicYard**\n * **CubicInch**\n * **CubicFoot**\n * **CubicMile**\n * **FluidOunce**\n * **Teaspoon**\n * **Tablespoon**\n * **Pint**\n * **Quart**\n * **Cup**\n * **Gill**\n * **Pinch**\n * **FluidDram**\n * **Barrel**\n * **Minim**\n * **Cord**\n * **Peck**\n * **Bushel**\n * **Hogshead**\n */\nexport type VolumeUnit = string;\n\n/** Known values of {@link SpeedUnit} that the service accepts. */\nexport enum KnownSpeedUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** MetersPerSecond */\n MetersPerSecond = \"MetersPerSecond\",\n /** KilometersPerHour */\n KilometersPerHour = \"KilometersPerHour\",\n /** KilometersPerMinute */\n KilometersPerMinute = \"KilometersPerMinute\",\n /** KilometersPerSecond */\n KilometersPerSecond = \"KilometersPerSecond\",\n /** MilesPerHour */\n MilesPerHour = \"MilesPerHour\",\n /** Knot */\n Knot = \"Knot\",\n /** FootPerSecond */\n FootPerSecond = \"FootPerSecond\",\n /** FootPerMinute */\n FootPerMinute = \"FootPerMinute\",\n /** YardsPerMinute */\n YardsPerMinute = \"YardsPerMinute\",\n /** YardsPerSecond */\n YardsPerSecond = \"YardsPerSecond\",\n /** MetersPerMillisecond */\n MetersPerMillisecond = \"MetersPerMillisecond\",\n /** CentimetersPerMillisecond */\n CentimetersPerMillisecond = \"CentimetersPerMillisecond\",\n /** KilometersPerMillisecond */\n KilometersPerMillisecond = \"KilometersPerMillisecond\",\n}\n\n/**\n * Defines values for SpeedUnit.\n * {@link KnownSpeedUnit} can be used interchangeably with SpeedUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **MetersPerSecond**\n * **KilometersPerHour**\n * **KilometersPerMinute**\n * **KilometersPerSecond**\n * **MilesPerHour**\n * **Knot**\n * **FootPerSecond**\n * **FootPerMinute**\n * **YardsPerMinute**\n * **YardsPerSecond**\n * **MetersPerMillisecond**\n * **CentimetersPerMillisecond**\n * **KilometersPerMillisecond**\n */\nexport type SpeedUnit = string;\n\n/** Known values of {@link AreaUnit} that the service accepts. */\nexport enum KnownAreaUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** SquareKilometer */\n SquareKilometer = \"SquareKilometer\",\n /** SquareHectometer */\n SquareHectometer = \"SquareHectometer\",\n /** SquareDecameter */\n SquareDecameter = \"SquareDecameter\",\n /** SquareDecimeter */\n SquareDecimeter = \"SquareDecimeter\",\n /** SquareMeter */\n SquareMeter = \"SquareMeter\",\n /** SquareCentimeter */\n SquareCentimeter = \"SquareCentimeter\",\n /** SquareMillimeter */\n SquareMillimeter = \"SquareMillimeter\",\n /** SquareInch */\n SquareInch = \"SquareInch\",\n /** SquareFoot */\n SquareFoot = \"SquareFoot\",\n /** SquareMile */\n SquareMile = \"SquareMile\",\n /** SquareYard */\n SquareYard = \"SquareYard\",\n /** Acre */\n Acre = \"Acre\",\n}\n\n/**\n * Defines values for AreaUnit.\n * {@link KnownAreaUnit} can be used interchangeably with AreaUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **SquareKilometer**\n * **SquareHectometer**\n * **SquareDecameter**\n * **SquareDecimeter**\n * **SquareMeter**\n * **SquareCentimeter**\n * **SquareMillimeter**\n * **SquareInch**\n * **SquareFoot**\n * **SquareMile**\n * **SquareYard**\n * **Acre**\n */\nexport type AreaUnit = string;\n\n/** Known values of {@link LengthUnit} that the service accepts. */\nexport enum KnownLengthUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** Kilometer */\n Kilometer = \"Kilometer\",\n /** Hectometer */\n Hectometer = \"Hectometer\",\n /** Decameter */\n Decameter = \"Decameter\",\n /** Meter */\n Meter = \"Meter\",\n /** Decimeter */\n Decimeter = \"Decimeter\",\n /** Centimeter */\n Centimeter = \"Centimeter\",\n /** Millimeter */\n Millimeter = \"Millimeter\",\n /** Micrometer */\n Micrometer = \"Micrometer\",\n /** Nanometer */\n Nanometer = \"Nanometer\",\n /** Picometer */\n Picometer = \"Picometer\",\n /** Mile */\n Mile = \"Mile\",\n /** Yard */\n Yard = \"Yard\",\n /** Inch */\n Inch = \"Inch\",\n /** Foot */\n Foot = \"Foot\",\n /** LightYear */\n LightYear = \"LightYear\",\n /** Pt */\n Pt = \"Pt\",\n}\n\n/**\n * Defines values for LengthUnit.\n * {@link KnownLengthUnit} can be used interchangeably with LengthUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **Kilometer**\n * **Hectometer**\n * **Decameter**\n * **Meter**\n * **Decimeter**\n * **Centimeter**\n * **Millimeter**\n * **Micrometer**\n * **Nanometer**\n * **Picometer**\n * **Mile**\n * **Yard**\n * **Inch**\n * **Foot**\n * **LightYear**\n * **Pt**\n */\nexport type LengthUnit = string;\n\n/** Known values of {@link InformationUnit} that the service accepts. */\nexport enum KnownInformationUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** Bit */\n Bit = \"Bit\",\n /** Kilobit */\n Kilobit = \"Kilobit\",\n /** Megabit */\n Megabit = \"Megabit\",\n /** Gigabit */\n Gigabit = \"Gigabit\",\n /** Terabit */\n Terabit = \"Terabit\",\n /** Petabit */\n Petabit = \"Petabit\",\n /** Byte */\n Byte = \"Byte\",\n /** Kilobyte */\n Kilobyte = \"Kilobyte\",\n /** Megabyte */\n Megabyte = \"Megabyte\",\n /** Gigabyte */\n Gigabyte = \"Gigabyte\",\n /** Terabyte */\n Terabyte = \"Terabyte\",\n /** Petabyte */\n Petabyte = \"Petabyte\",\n}\n\n/**\n * Defines values for InformationUnit.\n * {@link KnownInformationUnit} can be used interchangeably with InformationUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **Bit**\n * **Kilobit**\n * **Megabit**\n * **Gigabit**\n * **Terabit**\n * **Petabit**\n * **Byte**\n * **Kilobyte**\n * **Megabyte**\n * **Gigabyte**\n * **Terabyte**\n * **Petabyte**\n */\nexport type InformationUnit = string;\n\n/** Known values of {@link TemperatureUnit} that the service accepts. */\nexport enum KnownTemperatureUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** Fahrenheit */\n Fahrenheit = \"Fahrenheit\",\n /** Kelvin */\n Kelvin = \"Kelvin\",\n /** Rankine */\n Rankine = \"Rankine\",\n /** Celsius */\n Celsius = \"Celsius\",\n}\n\n/**\n * Defines values for TemperatureUnit.\n * {@link KnownTemperatureUnit} can be used interchangeably with TemperatureUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **Fahrenheit**\n * **Kelvin**\n * **Rankine**\n * **Celsius**\n */\nexport type TemperatureUnit = string;\n\n/** Known values of {@link WeightUnit} that the service accepts. */\nexport enum KnownWeightUnit {\n /** Unspecified */\n Unspecified = \"Unspecified\",\n /** Kilogram */\n Kilogram = \"Kilogram\",\n /** Gram */\n Gram = \"Gram\",\n /** Milligram */\n Milligram = \"Milligram\",\n /** Gallon */\n Gallon = \"Gallon\",\n /** MetricTon */\n MetricTon = \"MetricTon\",\n /** Ton */\n Ton = \"Ton\",\n /** Pound */\n Pound = \"Pound\",\n /** Ounce */\n Ounce = \"Ounce\",\n /** Grain */\n Grain = \"Grain\",\n /** PennyWeight */\n PennyWeight = \"PennyWeight\",\n /** LongTonBritish */\n LongTonBritish = \"LongTonBritish\",\n /** ShortTonUS */\n ShortTonUS = \"ShortTonUS\",\n /** ShortHundredWeightUS */\n ShortHundredWeightUS = \"ShortHundredWeightUS\",\n /** Stone */\n Stone = \"Stone\",\n /** Dram */\n Dram = \"Dram\",\n}\n\n/**\n * Defines values for WeightUnit.\n * {@link KnownWeightUnit} can be used interchangeably with WeightUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unspecified**\n * **Kilogram**\n * **Gram**\n * **Milligram**\n * **Gallon**\n * **MetricTon**\n * **Ton**\n * **Pound**\n * **Ounce**\n * **Grain**\n * **PennyWeight**\n * **LongTonBritish**\n * **ShortTonUS**\n * **ShortHundredWeightUS**\n * **Stone**\n * **Dram**\n */\nexport type WeightUnit = string;\n\n/** Known values of {@link DateTimeSubKind} that the service accepts. */\nexport enum KnownDateTimeSubKind {\n /** Time */\n Time = \"Time\",\n /** Date */\n Date = \"Date\",\n /** DateTime */\n DateTime = \"DateTime\",\n /** Duration */\n Duration = \"Duration\",\n /** Set */\n Set = \"Set\",\n}\n\n/**\n * Defines values for DateTimeSubKind.\n * {@link KnownDateTimeSubKind} can be used interchangeably with DateTimeSubKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Time**\n * **Date**\n * **DateTime**\n * **Duration**\n * **Set**\n */\nexport type DateTimeSubKind = string;\n\n/** Known values of {@link TemporalModifier} that the service accepts. */\nexport enum KnownTemporalModifier {\n /** AfterApprox */\n AfterApprox = \"AfterApprox\",\n /** Before */\n Before = \"Before\",\n /** BeforeStart */\n BeforeStart = \"BeforeStart\",\n /** Approx */\n Approx = \"Approx\",\n /** ReferenceUndefined */\n ReferenceUndefined = \"ReferenceUndefined\",\n /** SinceEnd */\n SinceEnd = \"SinceEnd\",\n /** AfterMid */\n AfterMid = \"AfterMid\",\n /** Start */\n Start = \"Start\",\n /** After */\n After = \"After\",\n /** BeforeEnd */\n BeforeEnd = \"BeforeEnd\",\n /** Until */\n Until = \"Until\",\n /** End */\n End = \"End\",\n /** Less */\n Less = \"Less\",\n /** Since */\n Since = \"Since\",\n /** AfterStart */\n AfterStart = \"AfterStart\",\n /** BeforeApprox */\n BeforeApprox = \"BeforeApprox\",\n /** Mid */\n Mid = \"Mid\",\n /** More */\n More = \"More\",\n}\n\n/**\n * Defines values for TemporalModifier.\n * {@link KnownTemporalModifier} can be used interchangeably with TemporalModifier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AfterApprox**\n * **Before**\n * **BeforeStart**\n * **Approx**\n * **ReferenceUndefined**\n * **SinceEnd**\n * **AfterMid**\n * **Start**\n * **After**\n * **BeforeEnd**\n * **Until**\n * **End**\n * **Less**\n * **Since**\n * **AfterStart**\n * **BeforeApprox**\n * **Mid**\n * **More**\n */\nexport type TemporalModifier = string;\n\n/** Known values of {@link NumberKind} that the service accepts. */\nexport enum KnownNumberKind {\n /** Integer */\n Integer = \"Integer\",\n /** Decimal */\n Decimal = \"Decimal\",\n /** Power */\n Power = \"Power\",\n /** Fraction */\n Fraction = \"Fraction\",\n /** Percent */\n Percent = \"Percent\",\n /** Unspecified */\n Unspecified = \"Unspecified\",\n}\n\n/**\n * Defines values for NumberKind.\n * {@link KnownNumberKind} can be used interchangeably with NumberKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Integer**\n * **Decimal**\n * **Power**\n * **Fraction**\n * **Percent**\n * **Unspecified**\n */\nexport type NumberKind = string;\n\n/** Known values of {@link RelativeTo} that the service accepts. */\nexport enum KnownRelativeTo {\n /** Current */\n Current = \"Current\",\n /** End */\n End = \"End\",\n /** Start */\n Start = \"Start\",\n}\n\n/**\n * Defines values for RelativeTo.\n * {@link KnownRelativeTo} can be used interchangeably with RelativeTo,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Current**\n * **End**\n * **Start**\n */\nexport type RelativeTo = string;\n\n/** Known values of {@link RangeKind} that the service accepts. */\nexport enum KnownRangeKind {\n /** Number */\n Number = \"Number\",\n /** Speed */\n Speed = \"Speed\",\n /** Weight */\n Weight = \"Weight\",\n /** Length */\n Length = \"Length\",\n /** Volume */\n Volume = \"Volume\",\n /** Area */\n Area = \"Area\",\n /** Age */\n Age = \"Age\",\n /** Information */\n Information = \"Information\",\n /** Temperature */\n Temperature = \"Temperature\",\n /** Currency */\n Currency = \"Currency\",\n}\n\n/**\n * Defines values for RangeKind.\n * {@link KnownRangeKind} can be used interchangeably with RangeKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Number**\n * **Speed**\n * **Weight**\n * **Length**\n * **Volume**\n * **Area**\n * **Age**\n * **Information**\n * **Temperature**\n * **Currency**\n */\nexport type RangeKind = string;\n\n/** Known values of {@link ConversationPIICategory} that the service accepts. */\nexport enum KnownConversationPIICategory {\n /** Address */\n Address = \"Address\",\n /** CreditCard */\n CreditCard = \"CreditCard\",\n /** Email */\n Email = \"Email\",\n /** Name */\n Name = \"Name\",\n /** NumericIdentifier */\n NumericIdentifier = \"NumericIdentifier\",\n /** PhoneNumber */\n PhoneNumber = \"PhoneNumber\",\n /** All */\n All = \"All\",\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * Defines values for ConversationPIICategory.\n * {@link KnownConversationPIICategory} can be used interchangeably with ConversationPIICategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Address**\n * **CreditCard**\n * **Email**\n * **Name**\n * **NumericIdentifier**\n * **PhoneNumber**\n * **All**\n * **Default**\n */\nexport type ConversationPIICategory = string;\n\n/** Known values of {@link TranscriptContentType} that the service accepts. */\nexport enum KnownTranscriptContentType {\n /** Lexical */\n Lexical = \"lexical\",\n /** Itn */\n Itn = \"itn\",\n /** MaskedItn */\n MaskedItn = \"maskedItn\",\n /** Text */\n Text = \"text\",\n}\n\n/**\n * Defines values for TranscriptContentType.\n * {@link KnownTranscriptContentType} can be used interchangeably with TranscriptContentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **lexical**\n * **itn**\n * **maskedItn**\n * **text**\n */\nexport type TranscriptContentType = string;\n\n/** Known values of {@link SummaryAspect} that the service accepts. */\nexport enum KnownSummaryAspect {\n /** Issue */\n Issue = \"issue\",\n /** Resolution */\n Resolution = \"resolution\",\n}\n\n/**\n * Defines values for SummaryAspect.\n * {@link KnownSummaryAspect} can be used interchangeably with SummaryAspect,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **issue**\n * **resolution**\n */\nexport type SummaryAspect = string;\n\n/** Optional parameters. */\nexport interface AnalyzeConversationOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the analyzeConversation operation. */\nexport type AnalyzeConversationResponse = AnalyzeConversationTaskResultUnion;\n\n/** Optional parameters. */\nexport interface ConversationAnalysisOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the conversationAnalysis operation. */\nexport type ConversationAnalysisResponse = AnalyzeConversationJobState;\n\n/** Optional parameters. */\nexport interface ConversationAnalysisClientOptionalParams extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }