|
1076 | 1076 | }
|
1077 | 1077 | ],
|
1078 | 1078 | "responses": {
|
1079 |
| - "204": { |
1080 |
| - "description": "The job was successfully canceled." |
| 1079 | + "202": { |
| 1080 | + "description": "A successful call results with an Operation-Location header used to check the status of the job.", |
| 1081 | + "headers": { |
| 1082 | + "operation-location": { |
| 1083 | + "description": "The location of the status API for monitoring the job cancellation.", |
| 1084 | + "type": "string" |
| 1085 | + } |
| 1086 | + } |
1081 | 1087 | },
|
1082 | 1088 | "default": {
|
1083 | 1089 | "description": "Error response.",
|
|
1090 | 1096 | "Successful Cancel Training Job": {
|
1091 | 1097 | "$ref": "./examples/analyzeconversations-authoring/SuccessfulCancelTrainingJob.json"
|
1092 | 1098 | }
|
1093 |
| - } |
| 1099 | + }, |
| 1100 | + "x-ms-long-running-operation": true |
1094 | 1101 | }
|
1095 | 1102 | },
|
1096 | 1103 | "/authoring/analyze-conversations/projects/global/deletion-jobs/{jobId}": {
|
|
1430 | 1437 | }
|
1431 | 1438 | }
|
1432 | 1439 | },
|
1433 |
| - "x-ms-discriminator-value": "conversation", |
| 1440 | + "x-ms-discriminator-value": "Conversation", |
1434 | 1441 | "x-ms-client-name": "ConversationExportedProjectAssets"
|
1435 | 1442 | },
|
1436 | 1443 | "ConversationalAnalysisAuthoringConversationExportedUtterance": {
|
|
1725 | 1732 | },
|
1726 | 1733 | "x-ms-client-name": "EvaluationSummary"
|
1727 | 1734 | },
|
1728 |
| - "ConversationalAnalysisAuthoringExportedCluOrchestration": { |
| 1735 | + "ConversationalAnalysisAuthoringExportedConversationOrchestration": { |
1729 | 1736 | "description": "Defines the orchestration details for a Conversational project target.",
|
1730 | 1737 | "required": [
|
1731 | 1738 | "projectName",
|
|
1742 | 1749 | "type": "string"
|
1743 | 1750 | }
|
1744 | 1751 | },
|
1745 |
| - "x-ms-client-name": "ExportedCluOrchestration" |
| 1752 | + "x-ms-client-name": "ExportedConversationOrchestration" |
1746 | 1753 | },
|
1747 |
| - "ConversationalAnalysisAuthoringExportedCluOrchestrationOptions": { |
| 1754 | + "ConversationalAnalysisAuthoringExportedConversationOrchestrationOptions": { |
1748 | 1755 | "description": "Represents the orchestration options for a Conversational project target.",
|
1749 | 1756 | "required": [
|
1750 |
| - "cluOrchestration" |
| 1757 | + "conversationOrchestration" |
1751 | 1758 | ],
|
1752 | 1759 | "type": "object",
|
1753 | 1760 | "allOf": [
|
|
1756 | 1763 | }
|
1757 | 1764 | ],
|
1758 | 1765 | "properties": {
|
1759 |
| - "cluOrchestration": { |
| 1766 | + "conversationOrchestration": { |
1760 | 1767 | "description": "The Conversational project target details.",
|
1761 |
| - "$ref": "#/definitions/ConversationalAnalysisAuthoringExportedCluOrchestration" |
| 1768 | + "$ref": "#/definitions/ConversationalAnalysisAuthoringExportedConversationOrchestration" |
1762 | 1769 | }
|
1763 | 1770 | },
|
1764 |
| - "x-ms-discriminator-value": "clu", |
1765 |
| - "x-ms-client-name": "ExportedCluOrchestrationOptions" |
| 1771 | + "x-ms-discriminator-value": "Conversation", |
| 1772 | + "x-ms-client-name": "ExportedConversationOrchestrationOptions" |
1766 | 1773 | },
|
1767 | 1774 | "ConversationalAnalysisAuthoringExportedEntityList": {
|
1768 | 1775 | "description": "Represents a list component of an entity.",
|
|
1855 | 1862 | "$ref": "#/definitions/ConversationalAnalysisAuthoringExportedLuisOrchestration"
|
1856 | 1863 | }
|
1857 | 1864 | },
|
1858 |
| - "x-ms-discriminator-value": "luis", |
| 1865 | + "x-ms-discriminator-value": "Luis", |
1859 | 1866 | "x-ms-client-name": "ExportedLuisOrchestrationOptions"
|
1860 | 1867 | },
|
1861 | 1868 | "ConversationalAnalysisAuthoringExportedOrchestrationOptions": {
|
1862 | 1869 | "description": "Represents the options used to define the orchestration behavior of an intent.",
|
1863 | 1870 | "required": [
|
1864 |
| - "kind" |
| 1871 | + "targetProjectKind" |
1865 | 1872 | ],
|
1866 | 1873 | "type": "object",
|
1867 | 1874 | "properties": {
|
1868 |
| - "kind": { |
| 1875 | + "targetProjectKind": { |
1869 | 1876 | "description": "The kind of the target used in the orchestration flow.",
|
1870 |
| - "$ref": "#/definitions/ConversationalAnalysisAuthoringOrchestrationKind" |
| 1877 | + "$ref": "#/definitions/ConversationalAnalysisAuthoringOrchestrationTargetProjectKind" |
1871 | 1878 | }
|
1872 | 1879 | },
|
1873 |
| - "discriminator": "kind", |
| 1880 | + "discriminator": "targetProjectKind", |
1874 | 1881 | "x-ms-client-name": "ExportedOrchestrationOptions"
|
1875 | 1882 | },
|
1876 | 1883 | "ConversationalAnalysisAuthoringExportedPrebuiltEntity": {
|
|
1932 | 1939 | },
|
1933 | 1940 | "ConversationalAnalysisAuthoringExportedProjectFormat": {
|
1934 | 1941 | "enum": [
|
1935 |
| - "clu", |
1936 |
| - "luis" |
| 1942 | + "Conversation", |
| 1943 | + "Luis" |
1937 | 1944 | ],
|
1938 | 1945 | "type": "string",
|
1939 | 1946 | "x-ms-enum": {
|
1940 | 1947 | "name": "ExportedProjectFormat",
|
1941 | 1948 | "modelAsString": true,
|
1942 | 1949 | "values": [
|
1943 | 1950 | {
|
1944 |
| - "value": "clu", |
| 1951 | + "value": "Conversation", |
1945 | 1952 | "description": "Specifies the format for a conversational project."
|
1946 | 1953 | },
|
1947 | 1954 | {
|
1948 |
| - "value": "luis", |
| 1955 | + "value": "Luis", |
1949 | 1956 | "description": "Specifies the format for an application that was exported from LUIS."
|
1950 | 1957 | }
|
1951 | 1958 | ]
|
1952 | 1959 | },
|
1953 | 1960 | "x-ms-client-name": "ExportedProjectFormat"
|
1954 | 1961 | },
|
1955 |
| - "ConversationalAnalysisAuthoringExportedQnaOrchestration": { |
| 1962 | + "ConversationalAnalysisAuthoringExportedQuestionAnsweringOrchestration": { |
1956 | 1963 | "description": "Defines the orchestration details for a Question Answering project target.",
|
1957 | 1964 | "required": [
|
1958 | 1965 | "projectName"
|
|
1964 | 1971 | "type": "string"
|
1965 | 1972 | }
|
1966 | 1973 | },
|
1967 |
| - "x-ms-client-name": "ExportedQnaOrchestration" |
| 1974 | + "x-ms-client-name": "ExportedQuestionAnsweringOrchestration" |
1968 | 1975 | },
|
1969 |
| - "ConversationalAnalysisAuthoringExportedQnaOrchestrationOptions": { |
| 1976 | + "ConversationalAnalysisAuthoringExportedQuestionAnsweringOrchestrationOptions": { |
1970 | 1977 | "description": "Represents the orchestration options for a Question Answering project target.",
|
1971 | 1978 | "required": [
|
1972 |
| - "qnaOrchestration" |
| 1979 | + "questionAnsweringOrchestration" |
1973 | 1980 | ],
|
1974 | 1981 | "type": "object",
|
1975 | 1982 | "allOf": [
|
|
1978 | 1985 | }
|
1979 | 1986 | ],
|
1980 | 1987 | "properties": {
|
1981 |
| - "qnaOrchestration": { |
| 1988 | + "questionAnsweringOrchestration": { |
1982 | 1989 | "description": "The Question Answering project details.",
|
1983 |
| - "$ref": "#/definitions/ConversationalAnalysisAuthoringExportedQnaOrchestration" |
| 1990 | + "$ref": "#/definitions/ConversationalAnalysisAuthoringExportedQuestionAnsweringOrchestration" |
1984 | 1991 | }
|
1985 | 1992 | },
|
1986 |
| - "x-ms-discriminator-value": "qna", |
1987 |
| - "x-ms-client-name": "ExportedQnaOrchestrationOptions" |
| 1993 | + "x-ms-discriminator-value": "QuestionAnswering", |
| 1994 | + "x-ms-client-name": "ExportedQuestionAnsweringOrchestrationOptions" |
1988 | 1995 | },
|
1989 | 1996 | "ConversationalAnalysisAuthoringExportedUtteranceEntityLabel": {
|
1990 | 1997 | "description": "Represents an entity label for an utterance.",
|
|
2256 | 2263 | }
|
2257 | 2264 | }
|
2258 | 2265 | },
|
2259 |
| - "x-ms-discriminator-value": "orchestration", |
| 2266 | + "x-ms-discriminator-value": "Orchestration", |
2260 | 2267 | "x-ms-client-name": "OrchestrationExportedProjectAssets"
|
2261 | 2268 | },
|
2262 | 2269 | "ConversationalAnalysisAuthoringOrchestrationExportedUtterance": {
|
|
2286 | 2293 | },
|
2287 | 2294 | "x-ms-client-name": "OrchestrationExportedUtterance"
|
2288 | 2295 | },
|
2289 |
| - "ConversationalAnalysisAuthoringOrchestrationKind": { |
| 2296 | + "ConversationalAnalysisAuthoringOrchestrationTargetProjectKind": { |
2290 | 2297 | "enum": [
|
2291 |
| - "luis", |
2292 |
| - "clu", |
2293 |
| - "qna" |
| 2298 | + "Luis", |
| 2299 | + "Conversation", |
| 2300 | + "QuestionAnswering" |
2294 | 2301 | ],
|
2295 | 2302 | "type": "string",
|
2296 | 2303 | "x-ms-enum": {
|
2297 |
| - "name": "OrchestrationKind", |
| 2304 | + "name": "OrchestrationTargetProjectKind", |
2298 | 2305 | "modelAsString": true
|
2299 | 2306 | },
|
2300 |
| - "x-ms-client-name": "OrchestrationKind" |
| 2307 | + "x-ms-client-name": "OrchestrationTargetProjectKind" |
2301 | 2308 | },
|
2302 | 2309 | "ConversationalAnalysisAuthoringPrebuiltEntities": {
|
2303 | 2310 | "description": "Represents a list of the retrieved supported prebuilt entities.",
|
|
2423 | 2430 | },
|
2424 | 2431 | "ConversationalAnalysisAuthoringProjectKind": {
|
2425 | 2432 | "enum": [
|
2426 |
| - "conversation", |
2427 |
| - "orchestration" |
| 2433 | + "Conversation", |
| 2434 | + "Orchestration" |
2428 | 2435 | ],
|
2429 | 2436 | "type": "string",
|
2430 | 2437 | "x-ms-enum": {
|
2431 | 2438 | "name": "ProjectKind",
|
2432 | 2439 | "modelAsString": true,
|
2433 | 2440 | "values": [
|
2434 | 2441 | {
|
2435 |
| - "value": "conversation", |
| 2442 | + "value": "Conversation", |
2436 | 2443 | "description": "A project to build natural language into apps, bots, and IoT devices."
|
2437 | 2444 | },
|
2438 | 2445 | {
|
2439 |
| - "value": "orchestration", |
2440 |
| - "description": "A project to connect and orchestrate CLU, Custom question answering and LUIS projects together in one single project." |
| 2446 | + "value": "Orchestration", |
| 2447 | + "description": "A project to connect and orchestrate Conversation, Custom question answering and LUIS projects together in one single project." |
2441 | 2448 | }
|
2442 | 2449 | ]
|
2443 | 2450 | },
|
|
3009 | 3016 | "description": "The format of the exported project file to use.",
|
3010 | 3017 | "type": "string",
|
3011 | 3018 | "enum": [
|
3012 |
| - "clu", |
3013 |
| - "luis" |
| 3019 | + "Conversation", |
| 3020 | + "Luis" |
3014 | 3021 | ],
|
3015 | 3022 | "x-ms-enum": {
|
3016 | 3023 | "name": "ExportedProjectFormat",
|
3017 | 3024 | "modelAsString": true,
|
3018 | 3025 | "values": [
|
3019 | 3026 | {
|
3020 |
| - "value": "clu", |
| 3027 | + "value": "Conversation", |
3021 | 3028 | "description": "Specifies the format for a conversational project."
|
3022 | 3029 | },
|
3023 | 3030 | {
|
3024 |
| - "value": "luis", |
| 3031 | + "value": "Luis", |
3025 | 3032 | "description": "Specifies the format for an application that was exported from LUIS."
|
3026 | 3033 | }
|
3027 | 3034 | ]
|
|
3072 | 3079 | "required": true,
|
3073 | 3080 | "type": "string",
|
3074 | 3081 | "enum": [
|
3075 |
| - "conversation", |
3076 |
| - "orchestration" |
| 3082 | + "Conversation", |
| 3083 | + "Orchestration" |
3077 | 3084 | ],
|
3078 | 3085 | "x-ms-enum": {
|
3079 | 3086 | "name": "ProjectKind",
|
3080 | 3087 | "modelAsString": true,
|
3081 | 3088 | "values": [
|
3082 | 3089 | {
|
3083 |
| - "value": "conversation", |
| 3090 | + "value": "Conversation", |
3084 | 3091 | "description": "A project to build natural language into apps, bots, and IoT devices."
|
3085 | 3092 | },
|
3086 | 3093 | {
|
3087 |
| - "value": "orchestration", |
3088 |
| - "description": "A project to connect and orchestrate CLU, Custom question answering and LUIS projects together in one single project." |
| 3094 | + "value": "Orchestration", |
| 3095 | + "description": "A project to connect and orchestrate Conversation, Custom question answering and LUIS projects together in one single project." |
3089 | 3096 | }
|
3090 | 3097 | ]
|
3091 | 3098 | },
|
|
0 commit comments