{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Apps API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotcentral Iotapps Resourcename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.IoTCentral/iotApps/:resourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the IoT Central application." }, { "name": "resourceName", "value": "", "type": "path", "description": "The ARM resource name of the IoT Central application." } ] }, "docs": "Get the metadata of an IoT Central application." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotcentral Iotapps Resourcename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.IoTCentral/iotApps/:resourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the IoT Central application." }, { "name": "resourceName", "value": "", "type": "path", "description": "The ARM resource name of the IoT Central application." } ] }, "docs": "Create or update the metadata of an IoT Central application. The usual pattern to modify a property is to retrieve the IoT Central application metadata and security metadata, and then combine them with the modified values in a new body to update the IoT Central application." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotcentral Iotapps Resourcename", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.IoTCentral/iotApps/:resourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the IoT Central application." }, { "name": "resourceName", "value": "", "type": "path", "description": "The ARM resource name of the IoT Central application." } ] }, "docs": "Update the metadata of an IoT Central application." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotcentral Iotapps Resourcename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.IoTCentral/iotApps/:resourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the IoT Central application." }, { "name": "resourceName", "value": "", "type": "path", "description": "The ARM resource name of the IoT Central application." } ] }, "docs": "Delete an IoT Central application." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Iotcentral Iotapps", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.IoTCentral/iotApps", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." } ] }, "docs": "Get all IoT Central Applications in a subscription." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotcentral Iotapps", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.IoTCentral/iotApps", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the IoT Central application." } ] }, "docs": "Get all the IoT Central Applications in a resource group." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Iotcentral Checknameavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.IoTCentral/checkNameAvailability", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." } ] }, "docs": "Check if an IoT Central application name is available." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Iotcentral Checksubdomainavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.IoTCentral/checkSubdomainAvailability", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." } ] }, "docs": "Check if an IoT Central application subdomain is available." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Iotcentral Apptemplates", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.IoTCentral/appTemplates", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier." } ] }, "docs": "Get all available application templates." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Phraselists", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/phraselists", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets all the phraselist features in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Phraselists", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/phraselists", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Creates a new phraselist feature in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Features", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets all the extraction phraselist and pattern features in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Phraselists Phraselistid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/phraselists/:phraselistId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "phraselistId", "value": "", "type": "path", "description": "The ID of the feature to be retrieved." } ] }, "docs": "Gets phraselist feature info in a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Phraselists Phraselistid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/phraselists/:phraselistId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "phraselistId", "value": "", "type": "path", "description": "The ID of the feature to be updated." } ] }, "docs": "Updates the phrases, the state and the name of the phraselist feature in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Phraselists Phraselistid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/phraselists/:phraselistId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "phraselistId", "value": "", "type": "path", "description": "The ID of the feature to be deleted." } ] }, "docs": "Deletes a phraselist feature from a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Example", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/example", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "enableNestedChildren", "value": "", "type": "query", "description": "Toggles nested/flat format" } ] }, "docs": "Adds a labeled example utterance in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Examples", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/examples", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." }, { "name": "enableNestedChildren", "value": "", "type": "query", "description": "Toggles nested/flat format" } ] }, "docs": "Returns example utterances to be reviewed from a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Examples", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/examples", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "enableNestedChildren", "value": "", "type": "query", "description": "Toggles nested/flat format" } ] }, "docs": "Adds a batch of labeled example utterances to a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Examples Exampleid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/examples/:exampleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "exampleId", "value": "", "type": "path", "description": "The example ID." } ] }, "docs": "Deletes the labeled example utterances with the specified ID from a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Intents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets information about the intent models in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Intents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Adds an intent to a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Entities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets information about all the simple entity models in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Entities", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Adds an entity extractor to a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets information about all the hierarchical entity models in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Compositeentities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets information about all the composite entity models in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Closedlists", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets information about all the list entity models in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Closedlists", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Adds a list entity model to a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Prebuilts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets information about all the prebuilt entities in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Prebuilts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Adds a list of prebuilt entities to a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Listprebuilts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/listprebuilts", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Gets all the available prebuilt entities in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Models", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/models", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets information about all the intent and entity models in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Models Modelid Examples", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/models/:modelId/examples", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "modelId", "value": "", "type": "path", "description": "The ID (GUID) of the model." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets the example utterances for the given intent or entity model in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." } ] }, "docs": "Gets information about the intent model in a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." } ] }, "docs": "Updates the name of an intent in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." }, { "name": "deleteUtterances", "value": "", "type": "query", "description": "If true, deletes the intent's example utterances. If false, moves the example utterances to the None intent. The default value is false." } ] }, "docs": "Deletes an intent from a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor ID." } ] }, "docs": "Gets information about an entity model in a version of the application." }, { "info": { "name": "Microsoft Azure Patch Apps Appid Versions Versionid Entities Entityid", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor or the child entity extractor ID." } ] }, "docs": "Updates the name of an entity extractor or the name and instanceOf model of a child entity extractor." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor or the child entity extractor ID." } ] }, "docs": "Deletes an entity or a child from a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Features", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." } ] }, "docs": "Gets the information of the features used by the intent in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Intents Intentid Features", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." } ] }, "docs": "Adds a new feature relation to be used by the intent in a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid Features", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." } ] }, "docs": "Updates the information of the features used by the intent in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid Features", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." } ] }, "docs": "Deletes a relation from the feature relations used by the intent in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Features", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor ID." } ] }, "docs": "Gets the information of the features used by the entity in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Features", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor ID." } ] }, "docs": "Adds a new feature relation to be used by the entity in a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Entities Entityid Features", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor ID." } ] }, "docs": "Updates the information of the features used by the entity in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid Features", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/features", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor ID." } ] }, "docs": "Deletes a relation from the feature relations used by the entity in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." } ] }, "docs": "Gets information about a hierarchical entity in a version of the application." }, { "info": { "name": "Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." } ] }, "docs": "Updates the name of a hierarchical entity model in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." } ] }, "docs": "Deletes a hierarchical entity from a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Compositeentities Centityid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." } ] }, "docs": "Gets information about a composite entity in a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Compositeentities Centityid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." } ] }, "docs": "Updates a composite entity in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." } ] }, "docs": "Deletes a composite entity from a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Closedlists Clentityid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:clEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "clEntityId", "value": "", "type": "path", "description": "The list model ID." } ] }, "docs": "Gets information about a list entity in a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:clEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "clEntityId", "value": "", "type": "path", "description": "The list model ID." } ] }, "docs": "Updates the list entity in a version of the application." }, { "info": { "name": "Microsoft Azure Patch Apps Appid Versions Versionid Closedlists Clentityid", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:clEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "clEntityId", "value": "", "type": "path", "description": "The list entity model ID." } ] }, "docs": "Adds a batch of sublists to an existing list entity in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:clEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "clEntityId", "value": "", "type": "path", "description": "The list entity model ID." } ] }, "docs": "Deletes a list entity model from a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Prebuilts Prebuiltid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts/:prebuiltId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "prebuiltId", "value": "", "type": "path", "description": "The prebuilt entity extractor ID." } ] }, "docs": "Gets information about a prebuilt entity model in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Prebuilts Prebuiltid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts/:prebuiltId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "prebuiltId", "value": "", "type": "path", "description": "The prebuilt entity extractor ID." } ] }, "docs": "Deletes a prebuilt entity extractor from a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:clEntityId/sublists/:subListId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "clEntityId", "value": "", "type": "path", "description": "The list entity extractor ID." }, { "name": "subListId", "value": "", "type": "path", "description": "The sublist ID." } ] }, "docs": "Updates one of the list entity's sublists in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:clEntityId/sublists/:subListId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "clEntityId", "value": "", "type": "path", "description": "The list entity extractor ID." }, { "name": "subListId", "value": "", "type": "path", "description": "The sublist ID." } ] }, "docs": "Deletes a sublist of a specific list entity model from a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Suggest", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId/suggest", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." }, { "name": "enableNestedChildren", "value": "", "type": "query", "description": "Toggles nested/flat format" } ] }, "docs": "Suggests example utterances that would improve the accuracy of the intent model in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Suggest", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/suggest", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The target entity extractor model to enhance." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." }, { "name": "enableNestedChildren", "value": "", "type": "query", "description": "Toggles nested/flat format" } ] }, "docs": "Get suggested example utterances that would improve the accuracy of the entity model in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/", "params": [ { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Lists all of the user's applications." }, { "info": { "name": "Microsoft Azure Post Apps", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/" }, "docs": "Creates a new LUIS app." }, { "info": { "name": "Microsoft Azure Post Apps Import", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/import", "params": [ { "name": "appName", "value": "", "type": "query", "description": "The application name to create. If not specified, the application name will be read from the imported object. If the application name already exists, an error is returned." } ] }, "docs": "Imports an application to LUIS, the application's structure is included in the request body." }, { "info": { "name": "Microsoft Azure Get Apps Assistants", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/assistants" }, "docs": "Gets the endpoint URLs for the prebuilt Cortana applications." }, { "info": { "name": "Microsoft Azure Get Apps Domains", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/domains" }, "docs": "Gets the available application domains." }, { "info": { "name": "Microsoft Azure Get Apps Usagescenarios", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/usagescenarios" }, "docs": "Gets the application available usage scenarios." }, { "info": { "name": "Microsoft Azure Get Apps Cultures", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/cultures" }, "docs": "Gets a list of supported cultures. Cultures are equivalent to the written language and locale. For example,\"en-us\" represents the U.S. variation of English." }, { "info": { "name": "Microsoft Azure Get Apps Appid Querylogs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/querylogs", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Gets the logs of the past month's endpoint queries for the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Gets the application info." }, { "info": { "name": "Microsoft Azure Put Apps Appid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Updates the name or description of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "force", "value": "", "type": "query", "description": "A flag to indicate whether to force an operation." } ] }, "docs": "Deletes an application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Clone", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/clone", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Creates a new version from the selected version." }, { "info": { "name": "Microsoft Azure Post Apps Appid Publish", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/publish", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Publishes a specific version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Gets a list of versions for this application ID." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Gets the version information such as date created, last modified date, endpoint URL, count of intents and entities, training and publishing status." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Updates the name or description of the application version." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Deletes an application version." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Export", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/export", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Exports a LUIS application to JSON format." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Train", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/train", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Gets the training status of all models (intents and entities) for the specified LUIS app. You must call the train API to train the LUIS app before you call this API to get training status. \"appID\" specifies the LUIS app ID. \"versionId\" specifies the version number of the LUIS app. For example, \"0.1\"." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Train", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/train", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "mode", "value": "", "type": "query", "description": "An enum value specifying mode of training." } ] }, "docs": "Sends a training request for a version of a specified LUIS app. This POST request initiates a request asynchronously. To determine whether the training request is successful, submit a GET request to get training status. Note: The application version is not fully trained unless all the models (intents and entities) are trained successfully or are up to date. To verify training success, get the training status at least once after training is complete." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Import", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/import", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "query", "description": "The new versionId to import. If not specified, the versionId will be read from the imported object." } ] }, "docs": "Imports a new version into a LUIS application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/settings", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Get the application settings including 'UseAllTrainingData'." }, { "info": { "name": "Microsoft Azure Put Apps Appid Settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/settings", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Updates the application settings including 'UseAllTrainingData'." }, { "info": { "name": "Microsoft Azure Get Apps Appid Publishsettings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/publishsettings", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Get the application publish settings including 'UseAllTrainingData'." }, { "info": { "name": "Microsoft Azure Put Apps Appid Publishsettings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/publishsettings", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Updates the application publish settings including 'UseAllTrainingData'." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Suggest", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/suggest", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Deleted an unlabelled utterance in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/endpoints", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Returns the available endpoint deployment regions and URLs." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Closedlists Clentityid Sublists", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:clEntityId/sublists", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "clEntityId", "value": "", "type": "path", "description": "The list entity extractor ID." } ] }, "docs": "Adds a sublist to an existing list entity in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltdomains", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltdomains", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Adds a customizable prebuilt domain along with all of its intent and entity models in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltintents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltintents", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Gets information about customizable prebuilt intents added to a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltintents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltintents", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Adds a customizable prebuilt intent model to a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltentities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Gets all prebuilt entities used in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltentities", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Adds a prebuilt entity model to a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltmodels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltmodels", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Gets all prebuilt intent and entity model information used in a version of this application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Customprebuiltdomains Domainname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltdomains/:domainName", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "domainName", "value": "", "type": "path", "description": "Domain name." } ] }, "docs": "Deletes a prebuilt domain's models in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Customprebuiltdomains", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/customprebuiltdomains" }, "docs": "Gets all the available custom prebuilt domains for all cultures." }, { "info": { "name": "Microsoft Azure Post Apps Customprebuiltdomains", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/customprebuiltdomains" }, "docs": "Adds a prebuilt domain along with its intent and entity models as a new application." }, { "info": { "name": "Microsoft Azure Get Apps Customprebuiltdomains Culture", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/customprebuiltdomains/:culture", "params": [ { "name": "culture", "value": "", "type": "path", "description": "Culture." } ] }, "docs": "Gets all the available prebuilt domains for a specific culture." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Children", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/children", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor ID." } ] }, "docs": "Creates a single child in an existing entity model hierarchy in a version of the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/children/:hChildId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." }, { "name": "hChildId", "value": "", "type": "path", "description": "The hierarchical entity extractor child ID." } ] }, "docs": "Gets information about the child's model contained in an hierarchical entity child model in a version of the application." }, { "info": { "name": "Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/children/:hChildId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." }, { "name": "hChildId", "value": "", "type": "path", "description": "The hierarchical entity extractor child ID." } ] }, "docs": "Renames a single child in an existing hierarchical entity model in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/children/:hChildId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." }, { "name": "hChildId", "value": "", "type": "path", "description": "The hierarchical entity extractor child ID." } ] }, "docs": "Deletes a hierarchical entity extractor child in a version of the application." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Compositeentities Centityid Children", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId/children", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." } ] }, "docs": "Creates a single child in an existing composite entity model in a version of the application." }, { "info": { "name": "Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid Children Cchildid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId/children/:cChildId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." }, { "name": "cChildId", "value": "", "type": "path", "description": "The hierarchical entity extractor child ID." } ] }, "docs": "Deletes a composite entity extractor child from a version of the application." }, { "info": { "name": "Microsoft Azure Gets Information About The Regular Expression Entity Models In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Adds A Regular Expression Entity Model To A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Information About The Pattern Any Entity Models In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Adds A Pattern Any Entity Extractor To A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All Roles For An Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity Id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create An Entity Role In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity model ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Prebuilt Entity S Roles In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity Id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity model ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All Roles For A List Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity Id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Role For A List Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity model ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All Roles For A Regular Expression Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity Id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Role For An Regular Expression Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity model ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All Roles For A Composite Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Role For A Composite Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All Roles For A Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity Id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Role For An Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity model ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All Roles For A Hierarchical Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Role For An Hierarchical Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All Roles For A Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltentities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity Id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltentities/:entityId/roles", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity model ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/explicitlist", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The Pattern.Any entity id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Add A New Exception To The Explicit List For The Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/explicitlist", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The Pattern.Any entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets Information About A Regular Expression Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:regexEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "regexEntityId", "value": "", "type": "path", "description": "The regular expression entity model ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Regular Expression Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:regexEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "regexEntityId", "value": "", "type": "path", "description": "The regular expression entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes A Regular Expression Entity From A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:regexEntityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "regexEntityId", "value": "", "type": "path", "description": "The regular expression entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets Information About The Pattern Any Model In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Name And Explicit Exception List Of A Pattern Any Entity Model In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The Pattern.Any entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes A Pattern Any Entity Extractor From A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The Pattern.Any entity extractor ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete An Entity Role In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/entities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Role In A Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/prebuilts/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given List Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given List Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Role For A Given List Entity In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/closedlists/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given Regular Expression Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given Regular Expression Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Role For A Given Regular Expression In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/regexentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given Composite Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given Composite Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Role For A Given Composite Entity In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/compositeentities/:cEntityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "cEntityId", "value": "", "type": "path", "description": "The composite entity extractor ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Role For A Given Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given Hierarchical Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given Hierarchical Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Role For A Given Hierarchical Role In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/hierarchicalentities/:hEntityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "hEntityId", "value": "", "type": "path", "description": "The hierarchical entity extractor ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Role For A Given Prebuilt Entity In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/customprebuiltentities/:entityId/roles/:roleId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The entity ID." }, { "name": "roleId", "value": "", "type": "path", "description": "The entity role Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/explicitlist/:itemId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The Pattern.Any entity Id." }, { "name": "itemId", "value": "", "type": "path", "description": "The explicit list item Id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates An Explicit Exception List Item For A Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/explicitlist/:itemId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The Pattern.Any entity extractor ID." }, { "name": "itemId", "value": "", "type": "path", "description": "The explicit list item ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete An Item From The Explicit Exception List For A Pattern Any Entity In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternanyentities/:entityId/explicitlist/:itemId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "entityId", "value": "", "type": "path", "description": "The pattern.any entity id." }, { "name": "itemId", "value": "", "type": "path", "description": "The explicit list item which will be deleted." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Adds A Pattern To A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternrule", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets Patterns In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternrules", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Adds A Batch Of Patterns In A Version Of The Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternrules", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates Patterns In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternrules", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes A List Of Patterns In A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternrules", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates A Pattern In A Version Of The Application", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternrules/:patternId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "patternId", "value": "", "type": "path", "description": "The pattern ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Pattern With The Specified Id From A Version Of The Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/patternrules/:patternId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "patternId", "value": "", "type": "path", "description": "The pattern ID." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Returns Patterns For The Specific Intent In A Version Of The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/intents/:intentId/patternrules", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." }, { "name": "intentId", "value": "", "type": "path", "description": "The intent classifier ID." }, { "name": "skip", "value": "", "type": "query", "description": "The number of entries to skip. Default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "The number of entries to return. Maximum page size is 500. Default is 100." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/settings", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Gets the settings in a version of the application." }, { "info": { "name": "Microsoft Azure Put Apps Appid Versions Versionid Settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/settings", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The version ID." } ] }, "docs": "Updates the settings in a version of the application." }, { "info": { "name": "Microsoft Azure Apps Get Luis Azure Accounts Assigned To The Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/azureaccounts", "headers": [ { "name": "Authorization", "value": "" }, { "name": "ArmToken", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Gets the LUIS Azure accounts assigned to the application for the user using his ARM token." }, { "info": { "name": "Microsoft Azure Apps Assign A Luis Azure Account To An Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/azureaccounts", "headers": [ { "name": "Authorization", "value": "" }, { "name": "ArmToken", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Assigns an Azure account to the application." }, { "info": { "name": "Microsoft Azure Apps Removes An Assigned Luis Azure Account From An Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apps/:appId/azureaccounts", "headers": [ { "name": "Authorization", "value": "" }, { "name": "ArmToken", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." } ] }, "docs": "Removes assigned Azure account from the application." }, { "info": { "name": "Microsoft Azure Get Apps Appid Versions Versionid Predict", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/predict", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The application version ID." }, { "name": "query", "value": "", "type": "query", "description": "The query to predict." }, { "name": "verbose", "value": "", "type": "query", "description": "Indicates whether to get extra metadata for the entities predictions or not." }, { "name": "show-all-intents", "value": "", "type": "query", "description": "Indicates whether to return all the intents in the response or just the top intent." }, { "name": "log", "value": "", "type": "query", "description": "Indicates whether to log the endpoint query or not." } ] }, "docs": "Gets the predictions for an application version." }, { "info": { "name": "Microsoft Azure Post Apps Appid Versions Versionid Predict", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/versions/:versionId/predict", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "versionId", "value": "", "type": "path", "description": "The application version ID." }, { "name": "verbose", "value": "", "type": "query", "description": "Indicates whether to get extra metadata for the entities predictions or not." }, { "name": "show-all-intents", "value": "", "type": "query", "description": "Indicates whether to return all the intents in the response or just the top intent." }, { "name": "log", "value": "", "type": "query", "description": "Indicates whether to log the endpoint query or not." } ] }, "docs": "Gets the predictions for an application version." }, { "info": { "name": "Microsoft Azure Get Apps Appid Slots Slotname Predict", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:appId/slots/:slotName/predict", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "slotName", "value": "", "type": "path", "description": "The application slot name." }, { "name": "query", "value": "", "type": "query", "description": "The query to predict." }, { "name": "verbose", "value": "", "type": "query", "description": "Indicates whether to get extra metadata for the entities predictions or not." }, { "name": "show-all-intents", "value": "", "type": "query", "description": "Indicates whether to return all the intents in the response or just the top intent." }, { "name": "log", "value": "", "type": "query", "description": "Indicates whether to log the endpoint query or not." } ] }, "docs": "Gets the predictions for an application slot." }, { "info": { "name": "Microsoft Azure Post Apps Appid Slots Slotname Predict", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/apps/:appId/slots/:slotName/predict", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application ID." }, { "name": "slotName", "value": "", "type": "path", "description": "The application slot name." }, { "name": "verbose", "value": "", "type": "query", "description": "Indicates whether to get extra metadata for the entities predictions or not." }, { "name": "show-all-intents", "value": "", "type": "query", "description": "Indicates whether to return all the intents in the response or just the top intent." }, { "name": "log", "value": "", "type": "query", "description": "Indicates whether to log the endpoint query or not." } ] }, "docs": "Gets the predictions for an application slot." } ] } ], "bundled": true }