@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.
- package/LICENSE +4 -4
- package/README.md +15 -11
- package/{types/src → dist/browser}/azureKeyCredentialPolicy.d.ts +2 -2
- package/dist/browser/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/azureKeyCredentialPolicy.js +1 -1
- package/dist/browser/azureKeyCredentialPolicy.js.map +1 -0
- package/{dist-esm/src → dist/browser}/constants.js +1 -1
- package/{dist-esm/src → dist/browser}/constants.js.map +1 -1
- package/{types/src → dist/browser}/conversationAnalysisClient.d.ts +6 -8
- package/dist/browser/conversationAnalysisClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/conversationAnalysisClient.js +8 -10
- package/dist/browser/conversationAnalysisClient.js.map +1 -0
- package/{types/src → dist/browser}/generated/conversationAnalysisClient.d.ts +1 -1
- package/dist/browser/generated/conversationAnalysisClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/conversationAnalysisClient.js +25 -14
- package/{dist-esm/src → dist/browser}/generated/conversationAnalysisClient.js.map +1 -1
- package/dist/browser/generated/index.d.ts +3 -0
- package/{types/src → dist/browser}/generated/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/generated/index.js +2 -2
- package/dist/browser/generated/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/lroImpl.js +11 -3
- package/dist/browser/generated/lroImpl.js.map +1 -0
- package/{types/src → dist/browser}/generated/models/index.d.ts +46 -46
- package/dist/browser/generated/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/models/mappers.js +297 -117
- package/dist/browser/generated/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/models/parameters.js +1 -1
- package/{dist-esm/src → dist/browser}/generated/models/parameters.js.map +1 -1
- package/{types/src → dist/browser}/index.d.ts +3 -3
- package/{types/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{types/src → dist/browser}/models.d.ts +47 -47
- package/dist/browser/models.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models.js +0 -2
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/commonjs/azureKeyCredentialPolicy.d.ts +9 -0
- package/dist/commonjs/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/azureKeyCredentialPolicy.js +25 -0
- package/dist/commonjs/azureKeyCredentialPolicy.js.map +1 -0
- package/dist/commonjs/constants.d.ts +3 -0
- package/dist/commonjs/constants.d.ts.map +1 -0
- package/dist/commonjs/constants.js +8 -0
- package/dist/commonjs/constants.js.map +1 -0
- package/dist/commonjs/conversationAnalysisClient.d.ts +63 -0
- package/dist/commonjs/conversationAnalysisClient.d.ts.map +1 -0
- package/dist/commonjs/conversationAnalysisClient.js +85 -0
- package/dist/commonjs/conversationAnalysisClient.js.map +1 -0
- package/dist/commonjs/generated/conversationAnalysisClient.d.ts +36 -0
- package/dist/commonjs/generated/conversationAnalysisClient.d.ts.map +1 -0
- package/dist/commonjs/generated/conversationAnalysisClient.js +207 -0
- package/dist/commonjs/generated/conversationAnalysisClient.js.map +1 -0
- package/dist/commonjs/generated/index.d.ts +3 -0
- package/dist/commonjs/generated/index.d.ts.map +1 -0
- package/dist/commonjs/generated/index.js +15 -0
- package/dist/commonjs/generated/index.js.map +1 -0
- package/dist/commonjs/generated/lroImpl.d.ts +16 -0
- package/dist/commonjs/generated/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/generated/lroImpl.js +37 -0
- package/dist/commonjs/generated/lroImpl.js.map +1 -0
- package/dist/commonjs/generated/models/index.d.ts +1951 -0
- package/dist/commonjs/generated/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/models/index.js +659 -0
- package/dist/commonjs/generated/models/index.js.map +1 -0
- package/dist/commonjs/generated/models/mappers.d.ts +153 -0
- package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/models/mappers.js +2847 -0
- package/dist/commonjs/generated/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/models/parameters.d.ts +8 -0
- package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/models/parameters.js +64 -0
- package/dist/commonjs/generated/models/parameters.js.map +1 -0
- package/dist/commonjs/index.d.ts +13 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +21 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/ai-language-conversations.d.ts → dist/commonjs/models.d.ts} +1953 -2221
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +652 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/azureKeyCredentialPolicy.d.ts +9 -0
- package/dist/esm/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/esm/azureKeyCredentialPolicy.js +22 -0
- package/dist/esm/azureKeyCredentialPolicy.js.map +1 -0
- package/dist/esm/constants.d.ts +3 -0
- package/dist/esm/constants.d.ts.map +1 -0
- package/dist/esm/constants.js +5 -0
- package/dist/esm/constants.js.map +1 -0
- package/dist/esm/conversationAnalysisClient.d.ts +63 -0
- package/dist/esm/conversationAnalysisClient.d.ts.map +1 -0
- package/dist/esm/conversationAnalysisClient.js +81 -0
- package/dist/esm/conversationAnalysisClient.js.map +1 -0
- package/dist/esm/generated/conversationAnalysisClient.d.ts +36 -0
- package/dist/esm/generated/conversationAnalysisClient.d.ts.map +1 -0
- package/dist/esm/generated/conversationAnalysisClient.js +202 -0
- package/dist/esm/generated/conversationAnalysisClient.js.map +1 -0
- package/dist/esm/generated/index.d.ts +3 -0
- package/dist/esm/generated/index.d.ts.map +1 -0
- package/dist/esm/generated/index.js +10 -0
- package/dist/esm/generated/index.js.map +1 -0
- package/dist/esm/generated/lroImpl.d.ts +16 -0
- package/dist/esm/generated/lroImpl.d.ts.map +1 -0
- package/dist/esm/generated/lroImpl.js +33 -0
- package/dist/esm/generated/lroImpl.js.map +1 -0
- package/dist/esm/generated/models/index.d.ts +1951 -0
- package/dist/esm/generated/models/index.d.ts.map +1 -0
- package/dist/esm/generated/models/index.js +656 -0
- package/dist/esm/generated/models/index.js.map +1 -0
- package/dist/esm/generated/models/mappers.d.ts +153 -0
- package/dist/esm/generated/models/mappers.d.ts.map +1 -0
- package/dist/{index.js → esm/generated/models/mappers.js} +404 -1395
- package/dist/esm/generated/models/mappers.js.map +1 -0
- package/dist/esm/generated/models/parameters.d.ts +8 -0
- package/dist/esm/generated/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/models/parameters.js +61 -0
- package/dist/esm/generated/models/parameters.js.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models.d.ts +1953 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +649 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/react-native/azureKeyCredentialPolicy.d.ts +9 -0
- package/dist/react-native/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/azureKeyCredentialPolicy.js +22 -0
- package/dist/react-native/azureKeyCredentialPolicy.js.map +1 -0
- package/dist/react-native/constants.d.ts +3 -0
- package/dist/react-native/constants.d.ts.map +1 -0
- package/dist/react-native/constants.js +5 -0
- package/dist/react-native/constants.js.map +1 -0
- package/dist/react-native/conversationAnalysisClient.d.ts +63 -0
- package/dist/react-native/conversationAnalysisClient.d.ts.map +1 -0
- package/dist/react-native/conversationAnalysisClient.js +81 -0
- package/dist/react-native/conversationAnalysisClient.js.map +1 -0
- package/dist/react-native/generated/conversationAnalysisClient.d.ts +36 -0
- package/dist/react-native/generated/conversationAnalysisClient.d.ts.map +1 -0
- package/dist/react-native/generated/conversationAnalysisClient.js +202 -0
- package/dist/react-native/generated/conversationAnalysisClient.js.map +1 -0
- package/dist/react-native/generated/index.d.ts +3 -0
- package/dist/react-native/generated/index.d.ts.map +1 -0
- package/dist/react-native/generated/index.js +10 -0
- package/dist/react-native/generated/index.js.map +1 -0
- package/dist/react-native/generated/lroImpl.d.ts +16 -0
- package/dist/react-native/generated/lroImpl.d.ts.map +1 -0
- package/dist/react-native/generated/lroImpl.js +33 -0
- package/dist/react-native/generated/lroImpl.js.map +1 -0
- package/dist/react-native/generated/models/index.d.ts +1951 -0
- package/dist/react-native/generated/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/models/index.js +656 -0
- package/dist/react-native/generated/models/index.js.map +1 -0
- package/dist/react-native/generated/models/mappers.d.ts +153 -0
- package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/models/mappers.js +2842 -0
- package/dist/react-native/generated/models/mappers.js.map +1 -0
- package/dist/react-native/generated/models/parameters.d.ts +8 -0
- package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/models/parameters.js +61 -0
- package/dist/react-native/generated/models/parameters.js.map +1 -0
- package/dist/react-native/index.d.ts +13 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +15 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models.d.ts +1953 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +649 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/package.json +95 -100
- package/CHANGELOG.md +0 -5
- package/dist/index.js.map +0 -1
- package/dist-esm/samples-dev/sample_analyze_conversation_app.js +0 -74
- package/dist-esm/samples-dev/sample_analyze_conversation_app.js.map +0 -1
- package/dist-esm/samples-dev/sample_analyze_orchestration_app_conv_response.js +0 -89
- package/dist-esm/samples-dev/sample_analyze_orchestration_app_conv_response.js.map +0 -1
- package/dist-esm/samples-dev/sample_analyze_orchestration_app_luis_response.js +0 -65
- package/dist-esm/samples-dev/sample_analyze_orchestration_app_luis_response.js.map +0 -1
- package/dist-esm/samples-dev/sample_analyze_orchestration_app_qna_response.js +0 -66
- package/dist-esm/samples-dev/sample_analyze_orchestration_app_qna_response.js.map +0 -1
- package/dist-esm/samples-dev/sample_analyze_orchestration_direct_target.js +0 -76
- package/dist-esm/samples-dev/sample_analyze_orchestration_direct_target.js.map +0 -1
- package/dist-esm/samples-dev/sample_authentication.js +0 -44
- package/dist-esm/samples-dev/sample_authentication.js.map +0 -1
- package/dist-esm/samples-dev/sample_conv_pii_transcript_input.js +0 -112
- package/dist-esm/samples-dev/sample_conv_pii_transcript_input.js.map +0 -1
- package/dist-esm/samples-dev/sample_conv_summarization.js +0 -95
- package/dist-esm/samples-dev/sample_conv_summarization.js.map +0 -1
- package/dist-esm/src/azureKeyCredentialPolicy.js.map +0 -1
- package/dist-esm/src/conversationAnalysisClient.js.map +0 -1
- package/dist-esm/src/generated/index.js.map +0 -1
- package/dist-esm/src/generated/lroImpl.js.map +0 -1
- package/dist-esm/src/generated/models/mappers.js.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/test/public/analyze.spec.js +0 -159
- package/dist-esm/test/public/analyze.spec.js.map +0 -1
- package/dist-esm/test/public/inputs.js +0 -166
- package/dist-esm/test/public/inputs.js.map +0 -1
- package/dist-esm/test/public/utils/recordedClient.js +0 -50
- package/dist-esm/test/public/utils/recordedClient.js.map +0 -1
- package/review/ai-language-conversations.api.md +0 -1291
- package/rollup.config.js +0 -122
- package/tsconfig.json +0 -11
- package/types/samples-dev/sample_analyze_conversation_app.d.ts +0 -2
- package/types/samples-dev/sample_analyze_conversation_app.d.ts.map +0 -1
- package/types/samples-dev/sample_analyze_orchestration_app_conv_response.d.ts +0 -2
- package/types/samples-dev/sample_analyze_orchestration_app_conv_response.d.ts.map +0 -1
- package/types/samples-dev/sample_analyze_orchestration_app_luis_response.d.ts +0 -2
- package/types/samples-dev/sample_analyze_orchestration_app_luis_response.d.ts.map +0 -1
- package/types/samples-dev/sample_analyze_orchestration_app_qna_response.d.ts +0 -2
- package/types/samples-dev/sample_analyze_orchestration_app_qna_response.d.ts.map +0 -1
- package/types/samples-dev/sample_analyze_orchestration_direct_target.d.ts +0 -2
- package/types/samples-dev/sample_analyze_orchestration_direct_target.d.ts.map +0 -1
- package/types/samples-dev/sample_authentication.d.ts +0 -2
- package/types/samples-dev/sample_authentication.d.ts.map +0 -1
- package/types/samples-dev/sample_conv_pii_transcript_input.d.ts +0 -2
- package/types/samples-dev/sample_conv_pii_transcript_input.d.ts.map +0 -1
- package/types/samples-dev/sample_conv_summarization.d.ts +0 -2
- package/types/samples-dev/sample_conv_summarization.d.ts.map +0 -1
- package/types/src/azureKeyCredentialPolicy.d.ts.map +0 -1
- package/types/src/conversationAnalysisClient.d.ts.map +0 -1
- package/types/src/generated/conversationAnalysisClient.d.ts.map +0 -1
- package/types/src/generated/index.d.ts +0 -3
- package/types/src/generated/models/index.d.ts.map +0 -1
- package/types/src/models.d.ts.map +0 -1
- package/types/test/public/analyze.spec.d.ts +0 -2
- package/types/test/public/analyze.spec.d.ts.map +0 -1
- package/types/test/public/inputs.d.ts +0 -8
- package/types/test/public/inputs.d.ts.map +0 -1
- package/types/test/public/utils/recordedClient.d.ts +0 -16
- package/types/test/public/utils/recordedClient.d.ts.map +0 -1
- /package/{types/src → dist/browser}/constants.d.ts +0 -0
- /package/{types/src → dist/browser}/constants.d.ts.map +0 -0
- /package/{types/src → dist/browser}/generated/lroImpl.d.ts +0 -0
- /package/{types/src → dist/browser}/generated/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
- /package/{types/src → dist/browser}/generated/models/mappers.d.ts +0 -0
- /package/{types/src → dist/browser}/generated/models/mappers.d.ts.map +0 -0
- /package/{types/src → dist/browser}/generated/models/parameters.d.ts +0 -0
- /package/{types/src → dist/browser}/generated/models/parameters.d.ts.map +0 -0
|
@@ -1679,19 +1679,23 @@ export const ConversationalTask = {
|
|
|
1679
1679
|
className: "ConversationalTask",
|
|
1680
1680
|
uberParent: "AnalyzeConversationTask",
|
|
1681
1681
|
polymorphicDiscriminator: AnalyzeConversationTask.type.polymorphicDiscriminator,
|
|
1682
|
-
modelProperties:
|
|
1682
|
+
modelProperties: {
|
|
1683
|
+
...AnalyzeConversationTask.type.modelProperties,
|
|
1684
|
+
analysisInput: {
|
|
1683
1685
|
serializedName: "analysisInput",
|
|
1684
1686
|
type: {
|
|
1685
1687
|
name: "Composite",
|
|
1686
1688
|
className: "ConversationAnalysisOptions"
|
|
1687
1689
|
}
|
|
1688
|
-
},
|
|
1690
|
+
},
|
|
1691
|
+
parameters: {
|
|
1689
1692
|
serializedName: "parameters",
|
|
1690
1693
|
type: {
|
|
1691
1694
|
name: "Composite",
|
|
1692
1695
|
className: "ConversationTaskParameters"
|
|
1693
1696
|
}
|
|
1694
|
-
}
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1695
1699
|
}
|
|
1696
1700
|
};
|
|
1697
1701
|
export const ConversationalTaskResult = {
|
|
@@ -1701,13 +1705,16 @@ export const ConversationalTaskResult = {
|
|
|
1701
1705
|
className: "ConversationalTaskResult",
|
|
1702
1706
|
uberParent: "AnalyzeConversationTaskResult",
|
|
1703
1707
|
polymorphicDiscriminator: AnalyzeConversationTaskResult.type.polymorphicDiscriminator,
|
|
1704
|
-
modelProperties:
|
|
1708
|
+
modelProperties: {
|
|
1709
|
+
...AnalyzeConversationTaskResult.type.modelProperties,
|
|
1710
|
+
result: {
|
|
1705
1711
|
serializedName: "result",
|
|
1706
1712
|
type: {
|
|
1707
1713
|
name: "Composite",
|
|
1708
1714
|
className: "AnalyzeConversationResult"
|
|
1709
1715
|
}
|
|
1710
|
-
}
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1711
1718
|
}
|
|
1712
1719
|
};
|
|
1713
1720
|
export const TextConversation = {
|
|
@@ -1717,7 +1724,9 @@ export const TextConversation = {
|
|
|
1717
1724
|
className: "TextConversation",
|
|
1718
1725
|
uberParent: "Conversation",
|
|
1719
1726
|
polymorphicDiscriminator: Conversation.type.polymorphicDiscriminator,
|
|
1720
|
-
modelProperties:
|
|
1727
|
+
modelProperties: {
|
|
1728
|
+
...Conversation.type.modelProperties,
|
|
1729
|
+
conversationItems: {
|
|
1721
1730
|
serializedName: "conversationItems",
|
|
1722
1731
|
required: true,
|
|
1723
1732
|
type: {
|
|
@@ -1729,7 +1738,8 @@ export const TextConversation = {
|
|
|
1729
1738
|
}
|
|
1730
1739
|
}
|
|
1731
1740
|
}
|
|
1732
|
-
}
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1733
1743
|
}
|
|
1734
1744
|
};
|
|
1735
1745
|
export const TranscriptConversation = {
|
|
@@ -1739,7 +1749,9 @@ export const TranscriptConversation = {
|
|
|
1739
1749
|
className: "TranscriptConversation",
|
|
1740
1750
|
uberParent: "Conversation",
|
|
1741
1751
|
polymorphicDiscriminator: Conversation.type.polymorphicDiscriminator,
|
|
1742
|
-
modelProperties:
|
|
1752
|
+
modelProperties: {
|
|
1753
|
+
...Conversation.type.modelProperties,
|
|
1754
|
+
conversationItems: {
|
|
1743
1755
|
serializedName: "conversationItems",
|
|
1744
1756
|
required: true,
|
|
1745
1757
|
type: {
|
|
@@ -1751,7 +1763,8 @@ export const TranscriptConversation = {
|
|
|
1751
1763
|
}
|
|
1752
1764
|
}
|
|
1753
1765
|
}
|
|
1754
|
-
}
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1755
1768
|
}
|
|
1756
1769
|
};
|
|
1757
1770
|
export const AnalyzeConversationLROTask = {
|
|
@@ -1764,13 +1777,16 @@ export const AnalyzeConversationLROTask = {
|
|
|
1764
1777
|
serializedName: "kind",
|
|
1765
1778
|
clientName: "kind"
|
|
1766
1779
|
},
|
|
1767
|
-
modelProperties:
|
|
1780
|
+
modelProperties: {
|
|
1781
|
+
...TaskIdentifier.type.modelProperties,
|
|
1782
|
+
kind: {
|
|
1768
1783
|
serializedName: "kind",
|
|
1769
1784
|
required: true,
|
|
1770
1785
|
type: {
|
|
1771
1786
|
name: "String"
|
|
1772
1787
|
}
|
|
1773
|
-
}
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1774
1790
|
}
|
|
1775
1791
|
};
|
|
1776
1792
|
export const AnalyzeConversationJobResult = {
|
|
@@ -1783,20 +1799,28 @@ export const AnalyzeConversationJobResult = {
|
|
|
1783
1799
|
serializedName: "kind",
|
|
1784
1800
|
clientName: "kind"
|
|
1785
1801
|
},
|
|
1786
|
-
modelProperties:
|
|
1802
|
+
modelProperties: {
|
|
1803
|
+
...TaskStateAutoGenerated.type.modelProperties,
|
|
1804
|
+
...TaskIdentifier.type.modelProperties,
|
|
1805
|
+
kind: {
|
|
1787
1806
|
serializedName: "kind",
|
|
1788
1807
|
required: true,
|
|
1789
1808
|
type: {
|
|
1790
1809
|
name: "String"
|
|
1791
1810
|
}
|
|
1792
|
-
}
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1793
1813
|
}
|
|
1794
1814
|
};
|
|
1795
1815
|
export const AnalyzeConversationJobState = {
|
|
1796
1816
|
type: {
|
|
1797
1817
|
name: "Composite",
|
|
1798
1818
|
className: "AnalyzeConversationJobState",
|
|
1799
|
-
modelProperties:
|
|
1819
|
+
modelProperties: {
|
|
1820
|
+
...JobStateAutoGenerated.type.modelProperties,
|
|
1821
|
+
...ConversationTasksState.type.modelProperties,
|
|
1822
|
+
...AnalyzeConversationJobStatistics.type.modelProperties
|
|
1823
|
+
}
|
|
1800
1824
|
}
|
|
1801
1825
|
};
|
|
1802
1826
|
export const ConversationRequestStatistics = {
|
|
@@ -1804,25 +1828,30 @@ export const ConversationRequestStatistics = {
|
|
|
1804
1828
|
name: "Composite",
|
|
1805
1829
|
className: "ConversationRequestStatistics",
|
|
1806
1830
|
additionalProperties: { type: { name: "Object" } },
|
|
1807
|
-
modelProperties:
|
|
1831
|
+
modelProperties: {
|
|
1832
|
+
...RequestStatistics.type.modelProperties,
|
|
1833
|
+
conversationsCount: {
|
|
1808
1834
|
serializedName: "conversationsCount",
|
|
1809
1835
|
required: true,
|
|
1810
1836
|
type: {
|
|
1811
1837
|
name: "Number"
|
|
1812
1838
|
}
|
|
1813
|
-
},
|
|
1839
|
+
},
|
|
1840
|
+
validConversationsCount: {
|
|
1814
1841
|
serializedName: "validConversationsCount",
|
|
1815
1842
|
required: true,
|
|
1816
1843
|
type: {
|
|
1817
1844
|
name: "Number"
|
|
1818
1845
|
}
|
|
1819
|
-
},
|
|
1846
|
+
},
|
|
1847
|
+
erroneousConversationsCount: {
|
|
1820
1848
|
serializedName: "erroneousConversationsCount",
|
|
1821
1849
|
required: true,
|
|
1822
1850
|
type: {
|
|
1823
1851
|
name: "Number"
|
|
1824
1852
|
}
|
|
1825
|
-
}
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1826
1855
|
}
|
|
1827
1856
|
};
|
|
1828
1857
|
export const TextConversationItem = {
|
|
@@ -1830,13 +1859,16 @@ export const TextConversationItem = {
|
|
|
1830
1859
|
name: "Composite",
|
|
1831
1860
|
className: "TextConversationItem",
|
|
1832
1861
|
additionalProperties: { type: { name: "Object" } },
|
|
1833
|
-
modelProperties:
|
|
1862
|
+
modelProperties: {
|
|
1863
|
+
...ConversationItemBase.type.modelProperties,
|
|
1864
|
+
text: {
|
|
1834
1865
|
serializedName: "text",
|
|
1835
1866
|
required: true,
|
|
1836
1867
|
type: {
|
|
1837
1868
|
name: "String"
|
|
1838
1869
|
}
|
|
1839
|
-
}
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1840
1872
|
}
|
|
1841
1873
|
};
|
|
1842
1874
|
export const TranscriptConversationItem = {
|
|
@@ -1844,27 +1876,33 @@ export const TranscriptConversationItem = {
|
|
|
1844
1876
|
name: "Composite",
|
|
1845
1877
|
className: "TranscriptConversationItem",
|
|
1846
1878
|
additionalProperties: { type: { name: "Object" } },
|
|
1847
|
-
modelProperties:
|
|
1879
|
+
modelProperties: {
|
|
1880
|
+
...ConversationItemBase.type.modelProperties,
|
|
1881
|
+
itn: {
|
|
1848
1882
|
serializedName: "itn",
|
|
1849
1883
|
type: {
|
|
1850
1884
|
name: "String"
|
|
1851
1885
|
}
|
|
1852
|
-
},
|
|
1886
|
+
},
|
|
1887
|
+
maskedItn: {
|
|
1853
1888
|
serializedName: "maskedItn",
|
|
1854
1889
|
type: {
|
|
1855
1890
|
name: "String"
|
|
1856
1891
|
}
|
|
1857
|
-
},
|
|
1892
|
+
},
|
|
1893
|
+
text: {
|
|
1858
1894
|
serializedName: "text",
|
|
1859
1895
|
type: {
|
|
1860
1896
|
name: "String"
|
|
1861
1897
|
}
|
|
1862
|
-
},
|
|
1898
|
+
},
|
|
1899
|
+
lexical: {
|
|
1863
1900
|
serializedName: "lexical",
|
|
1864
1901
|
type: {
|
|
1865
1902
|
name: "String"
|
|
1866
1903
|
}
|
|
1867
|
-
},
|
|
1904
|
+
},
|
|
1905
|
+
audioTimings: {
|
|
1868
1906
|
serializedName: "audioTimings",
|
|
1869
1907
|
type: {
|
|
1870
1908
|
name: "Sequence",
|
|
@@ -1875,7 +1913,8 @@ export const TranscriptConversationItem = {
|
|
|
1875
1913
|
}
|
|
1876
1914
|
}
|
|
1877
1915
|
}
|
|
1878
|
-
}
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1879
1918
|
}
|
|
1880
1919
|
};
|
|
1881
1920
|
export const LuisParameters = {
|
|
@@ -1886,7 +1925,9 @@ export const LuisParameters = {
|
|
|
1886
1925
|
uberParent: "AnalysisParameters",
|
|
1887
1926
|
additionalProperties: { type: { name: "Object" } },
|
|
1888
1927
|
polymorphicDiscriminator: AnalysisParameters.type.polymorphicDiscriminator,
|
|
1889
|
-
modelProperties:
|
|
1928
|
+
modelProperties: {
|
|
1929
|
+
...AnalysisParameters.type.modelProperties,
|
|
1930
|
+
query: {
|
|
1890
1931
|
constraints: {
|
|
1891
1932
|
MaxLength: 500
|
|
1892
1933
|
},
|
|
@@ -1894,13 +1935,15 @@ export const LuisParameters = {
|
|
|
1894
1935
|
type: {
|
|
1895
1936
|
name: "String"
|
|
1896
1937
|
}
|
|
1897
|
-
},
|
|
1938
|
+
},
|
|
1939
|
+
callingOptions: {
|
|
1898
1940
|
serializedName: "callingOptions",
|
|
1899
1941
|
type: {
|
|
1900
1942
|
name: "Composite",
|
|
1901
1943
|
className: "LuisCallingOptions"
|
|
1902
1944
|
}
|
|
1903
|
-
}
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1904
1947
|
}
|
|
1905
1948
|
};
|
|
1906
1949
|
export const ConversationParameters = {
|
|
@@ -1910,13 +1953,16 @@ export const ConversationParameters = {
|
|
|
1910
1953
|
className: "ConversationParameters",
|
|
1911
1954
|
uberParent: "AnalysisParameters",
|
|
1912
1955
|
polymorphicDiscriminator: AnalysisParameters.type.polymorphicDiscriminator,
|
|
1913
|
-
modelProperties:
|
|
1956
|
+
modelProperties: {
|
|
1957
|
+
...AnalysisParameters.type.modelProperties,
|
|
1958
|
+
callingOptions: {
|
|
1914
1959
|
serializedName: "callingOptions",
|
|
1915
1960
|
type: {
|
|
1916
1961
|
name: "Composite",
|
|
1917
1962
|
className: "ConversationCallingOptions"
|
|
1918
1963
|
}
|
|
1919
|
-
}
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1920
1966
|
}
|
|
1921
1967
|
};
|
|
1922
1968
|
export const QuestionAnsweringParameters = {
|
|
@@ -1926,13 +1972,16 @@ export const QuestionAnsweringParameters = {
|
|
|
1926
1972
|
className: "QuestionAnsweringParameters",
|
|
1927
1973
|
uberParent: "AnalysisParameters",
|
|
1928
1974
|
polymorphicDiscriminator: AnalysisParameters.type.polymorphicDiscriminator,
|
|
1929
|
-
modelProperties:
|
|
1975
|
+
modelProperties: {
|
|
1976
|
+
...AnalysisParameters.type.modelProperties,
|
|
1977
|
+
callingOptions: {
|
|
1930
1978
|
serializedName: "callingOptions",
|
|
1931
1979
|
type: {
|
|
1932
1980
|
name: "Composite",
|
|
1933
1981
|
className: "AnswersOptions"
|
|
1934
1982
|
}
|
|
1935
|
-
}
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1936
1985
|
}
|
|
1937
1986
|
};
|
|
1938
1987
|
export const ConversationPrediction = {
|
|
@@ -1942,7 +1991,9 @@ export const ConversationPrediction = {
|
|
|
1942
1991
|
className: "ConversationPrediction",
|
|
1943
1992
|
uberParent: "BasePrediction",
|
|
1944
1993
|
polymorphicDiscriminator: BasePrediction.type.polymorphicDiscriminator,
|
|
1945
|
-
modelProperties:
|
|
1994
|
+
modelProperties: {
|
|
1995
|
+
...BasePrediction.type.modelProperties,
|
|
1996
|
+
intents: {
|
|
1946
1997
|
serializedName: "intents",
|
|
1947
1998
|
required: true,
|
|
1948
1999
|
type: {
|
|
@@ -1954,7 +2005,8 @@ export const ConversationPrediction = {
|
|
|
1954
2005
|
}
|
|
1955
2006
|
}
|
|
1956
2007
|
}
|
|
1957
|
-
},
|
|
2008
|
+
},
|
|
2009
|
+
entities: {
|
|
1958
2010
|
serializedName: "entities",
|
|
1959
2011
|
required: true,
|
|
1960
2012
|
type: {
|
|
@@ -1966,7 +2018,8 @@ export const ConversationPrediction = {
|
|
|
1966
2018
|
}
|
|
1967
2019
|
}
|
|
1968
2020
|
}
|
|
1969
|
-
}
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
1970
2023
|
}
|
|
1971
2024
|
};
|
|
1972
2025
|
export const OrchestrationPrediction = {
|
|
@@ -1976,7 +2029,9 @@ export const OrchestrationPrediction = {
|
|
|
1976
2029
|
className: "OrchestrationPrediction",
|
|
1977
2030
|
uberParent: "BasePrediction",
|
|
1978
2031
|
polymorphicDiscriminator: BasePrediction.type.polymorphicDiscriminator,
|
|
1979
|
-
modelProperties:
|
|
2032
|
+
modelProperties: {
|
|
2033
|
+
...BasePrediction.type.modelProperties,
|
|
2034
|
+
intents: {
|
|
1980
2035
|
serializedName: "intents",
|
|
1981
2036
|
required: true,
|
|
1982
2037
|
type: {
|
|
@@ -1985,7 +2040,8 @@ export const OrchestrationPrediction = {
|
|
|
1985
2040
|
type: { name: "Composite", className: "TargetIntentResult" }
|
|
1986
2041
|
}
|
|
1987
2042
|
}
|
|
1988
|
-
}
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
1989
2045
|
}
|
|
1990
2046
|
};
|
|
1991
2047
|
export const AgeResolution = {
|
|
@@ -1995,13 +2051,17 @@ export const AgeResolution = {
|
|
|
1995
2051
|
className: "AgeResolution",
|
|
1996
2052
|
uberParent: "BaseResolution",
|
|
1997
2053
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
1998
|
-
modelProperties:
|
|
2054
|
+
modelProperties: {
|
|
2055
|
+
...BaseResolution.type.modelProperties,
|
|
2056
|
+
...QuantityResolution.type.modelProperties,
|
|
2057
|
+
unit: {
|
|
1999
2058
|
serializedName: "unit",
|
|
2000
2059
|
required: true,
|
|
2001
2060
|
type: {
|
|
2002
2061
|
name: "String"
|
|
2003
2062
|
}
|
|
2004
|
-
}
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2005
2065
|
}
|
|
2006
2066
|
};
|
|
2007
2067
|
export const VolumeResolution = {
|
|
@@ -2011,13 +2071,17 @@ export const VolumeResolution = {
|
|
|
2011
2071
|
className: "VolumeResolution",
|
|
2012
2072
|
uberParent: "BaseResolution",
|
|
2013
2073
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2014
|
-
modelProperties:
|
|
2074
|
+
modelProperties: {
|
|
2075
|
+
...BaseResolution.type.modelProperties,
|
|
2076
|
+
...QuantityResolution.type.modelProperties,
|
|
2077
|
+
unit: {
|
|
2015
2078
|
serializedName: "unit",
|
|
2016
2079
|
required: true,
|
|
2017
2080
|
type: {
|
|
2018
2081
|
name: "String"
|
|
2019
2082
|
}
|
|
2020
|
-
}
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2021
2085
|
}
|
|
2022
2086
|
};
|
|
2023
2087
|
export const SpeedResolution = {
|
|
@@ -2027,13 +2091,17 @@ export const SpeedResolution = {
|
|
|
2027
2091
|
className: "SpeedResolution",
|
|
2028
2092
|
uberParent: "BaseResolution",
|
|
2029
2093
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2030
|
-
modelProperties:
|
|
2094
|
+
modelProperties: {
|
|
2095
|
+
...BaseResolution.type.modelProperties,
|
|
2096
|
+
...QuantityResolution.type.modelProperties,
|
|
2097
|
+
unit: {
|
|
2031
2098
|
serializedName: "unit",
|
|
2032
2099
|
required: true,
|
|
2033
2100
|
type: {
|
|
2034
2101
|
name: "String"
|
|
2035
2102
|
}
|
|
2036
|
-
}
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2037
2105
|
}
|
|
2038
2106
|
};
|
|
2039
2107
|
export const AreaResolution = {
|
|
@@ -2043,13 +2111,17 @@ export const AreaResolution = {
|
|
|
2043
2111
|
className: "AreaResolution",
|
|
2044
2112
|
uberParent: "BaseResolution",
|
|
2045
2113
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2046
|
-
modelProperties:
|
|
2114
|
+
modelProperties: {
|
|
2115
|
+
...BaseResolution.type.modelProperties,
|
|
2116
|
+
...QuantityResolution.type.modelProperties,
|
|
2117
|
+
unit: {
|
|
2047
2118
|
serializedName: "unit",
|
|
2048
2119
|
required: true,
|
|
2049
2120
|
type: {
|
|
2050
2121
|
name: "String"
|
|
2051
2122
|
}
|
|
2052
|
-
}
|
|
2123
|
+
}
|
|
2124
|
+
}
|
|
2053
2125
|
}
|
|
2054
2126
|
};
|
|
2055
2127
|
export const LengthResolution = {
|
|
@@ -2059,13 +2131,17 @@ export const LengthResolution = {
|
|
|
2059
2131
|
className: "LengthResolution",
|
|
2060
2132
|
uberParent: "BaseResolution",
|
|
2061
2133
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2062
|
-
modelProperties:
|
|
2134
|
+
modelProperties: {
|
|
2135
|
+
...BaseResolution.type.modelProperties,
|
|
2136
|
+
...QuantityResolution.type.modelProperties,
|
|
2137
|
+
unit: {
|
|
2063
2138
|
serializedName: "unit",
|
|
2064
2139
|
required: true,
|
|
2065
2140
|
type: {
|
|
2066
2141
|
name: "String"
|
|
2067
2142
|
}
|
|
2068
|
-
}
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2069
2145
|
}
|
|
2070
2146
|
};
|
|
2071
2147
|
export const InformationResolution = {
|
|
@@ -2075,13 +2151,17 @@ export const InformationResolution = {
|
|
|
2075
2151
|
className: "InformationResolution",
|
|
2076
2152
|
uberParent: "BaseResolution",
|
|
2077
2153
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2078
|
-
modelProperties:
|
|
2154
|
+
modelProperties: {
|
|
2155
|
+
...BaseResolution.type.modelProperties,
|
|
2156
|
+
...QuantityResolution.type.modelProperties,
|
|
2157
|
+
unit: {
|
|
2079
2158
|
serializedName: "unit",
|
|
2080
2159
|
required: true,
|
|
2081
2160
|
type: {
|
|
2082
2161
|
name: "String"
|
|
2083
2162
|
}
|
|
2084
|
-
}
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2085
2165
|
}
|
|
2086
2166
|
};
|
|
2087
2167
|
export const TemperatureResolution = {
|
|
@@ -2091,13 +2171,17 @@ export const TemperatureResolution = {
|
|
|
2091
2171
|
className: "TemperatureResolution",
|
|
2092
2172
|
uberParent: "BaseResolution",
|
|
2093
2173
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2094
|
-
modelProperties:
|
|
2174
|
+
modelProperties: {
|
|
2175
|
+
...BaseResolution.type.modelProperties,
|
|
2176
|
+
...QuantityResolution.type.modelProperties,
|
|
2177
|
+
unit: {
|
|
2095
2178
|
serializedName: "unit",
|
|
2096
2179
|
required: true,
|
|
2097
2180
|
type: {
|
|
2098
2181
|
name: "String"
|
|
2099
2182
|
}
|
|
2100
|
-
}
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2101
2185
|
}
|
|
2102
2186
|
};
|
|
2103
2187
|
export const WeightResolution = {
|
|
@@ -2107,13 +2191,17 @@ export const WeightResolution = {
|
|
|
2107
2191
|
className: "WeightResolution",
|
|
2108
2192
|
uberParent: "BaseResolution",
|
|
2109
2193
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2110
|
-
modelProperties:
|
|
2194
|
+
modelProperties: {
|
|
2195
|
+
...BaseResolution.type.modelProperties,
|
|
2196
|
+
...QuantityResolution.type.modelProperties,
|
|
2197
|
+
unit: {
|
|
2111
2198
|
serializedName: "unit",
|
|
2112
2199
|
required: true,
|
|
2113
2200
|
type: {
|
|
2114
2201
|
name: "String"
|
|
2115
2202
|
}
|
|
2116
|
-
}
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2117
2205
|
}
|
|
2118
2206
|
};
|
|
2119
2207
|
export const CurrencyResolution = {
|
|
@@ -2123,18 +2211,23 @@ export const CurrencyResolution = {
|
|
|
2123
2211
|
className: "CurrencyResolution",
|
|
2124
2212
|
uberParent: "BaseResolution",
|
|
2125
2213
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2126
|
-
modelProperties:
|
|
2214
|
+
modelProperties: {
|
|
2215
|
+
...BaseResolution.type.modelProperties,
|
|
2216
|
+
...QuantityResolution.type.modelProperties,
|
|
2217
|
+
iso4217: {
|
|
2127
2218
|
serializedName: "ISO4217",
|
|
2128
2219
|
type: {
|
|
2129
2220
|
name: "String"
|
|
2130
2221
|
}
|
|
2131
|
-
},
|
|
2222
|
+
},
|
|
2223
|
+
unit: {
|
|
2132
2224
|
serializedName: "unit",
|
|
2133
2225
|
required: true,
|
|
2134
2226
|
type: {
|
|
2135
2227
|
name: "String"
|
|
2136
2228
|
}
|
|
2137
|
-
}
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2138
2231
|
}
|
|
2139
2232
|
};
|
|
2140
2233
|
export const BooleanResolution = {
|
|
@@ -2144,13 +2237,16 @@ export const BooleanResolution = {
|
|
|
2144
2237
|
className: "BooleanResolution",
|
|
2145
2238
|
uberParent: "BaseResolution",
|
|
2146
2239
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2147
|
-
modelProperties:
|
|
2240
|
+
modelProperties: {
|
|
2241
|
+
...BaseResolution.type.modelProperties,
|
|
2242
|
+
value: {
|
|
2148
2243
|
serializedName: "value",
|
|
2149
2244
|
required: true,
|
|
2150
2245
|
type: {
|
|
2151
2246
|
name: "Boolean"
|
|
2152
2247
|
}
|
|
2153
|
-
}
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2154
2250
|
}
|
|
2155
2251
|
};
|
|
2156
2252
|
export const DateTimeResolution = {
|
|
@@ -2160,30 +2256,36 @@ export const DateTimeResolution = {
|
|
|
2160
2256
|
className: "DateTimeResolution",
|
|
2161
2257
|
uberParent: "BaseResolution",
|
|
2162
2258
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2163
|
-
modelProperties:
|
|
2259
|
+
modelProperties: {
|
|
2260
|
+
...BaseResolution.type.modelProperties,
|
|
2261
|
+
timex: {
|
|
2164
2262
|
serializedName: "timex",
|
|
2165
2263
|
required: true,
|
|
2166
2264
|
type: {
|
|
2167
2265
|
name: "String"
|
|
2168
2266
|
}
|
|
2169
|
-
},
|
|
2267
|
+
},
|
|
2268
|
+
dateTimeSubKind: {
|
|
2170
2269
|
serializedName: "dateTimeSubKind",
|
|
2171
2270
|
required: true,
|
|
2172
2271
|
type: {
|
|
2173
2272
|
name: "String"
|
|
2174
2273
|
}
|
|
2175
|
-
},
|
|
2274
|
+
},
|
|
2275
|
+
value: {
|
|
2176
2276
|
serializedName: "value",
|
|
2177
2277
|
required: true,
|
|
2178
2278
|
type: {
|
|
2179
2279
|
name: "String"
|
|
2180
2280
|
}
|
|
2181
|
-
},
|
|
2281
|
+
},
|
|
2282
|
+
modifier: {
|
|
2182
2283
|
serializedName: "modifier",
|
|
2183
2284
|
type: {
|
|
2184
2285
|
name: "String"
|
|
2185
2286
|
}
|
|
2186
|
-
}
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2187
2289
|
}
|
|
2188
2290
|
};
|
|
2189
2291
|
export const NumberResolution = {
|
|
@@ -2193,19 +2295,23 @@ export const NumberResolution = {
|
|
|
2193
2295
|
className: "NumberResolution",
|
|
2194
2296
|
uberParent: "BaseResolution",
|
|
2195
2297
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2196
|
-
modelProperties:
|
|
2298
|
+
modelProperties: {
|
|
2299
|
+
...BaseResolution.type.modelProperties,
|
|
2300
|
+
numberKind: {
|
|
2197
2301
|
serializedName: "numberKind",
|
|
2198
2302
|
required: true,
|
|
2199
2303
|
type: {
|
|
2200
2304
|
name: "String"
|
|
2201
2305
|
}
|
|
2202
|
-
},
|
|
2306
|
+
},
|
|
2307
|
+
value: {
|
|
2203
2308
|
serializedName: "value",
|
|
2204
2309
|
required: true,
|
|
2205
2310
|
type: {
|
|
2206
2311
|
name: "String"
|
|
2207
2312
|
}
|
|
2208
|
-
}
|
|
2313
|
+
}
|
|
2314
|
+
}
|
|
2209
2315
|
}
|
|
2210
2316
|
};
|
|
2211
2317
|
export const OrdinalResolution = {
|
|
@@ -2215,25 +2321,30 @@ export const OrdinalResolution = {
|
|
|
2215
2321
|
className: "OrdinalResolution",
|
|
2216
2322
|
uberParent: "BaseResolution",
|
|
2217
2323
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2218
|
-
modelProperties:
|
|
2324
|
+
modelProperties: {
|
|
2325
|
+
...BaseResolution.type.modelProperties,
|
|
2326
|
+
offset: {
|
|
2219
2327
|
serializedName: "offset",
|
|
2220
2328
|
required: true,
|
|
2221
2329
|
type: {
|
|
2222
2330
|
name: "String"
|
|
2223
2331
|
}
|
|
2224
|
-
},
|
|
2332
|
+
},
|
|
2333
|
+
relativeTo: {
|
|
2225
2334
|
serializedName: "relativeTo",
|
|
2226
2335
|
required: true,
|
|
2227
2336
|
type: {
|
|
2228
2337
|
name: "String"
|
|
2229
2338
|
}
|
|
2230
|
-
},
|
|
2339
|
+
},
|
|
2340
|
+
value: {
|
|
2231
2341
|
serializedName: "value",
|
|
2232
2342
|
required: true,
|
|
2233
2343
|
type: {
|
|
2234
2344
|
name: "String"
|
|
2235
2345
|
}
|
|
2236
|
-
}
|
|
2346
|
+
}
|
|
2347
|
+
}
|
|
2237
2348
|
}
|
|
2238
2349
|
};
|
|
2239
2350
|
export const TemporalSpanResolution = {
|
|
@@ -2243,27 +2354,33 @@ export const TemporalSpanResolution = {
|
|
|
2243
2354
|
className: "TemporalSpanResolution",
|
|
2244
2355
|
uberParent: "BaseResolution",
|
|
2245
2356
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2246
|
-
modelProperties:
|
|
2357
|
+
modelProperties: {
|
|
2358
|
+
...BaseResolution.type.modelProperties,
|
|
2359
|
+
begin: {
|
|
2247
2360
|
serializedName: "begin",
|
|
2248
2361
|
type: {
|
|
2249
2362
|
name: "String"
|
|
2250
2363
|
}
|
|
2251
|
-
},
|
|
2364
|
+
},
|
|
2365
|
+
end: {
|
|
2252
2366
|
serializedName: "end",
|
|
2253
2367
|
type: {
|
|
2254
2368
|
name: "String"
|
|
2255
2369
|
}
|
|
2256
|
-
},
|
|
2370
|
+
},
|
|
2371
|
+
duration: {
|
|
2257
2372
|
serializedName: "duration",
|
|
2258
2373
|
type: {
|
|
2259
2374
|
name: "String"
|
|
2260
2375
|
}
|
|
2261
|
-
},
|
|
2376
|
+
},
|
|
2377
|
+
modifier: {
|
|
2262
2378
|
serializedName: "modifier",
|
|
2263
2379
|
type: {
|
|
2264
2380
|
name: "String"
|
|
2265
2381
|
}
|
|
2266
|
-
}
|
|
2382
|
+
}
|
|
2383
|
+
}
|
|
2267
2384
|
}
|
|
2268
2385
|
};
|
|
2269
2386
|
export const NumericRangeResolution = {
|
|
@@ -2273,25 +2390,30 @@ export const NumericRangeResolution = {
|
|
|
2273
2390
|
className: "NumericRangeResolution",
|
|
2274
2391
|
uberParent: "BaseResolution",
|
|
2275
2392
|
polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
|
|
2276
|
-
modelProperties:
|
|
2393
|
+
modelProperties: {
|
|
2394
|
+
...BaseResolution.type.modelProperties,
|
|
2395
|
+
rangeKind: {
|
|
2277
2396
|
serializedName: "rangeKind",
|
|
2278
2397
|
required: true,
|
|
2279
2398
|
type: {
|
|
2280
2399
|
name: "String"
|
|
2281
2400
|
}
|
|
2282
|
-
},
|
|
2401
|
+
},
|
|
2402
|
+
minimum: {
|
|
2283
2403
|
serializedName: "minimum",
|
|
2284
2404
|
required: true,
|
|
2285
2405
|
type: {
|
|
2286
2406
|
name: "Number"
|
|
2287
2407
|
}
|
|
2288
|
-
},
|
|
2408
|
+
},
|
|
2409
|
+
maximum: {
|
|
2289
2410
|
serializedName: "maximum",
|
|
2290
2411
|
required: true,
|
|
2291
2412
|
type: {
|
|
2292
2413
|
name: "Number"
|
|
2293
2414
|
}
|
|
2294
|
-
}
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2295
2417
|
}
|
|
2296
2418
|
};
|
|
2297
2419
|
export const EntitySubtype = {
|
|
@@ -2301,12 +2423,15 @@ export const EntitySubtype = {
|
|
|
2301
2423
|
className: "EntitySubtype",
|
|
2302
2424
|
uberParent: "BaseExtraInformation",
|
|
2303
2425
|
polymorphicDiscriminator: BaseExtraInformation.type.polymorphicDiscriminator,
|
|
2304
|
-
modelProperties:
|
|
2426
|
+
modelProperties: {
|
|
2427
|
+
...BaseExtraInformation.type.modelProperties,
|
|
2428
|
+
value: {
|
|
2305
2429
|
serializedName: "value",
|
|
2306
2430
|
type: {
|
|
2307
2431
|
name: "String"
|
|
2308
2432
|
}
|
|
2309
|
-
}
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2310
2435
|
}
|
|
2311
2436
|
};
|
|
2312
2437
|
export const ListKey = {
|
|
@@ -2316,12 +2441,15 @@ export const ListKey = {
|
|
|
2316
2441
|
className: "ListKey",
|
|
2317
2442
|
uberParent: "BaseExtraInformation",
|
|
2318
2443
|
polymorphicDiscriminator: BaseExtraInformation.type.polymorphicDiscriminator,
|
|
2319
|
-
modelProperties:
|
|
2444
|
+
modelProperties: {
|
|
2445
|
+
...BaseExtraInformation.type.modelProperties,
|
|
2446
|
+
key: {
|
|
2320
2447
|
serializedName: "key",
|
|
2321
2448
|
type: {
|
|
2322
2449
|
name: "String"
|
|
2323
2450
|
}
|
|
2324
|
-
}
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2325
2453
|
}
|
|
2326
2454
|
};
|
|
2327
2455
|
export const NoneLinkedTargetIntentResult = {
|
|
@@ -2331,13 +2459,16 @@ export const NoneLinkedTargetIntentResult = {
|
|
|
2331
2459
|
className: "NoneLinkedTargetIntentResult",
|
|
2332
2460
|
uberParent: "TargetIntentResult",
|
|
2333
2461
|
polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,
|
|
2334
|
-
modelProperties:
|
|
2462
|
+
modelProperties: {
|
|
2463
|
+
...TargetIntentResult.type.modelProperties,
|
|
2464
|
+
result: {
|
|
2335
2465
|
serializedName: "result",
|
|
2336
2466
|
type: {
|
|
2337
2467
|
name: "Composite",
|
|
2338
2468
|
className: "ConversationResult"
|
|
2339
2469
|
}
|
|
2340
|
-
}
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2341
2472
|
}
|
|
2342
2473
|
};
|
|
2343
2474
|
export const ConversationTargetIntentResult = {
|
|
@@ -2347,13 +2478,16 @@ export const ConversationTargetIntentResult = {
|
|
|
2347
2478
|
className: "ConversationTargetIntentResult",
|
|
2348
2479
|
uberParent: "TargetIntentResult",
|
|
2349
2480
|
polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,
|
|
2350
|
-
modelProperties:
|
|
2481
|
+
modelProperties: {
|
|
2482
|
+
...TargetIntentResult.type.modelProperties,
|
|
2483
|
+
result: {
|
|
2351
2484
|
serializedName: "result",
|
|
2352
2485
|
type: {
|
|
2353
2486
|
name: "Composite",
|
|
2354
2487
|
className: "ConversationResult"
|
|
2355
2488
|
}
|
|
2356
|
-
}
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2357
2491
|
}
|
|
2358
2492
|
};
|
|
2359
2493
|
export const LuisTargetIntentResult = {
|
|
@@ -2363,13 +2497,16 @@ export const LuisTargetIntentResult = {
|
|
|
2363
2497
|
className: "LuisTargetIntentResult",
|
|
2364
2498
|
uberParent: "TargetIntentResult",
|
|
2365
2499
|
polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,
|
|
2366
|
-
modelProperties:
|
|
2500
|
+
modelProperties: {
|
|
2501
|
+
...TargetIntentResult.type.modelProperties,
|
|
2502
|
+
result: {
|
|
2367
2503
|
serializedName: "result",
|
|
2368
2504
|
type: {
|
|
2369
2505
|
name: "Dictionary",
|
|
2370
2506
|
value: { type: { name: "any" } }
|
|
2371
2507
|
}
|
|
2372
|
-
}
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2373
2510
|
}
|
|
2374
2511
|
};
|
|
2375
2512
|
export const QuestionAnsweringTargetIntentResult = {
|
|
@@ -2379,59 +2516,76 @@ export const QuestionAnsweringTargetIntentResult = {
|
|
|
2379
2516
|
className: "QuestionAnsweringTargetIntentResult",
|
|
2380
2517
|
uberParent: "TargetIntentResult",
|
|
2381
2518
|
polymorphicDiscriminator: TargetIntentResult.type.polymorphicDiscriminator,
|
|
2382
|
-
modelProperties:
|
|
2519
|
+
modelProperties: {
|
|
2520
|
+
...TargetIntentResult.type.modelProperties,
|
|
2521
|
+
result: {
|
|
2383
2522
|
serializedName: "result",
|
|
2384
2523
|
type: {
|
|
2385
2524
|
name: "Composite",
|
|
2386
2525
|
className: "AnswersResult"
|
|
2387
2526
|
}
|
|
2388
|
-
}
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2389
2529
|
}
|
|
2390
2530
|
};
|
|
2391
2531
|
export const PreBuiltTaskParameters = {
|
|
2392
2532
|
type: {
|
|
2393
2533
|
name: "Composite",
|
|
2394
2534
|
className: "PreBuiltTaskParameters",
|
|
2395
|
-
modelProperties:
|
|
2535
|
+
modelProperties: {
|
|
2536
|
+
...TaskParameters.type.modelProperties,
|
|
2537
|
+
modelVersion: {
|
|
2396
2538
|
defaultValue: "latest",
|
|
2397
2539
|
serializedName: "modelVersion",
|
|
2398
2540
|
type: {
|
|
2399
2541
|
name: "String"
|
|
2400
2542
|
}
|
|
2401
|
-
}
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2402
2545
|
}
|
|
2403
2546
|
};
|
|
2404
2547
|
export const WordLevelTiming = {
|
|
2405
2548
|
type: {
|
|
2406
2549
|
name: "Composite",
|
|
2407
2550
|
className: "WordLevelTiming",
|
|
2408
|
-
modelProperties:
|
|
2551
|
+
modelProperties: {
|
|
2552
|
+
...AudioTiming.type.modelProperties,
|
|
2553
|
+
word: {
|
|
2409
2554
|
serializedName: "word",
|
|
2410
2555
|
type: {
|
|
2411
2556
|
name: "String"
|
|
2412
2557
|
}
|
|
2413
|
-
}
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2414
2560
|
}
|
|
2415
2561
|
};
|
|
2416
2562
|
export const ConversationPIIResultsConversationsItem = {
|
|
2417
2563
|
type: {
|
|
2418
2564
|
name: "Composite",
|
|
2419
2565
|
className: "ConversationPIIResultsConversationsItem",
|
|
2420
|
-
modelProperties:
|
|
2566
|
+
modelProperties: {
|
|
2567
|
+
...ConversationPIIResult.type.modelProperties,
|
|
2568
|
+
...ConversationResultBase.type.modelProperties
|
|
2569
|
+
}
|
|
2421
2570
|
}
|
|
2422
2571
|
};
|
|
2423
2572
|
export const SummaryResultConversationsItem = {
|
|
2424
2573
|
type: {
|
|
2425
2574
|
name: "Composite",
|
|
2426
2575
|
className: "SummaryResultConversationsItem",
|
|
2427
|
-
modelProperties:
|
|
2576
|
+
modelProperties: {
|
|
2577
|
+
...ConversationsSummaryResult.type.modelProperties,
|
|
2578
|
+
...ConversationResultBase.type.modelProperties
|
|
2579
|
+
}
|
|
2428
2580
|
}
|
|
2429
2581
|
};
|
|
2430
2582
|
export const ConversationPIIResults = {
|
|
2431
2583
|
type: {
|
|
2432
2584
|
name: "Composite",
|
|
2433
2585
|
className: "ConversationPIIResults",
|
|
2434
|
-
modelProperties:
|
|
2586
|
+
modelProperties: {
|
|
2587
|
+
...PreBuiltResult.type.modelProperties,
|
|
2588
|
+
conversations: {
|
|
2435
2589
|
serializedName: "conversations",
|
|
2436
2590
|
required: true,
|
|
2437
2591
|
type: {
|
|
@@ -2443,14 +2597,17 @@ export const ConversationPIIResults = {
|
|
|
2443
2597
|
}
|
|
2444
2598
|
}
|
|
2445
2599
|
}
|
|
2446
|
-
}
|
|
2600
|
+
}
|
|
2601
|
+
}
|
|
2447
2602
|
}
|
|
2448
2603
|
};
|
|
2449
2604
|
export const SummaryResult = {
|
|
2450
2605
|
type: {
|
|
2451
2606
|
name: "Composite",
|
|
2452
2607
|
className: "SummaryResult",
|
|
2453
|
-
modelProperties:
|
|
2608
|
+
modelProperties: {
|
|
2609
|
+
...PreBuiltResult.type.modelProperties,
|
|
2610
|
+
conversations: {
|
|
2454
2611
|
serializedName: "conversations",
|
|
2455
2612
|
required: true,
|
|
2456
2613
|
type: {
|
|
@@ -2462,14 +2619,17 @@ export const SummaryResult = {
|
|
|
2462
2619
|
}
|
|
2463
2620
|
}
|
|
2464
2621
|
}
|
|
2465
|
-
}
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2466
2624
|
}
|
|
2467
2625
|
};
|
|
2468
2626
|
export const ConversationsSummaryResultSummariesItem = {
|
|
2469
2627
|
type: {
|
|
2470
2628
|
name: "Composite",
|
|
2471
2629
|
className: "ConversationsSummaryResultSummariesItem",
|
|
2472
|
-
modelProperties:
|
|
2630
|
+
modelProperties: {
|
|
2631
|
+
...SummaryResultItem.type.modelProperties
|
|
2632
|
+
}
|
|
2473
2633
|
}
|
|
2474
2634
|
};
|
|
2475
2635
|
export const AnalyzeConversationPIITask = {
|
|
@@ -2479,13 +2639,16 @@ export const AnalyzeConversationPIITask = {
|
|
|
2479
2639
|
className: "AnalyzeConversationPIITask",
|
|
2480
2640
|
uberParent: "TaskIdentifier",
|
|
2481
2641
|
polymorphicDiscriminator: TaskIdentifier.type.polymorphicDiscriminator,
|
|
2482
|
-
modelProperties:
|
|
2642
|
+
modelProperties: {
|
|
2643
|
+
...AnalyzeConversationLROTask.type.modelProperties,
|
|
2644
|
+
parameters: {
|
|
2483
2645
|
serializedName: "parameters",
|
|
2484
2646
|
type: {
|
|
2485
2647
|
name: "Composite",
|
|
2486
2648
|
className: "ConversationPIITaskParameters"
|
|
2487
2649
|
}
|
|
2488
|
-
}
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2489
2652
|
}
|
|
2490
2653
|
};
|
|
2491
2654
|
export const AnalyzeConversationSummarizationTask = {
|
|
@@ -2495,13 +2658,16 @@ export const AnalyzeConversationSummarizationTask = {
|
|
|
2495
2658
|
className: "AnalyzeConversationSummarizationTask",
|
|
2496
2659
|
uberParent: "TaskIdentifier",
|
|
2497
2660
|
polymorphicDiscriminator: TaskIdentifier.type.polymorphicDiscriminator,
|
|
2498
|
-
modelProperties:
|
|
2661
|
+
modelProperties: {
|
|
2662
|
+
...AnalyzeConversationLROTask.type.modelProperties,
|
|
2663
|
+
parameters: {
|
|
2499
2664
|
serializedName: "parameters",
|
|
2500
2665
|
type: {
|
|
2501
2666
|
name: "Composite",
|
|
2502
2667
|
className: "ConversationSummarizationTaskParameters"
|
|
2503
2668
|
}
|
|
2504
|
-
}
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2505
2671
|
}
|
|
2506
2672
|
};
|
|
2507
2673
|
export const AnalyzeConversationPIIResult = {
|
|
@@ -2511,13 +2677,16 @@ export const AnalyzeConversationPIIResult = {
|
|
|
2511
2677
|
className: "AnalyzeConversationPIIResult",
|
|
2512
2678
|
uberParent: "TaskStateAutoGenerated",
|
|
2513
2679
|
polymorphicDiscriminator: TaskStateAutoGenerated.type.polymorphicDiscriminator,
|
|
2514
|
-
modelProperties:
|
|
2680
|
+
modelProperties: {
|
|
2681
|
+
...AnalyzeConversationJobResult.type.modelProperties,
|
|
2682
|
+
results: {
|
|
2515
2683
|
serializedName: "results",
|
|
2516
2684
|
type: {
|
|
2517
2685
|
name: "Composite",
|
|
2518
2686
|
className: "ConversationPIIResults"
|
|
2519
2687
|
}
|
|
2520
|
-
}
|
|
2688
|
+
}
|
|
2689
|
+
}
|
|
2521
2690
|
}
|
|
2522
2691
|
};
|
|
2523
2692
|
export const AnalyzeConversationSummarizationResult = {
|
|
@@ -2527,20 +2696,25 @@ export const AnalyzeConversationSummarizationResult = {
|
|
|
2527
2696
|
className: "AnalyzeConversationSummarizationResult",
|
|
2528
2697
|
uberParent: "TaskStateAutoGenerated",
|
|
2529
2698
|
polymorphicDiscriminator: TaskStateAutoGenerated.type.polymorphicDiscriminator,
|
|
2530
|
-
modelProperties:
|
|
2699
|
+
modelProperties: {
|
|
2700
|
+
...AnalyzeConversationJobResult.type.modelProperties,
|
|
2701
|
+
results: {
|
|
2531
2702
|
serializedName: "results",
|
|
2532
2703
|
type: {
|
|
2533
2704
|
name: "Composite",
|
|
2534
2705
|
className: "SummaryResult"
|
|
2535
2706
|
}
|
|
2536
|
-
}
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2537
2709
|
}
|
|
2538
2710
|
};
|
|
2539
2711
|
export const ConversationPIITaskParameters = {
|
|
2540
2712
|
type: {
|
|
2541
2713
|
name: "Composite",
|
|
2542
2714
|
className: "ConversationPIITaskParameters",
|
|
2543
|
-
modelProperties:
|
|
2715
|
+
modelProperties: {
|
|
2716
|
+
...PreBuiltTaskParameters.type.modelProperties,
|
|
2717
|
+
piiCategories: {
|
|
2544
2718
|
constraints: {
|
|
2545
2719
|
UniqueItems: true
|
|
2546
2720
|
},
|
|
@@ -2553,25 +2727,30 @@ export const ConversationPIITaskParameters = {
|
|
|
2553
2727
|
}
|
|
2554
2728
|
}
|
|
2555
2729
|
}
|
|
2556
|
-
},
|
|
2730
|
+
},
|
|
2731
|
+
includeAudioRedaction: {
|
|
2557
2732
|
defaultValue: false,
|
|
2558
2733
|
serializedName: "includeAudioRedaction",
|
|
2559
2734
|
type: {
|
|
2560
2735
|
name: "Boolean"
|
|
2561
2736
|
}
|
|
2562
|
-
},
|
|
2737
|
+
},
|
|
2738
|
+
redactionSource: {
|
|
2563
2739
|
serializedName: "redactionSource",
|
|
2564
2740
|
type: {
|
|
2565
2741
|
name: "String"
|
|
2566
2742
|
}
|
|
2567
|
-
}
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2568
2745
|
}
|
|
2569
2746
|
};
|
|
2570
2747
|
export const ConversationSummarizationTaskParameters = {
|
|
2571
2748
|
type: {
|
|
2572
2749
|
name: "Composite",
|
|
2573
2750
|
className: "ConversationSummarizationTaskParameters",
|
|
2574
|
-
modelProperties:
|
|
2751
|
+
modelProperties: {
|
|
2752
|
+
...PreBuiltTaskParameters.type.modelProperties,
|
|
2753
|
+
summaryAspects: {
|
|
2575
2754
|
serializedName: "summaryAspects",
|
|
2576
2755
|
required: true,
|
|
2577
2756
|
type: {
|
|
@@ -2582,7 +2761,8 @@ export const ConversationSummarizationTaskParameters = {
|
|
|
2582
2761
|
}
|
|
2583
2762
|
}
|
|
2584
2763
|
}
|
|
2585
|
-
}
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2586
2766
|
}
|
|
2587
2767
|
};
|
|
2588
2768
|
export const ConversationAnalysisClientAnalyzeConversationExceptionHeaders = {
|