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