naftiko: 1.0.0-alpha2 info: label: Microsoft Azure LUIS Authoring Client — Apps description: 'Microsoft Azure LUIS Authoring Client — Apps. 165 operations. Lead operation: Microsoft Azure Post Apps. Self-contained Naftiko capability covering one Microsoft Azure business surface.' tags: - Microsoft Azure - Apps created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY capability: consumes: - type: http namespace: luis-authoring-client-apps baseUri: '' description: Microsoft Azure LUIS Authoring Client — Apps business capability. Self-contained, no shared references. resources: - name: apps path: /apps/ operations: - name: microsoftazureappsadd method: POST description: Microsoft Azure Post Apps outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: applicationCreateObject in: body type: string description: An application containing Name, Description (optional), Culture, Usage Scenario (optional), Domain (optional) and initial version ID (optional) of the applicati required: true - name: microsoftazureappslist method: GET description: Microsoft Azure Get Apps outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-assistants path: /apps/assistants operations: - name: microsoftazureappslistcortanaendpoints method: GET description: Microsoft Azure Get Apps Assistants outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-cultures path: /apps/cultures operations: - name: microsoftazureappslistsupportedcultures method: GET description: Microsoft Azure Get Apps Cultures outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-customprebuiltdomains path: /apps/customprebuiltdomains operations: - name: microsoftazureappslistavailablecustomprebuiltdomains method: GET description: Microsoft Azure Get Apps Customprebuiltdomains outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazureappsaddcustomprebuiltdomain method: POST description: Microsoft Azure Post Apps Customprebuiltdomains outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: prebuiltDomainCreateObject in: body type: string description: A prebuilt domain create object containing the name and culture of the domain. required: true - name: apps-customprebuiltdomains-culture path: /apps/customprebuiltdomains/{culture} operations: - name: microsoftazureappslistavailablecustomprebuiltdomainsforculture method: GET description: Microsoft Azure Get Apps Customprebuiltdomains Culture outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: culture in: path type: string description: Culture. required: true - name: apps-domains path: /apps/domains operations: - name: microsoftazureappslistdomains method: GET description: Microsoft Azure Get Apps Domains outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-import path: /apps/import operations: - name: microsoftazureappsimport method: POST description: Microsoft Azure Post Apps Import outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: appName in: query type: string 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 i - name: luisApp in: body type: string description: A LUIS application structure. required: true - name: apps-usagescenarios path: /apps/usagescenarios operations: - name: microsoftazureappslistusagescenarios method: GET description: Microsoft Azure Get Apps Usagescenarios outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId path: /apps/{appId} operations: - name: microsoftazureappsget method: GET description: Microsoft Azure Get Apps Appid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazureappsupdate method: PUT description: Microsoft Azure Put Apps Appid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: applicationUpdateObject in: body type: string description: A model containing Name and Description of the application. required: true - name: microsoftazureappsdelete method: DELETE description: Microsoft Azure Delete Apps Appid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-azureaccounts path: /apps/{appId}/azureaccounts operations: - name: microsoftazureazureaccountsassigntoapp method: POST description: Microsoft Azure Apps Assign A Luis Azure Account To An Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: azureAccountInfoObject in: body type: string description: The Azure account information object. - name: microsoftazureazureaccountsgetassigned method: GET description: Microsoft Azure Apps Get Luis Azure Accounts Assigned To The Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazureazureaccountsremovefromapp method: DELETE description: Microsoft Azure Apps Removes An Assigned Luis Azure Account From An Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: azureAccountInfoObject in: body type: string description: The Azure account information object. - name: apps-appId-endpoints path: /apps/{appId}/endpoints operations: - name: microsoftazureappslistendpoints method: GET description: Microsoft Azure Get Apps Appid Endpoints outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-publish path: /apps/{appId}/publish operations: - name: microsoftazureappspublish method: POST description: Microsoft Azure Post Apps Appid Publish outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: applicationPublishObject in: body type: string description: The application publish object. The region is the target region that the application is published to. required: true - name: apps-appId-publishsettings path: /apps/{appId}/publishsettings operations: - name: microsoftazureappsgetpublishsettings method: GET description: Microsoft Azure Get Apps Appid Publishsettings outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazureappsupdatepublishsettings method: PUT description: Microsoft Azure Put Apps Appid Publishsettings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: publishSettingUpdateObject in: body type: string description: An object containing the new publish application settings. required: true - name: apps-appId-querylogs path: /apps/{appId}/querylogs operations: - name: microsoftazureappsdownloadquerylogs method: GET description: Microsoft Azure Get Apps Appid Querylogs outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-settings path: /apps/{appId}/settings operations: - name: microsoftazureappsgetsettings method: GET description: Microsoft Azure Get Apps Appid Settings outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazureappsupdatesettings method: PUT description: Microsoft Azure Put Apps Appid Settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: applicationSettingUpdateObject in: body type: string description: An object containing the new application settings. required: true - name: apps-appId-versions path: /apps/{appId}/versions operations: - name: microsoftazureversionslist method: GET description: Microsoft Azure Get Apps Appid Versions outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-import path: /apps/{appId}/versions/import operations: - name: microsoftazureversionsimport method: POST description: Microsoft Azure Post Apps Appid Versions Import outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: versionId in: query type: string description: The new versionId to import. If not specified, the versionId will be read from the imported object. - name: luisApp in: body type: string description: A LUIS application structure. required: true - name: apps-appId-versions-versionId path: /apps/{appId}/versions/{versionId}/ operations: - name: microsoftazureversionsget method: GET description: Microsoft Azure Get Apps Appid Versions Versionid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazureversionsupdate method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: versionUpdateObject in: body type: string description: A model containing Name and Description of the application. required: true - name: microsoftazureversionsdelete method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-clone path: /apps/{appId}/versions/{versionId}/clone operations: - name: microsoftazureversionsclone method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Clone outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: versionCloneObject in: body type: string description: A model containing the new version ID. required: true - name: apps-appId-versions-versionId-closedlists path: /apps/{appId}/versions/{versionId}/closedlists operations: - name: microsoftazuremodellistclosedlists method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Closedlists outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodeladdclosedlist method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Closedlists outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: closedListModelCreateObject in: body type: string description: A model containing the name and words for the new list entity extractor. required: true - name: apps-appId-versions-versionId-closedlists-clEntityId path: /apps/{appId}/versions/{versionId}/closedlists/{clEntityId} operations: - name: microsoftazuremodelgetclosedlist method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Closedlists Clentityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: clEntityId in: path type: string description: The list model ID. required: true - name: microsoftazuremodelupdateclosedlist method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: clEntityId in: path type: string description: The list model ID. required: true - name: closedListModelUpdateObject in: body type: string description: The new list entity name and words list. required: true - name: microsoftazuremodelpatchclosedlist method: PATCH description: Microsoft Azure Patch Apps Appid Versions Versionid Closedlists Clentityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: clEntityId in: path type: string description: The list entity model ID. required: true - name: closedListModelPatchObject in: body type: string description: A words list batch. required: true - name: microsoftazuremodeldeleteclosedlist method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: clEntityId in: path type: string description: The list entity model ID. required: true - name: apps-appId-versions-versionId-closedlists-clEntityId-sublists path: /apps/{appId}/versions/{versionId}/closedlists/{clEntityId}/sublists operations: - name: microsoftazuremodeladdsublist method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Closedlists Clentityid Sublists outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: clEntityId in: path type: string description: The list entity extractor ID. required: true - name: wordListCreateObject in: body type: string description: Words list. required: true - name: apps-appId-versions-versionId-closedlists-clEntityId-sublists-subListId path: /apps/{appId}/versions/{versionId}/closedlists/{clEntityId}/sublists/{subListId} operations: - name: microsoftazuremodeldeletesublist method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: clEntityId in: path type: string description: The list entity extractor ID. required: true - name: subListId in: path type: integer description: The sublist ID. required: true - name: microsoftazuremodelupdatesublist method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: clEntityId in: path type: string description: The list entity extractor ID. required: true - name: subListId in: path type: integer description: The sublist ID. required: true - name: wordListBaseUpdateObject in: body type: string description: A sublist update object containing the new canonical form and the list of words. required: true - name: apps-appId-versions-versionId-closedlists-entityId-roles path: /apps/{appId}/versions/{versionId}/closedlists/{entityId}/roles operations: - name: microsoftazuremodellistclosedlistentityroles method: GET description: Microsoft Azure Get All Roles For A List Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity Id required: true - name: microsoftazuremodelcreateclosedlistentityrole method: POST description: Microsoft Azure Create A Role For A List Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity model ID. required: true - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-closedlists-entityId-roles-roleId path: /apps/{appId}/versions/{versionId}/closedlists/{entityId}/roles/{roleId} operations: - name: microsoftazuremodelgetclosedlistentityrole method: GET description: Microsoft Azure Get One Role For A Given List Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity ID. required: true - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdateclosedlistentityrole method: PUT description: Microsoft Azure Update A Role For A Given List Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeleteclosedlistentityrole method: DELETE description: Microsoft Azure Delete A Role For A Given List Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-compositeentities path: /apps/{appId}/versions/{versionId}/compositeentities operations: - name: microsoftazuremodellistcompositeentities method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Compositeentities outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-compositeentities-cEntityId path: /apps/{appId}/versions/{versionId}/compositeentities/{cEntityId} operations: - name: microsoftazuremodelgetcompositeentity method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Compositeentities Centityid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelupdatecompositeentity method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Compositeentities Centityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: compositeModelUpdateObject in: body type: string description: A model object containing the new entity extractor name and children. required: true - name: microsoftazuremodeldeletecompositeentity method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-compositeentities-cEntityId-children path: /apps/{appId}/versions/{versionId}/compositeentities/{cEntityId}/children operations: - name: microsoftazuremodeladdcompositeentitychild method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Compositeentities Centityid Children outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: compositeChildModelCreateObject in: body type: object description: A model object containing the name of the new composite child model. required: true - name: apps-appId-versions-versionId-compositeentities-cEntityId-children-cChildId path: /apps/{appId}/versions/{versionId}/compositeentities/{cEntityId}/children/{cChildId} operations: - name: microsoftazuremodeldeletecompositeentitychild method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid Children Cchildid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: cChildId in: path type: string description: The hierarchical entity extractor child ID. required: true - name: apps-appId-versions-versionId-compositeentities-cEntityId-roles path: /apps/{appId}/versions/{versionId}/compositeentities/{cEntityId}/roles operations: - name: microsoftazuremodellistcompositeentityroles method: GET description: Microsoft Azure Get All Roles For A Composite Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelcreatecompositeentityrole method: POST description: Microsoft Azure Create A Role For A Composite Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-compositeentities-cEntityId-roles-roleId path: /apps/{appId}/versions/{versionId}/compositeentities/{cEntityId}/roles/{roleId} operations: - name: microsoftazuremodelgetcompositeentityrole method: GET description: Microsoft Azure Get One Role For A Given Composite Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdatecompositeentityrole method: PUT description: Microsoft Azure Update A Role For A Given Composite Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeletecompositeentityrole method: DELETE description: Microsoft Azure Delete A Role For A Given Composite Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-customprebuiltdomains path: /apps/{appId}/versions/{versionId}/customprebuiltdomains operations: - name: microsoftazuremodeladdcustomprebuiltdomain method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltdomains outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: prebuiltDomainObject in: body type: string description: A prebuilt domain create object containing the name of the domain. required: true - name: apps-appId-versions-versionId-customprebuiltdomains-domainName path: /apps/{appId}/versions/{versionId}/customprebuiltdomains/{domainName} operations: - name: microsoftazuremodeldeletecustomprebuiltdomain method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Customprebuiltdomains Domainname outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: domainName in: path type: string description: Domain name. required: true - name: apps-appId-versions-versionId-customprebuiltentities path: /apps/{appId}/versions/{versionId}/customprebuiltentities operations: - name: microsoftazuremodeladdcustomprebuiltentity method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltentities outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: prebuiltDomainModelCreateObject in: body type: string description: A model object containing the name of the prebuilt entity and the name of the domain to which this model belongs. required: true - name: microsoftazuremodellistcustomprebuiltentities method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltentities outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-customprebuiltentities-entityId-roles path: /apps/{appId}/versions/{versionId}/customprebuiltentities/{entityId}/roles operations: - name: microsoftazuremodellistcustomprebuiltentityroles method: GET description: Microsoft Azure Get All Roles For A Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity Id required: true - name: microsoftazuremodelcreatecustomprebuiltentityrole method: POST description: Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity model ID. required: true - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-customprebuiltentities-entityId-roles-roleId path: /apps/{appId}/versions/{versionId}/customprebuiltentities/{entityId}/roles/{roleId} operations: - name: microsoftazuremodelgetcustomentityrole method: GET description: Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity ID. required: true - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdatecustomprebuiltentityrole method: PUT description: Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeletecustomentityrole method: DELETE description: Microsoft Azure Delete A Role For A Given Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-customprebuiltintents path: /apps/{appId}/versions/{versionId}/customprebuiltintents operations: - name: microsoftazuremodeladdcustomprebuiltintent method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltintents outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: prebuiltDomainModelCreateObject in: body type: string description: A model object containing the name of the customizable prebuilt intent and the name of the domain to which this model belongs. required: true - name: microsoftazuremodellistcustomprebuiltintents method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltintents outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-customprebuiltmodels path: /apps/{appId}/versions/{versionId}/customprebuiltmodels operations: - name: microsoftazuremodellistcustomprebuiltmodels method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltmodels outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-entities path: /apps/{appId}/versions/{versionId}/entities operations: - name: microsoftazuremodeladdentity method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Entities outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityModelCreateObject in: body type: string description: A model object containing the name of the new entity extractor and its children. required: true - name: microsoftazuremodellistentities method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Entities outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-entities-entityId path: /apps/{appId}/versions/{versionId}/entities/{entityId} operations: - name: microsoftazuremodelgetentity method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity extractor ID. required: true - name: microsoftazuremodeldeleteentity method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity extractor or the child entity extractor ID. required: true - name: microsoftazuremodelupdateentitychild method: PATCH description: Microsoft Azure Patch Apps Appid Versions Versionid Entities Entityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity extractor or the child entity extractor ID. required: true - name: entityModelUpdateObject in: body type: string description: A model object containing the name new entity extractor or the name and instance of model of a child entity extractor required: true - name: apps-appId-versions-versionId-entities-entityId-children path: /apps/{appId}/versions/{versionId}/entities/{entityId}/children operations: - name: microsoftazuremodeladdentitychild method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Children outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity extractor ID. required: true - name: childEntityModelCreateObject in: body type: string description: A model object containing the name of the new child model and its children. required: true - name: apps-appId-versions-versionId-entities-entityId-features path: /apps/{appId}/versions/{versionId}/entities/{entityId}/features operations: - name: microsoftazurefeaturesaddentityfeature method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Features outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: featureRelationCreateObject in: body type: string description: A Feature relation information object. required: true - name: microsoftazuremodelgetentityfeatures method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Features outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelreplaceentityfeatures method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Entities Entityid Features outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: featureRelationsUpdateObject in: body type: string description: A list of feature information objects containing the new feature relations. required: true - name: microsoftazuremodeldeleteentityfeature method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid Features outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: featureRelationDeleteObject in: body type: string description: A feature information object containing the feature relation to delete. required: true - name: apps-appId-versions-versionId-entities-entityId-roles path: /apps/{appId}/versions/{versionId}/entities/{entityId}/roles operations: - name: microsoftazuremodellistentityroles method: GET description: Microsoft Azure Get All Roles For An Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity Id required: true - name: microsoftazuremodelcreateentityrole method: POST description: Microsoft Azure Create An Entity Role In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity model ID. required: true - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-entities-entityId-roles-roleId path: /apps/{appId}/versions/{versionId}/entities/{entityId}/roles/{roleId} operations: - name: microsoftazuremodelgetentityrole method: GET description: Microsoft Azure Get One Role For A Given Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity ID. required: true - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdateentityrole method: PUT description: Microsoft Azure Update A Role For A Given Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeleteentityrole method: DELETE description: Microsoft Azure Delete An Entity Role In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-entities-entityId-suggest path: /apps/{appId}/versions/{versionId}/entities/{entityId}/suggest operations: - name: microsoftazuremodellistentitysuggestions method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Suggest outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The target entity extractor model to enhance. required: true - name: apps-appId-versions-versionId-example path: /apps/{appId}/versions/{versionId}/example operations: - name: microsoftazureexamplesadd method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Example outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: exampleLabelObject in: body type: string description: A labeled example utterance with the expected intent and entities. required: true - name: apps-appId-versions-versionId-examples path: /apps/{appId}/versions/{versionId}/examples operations: - name: microsoftazureexamplesbatch method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Examples outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: exampleLabelObjectArray in: body type: string description: Array of example utterances. required: true - name: microsoftazureexampleslist method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Examples outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-examples-exampleId path: /apps/{appId}/versions/{versionId}/examples/{exampleId} operations: - name: microsoftazureexamplesdelete method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Examples Exampleid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: exampleId in: path type: integer description: The example ID. required: true - name: apps-appId-versions-versionId-export path: /apps/{appId}/versions/{versionId}/export operations: - name: microsoftazureversionsexport method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Export outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-features path: /apps/{appId}/versions/{versionId}/features operations: - name: microsoftazurefeatureslist method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Features outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-hierarchicalentities path: /apps/{appId}/versions/{versionId}/hierarchicalentities operations: - name: microsoftazuremodellisthierarchicalentities method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-hierarchicalentities-hEntityId path: /apps/{appId}/versions/{versionId}/hierarchicalentities/{hEntityId} operations: - name: microsoftazuremodelgethierarchicalentity method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelupdatehierarchicalentity method: PATCH description: Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: modelUpdateObject in: body type: string description: Model containing names of the hierarchical entity. required: true - name: microsoftazuremodeldeletehierarchicalentity method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-hierarchicalentities-hEntityId-children-hChildId path: /apps/{appId}/versions/{versionId}/hierarchicalentities/{hEntityId}/children/{hChildId} operations: - name: microsoftazuremodelgethierarchicalentitychild method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: hChildId in: path type: string description: The hierarchical entity extractor child ID. required: true - name: microsoftazuremodelupdatehierarchicalentitychild method: PATCH description: Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: hChildId in: path type: string description: The hierarchical entity extractor child ID. required: true - name: hierarchicalChildModelUpdateObject in: body type: object description: Model object containing new name of the hierarchical entity child. required: true - name: microsoftazuremodeldeletehierarchicalentitychild method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: hChildId in: path type: string description: The hierarchical entity extractor child ID. required: true - name: apps-appId-versions-versionId-hierarchicalentities-hEntityId-roles path: /apps/{appId}/versions/{versionId}/hierarchicalentities/{hEntityId}/roles operations: - name: microsoftazuremodellisthierarchicalentityroles method: GET description: Microsoft Azure Get All Roles For A Hierarchical Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelcreatehierarchicalentityrole method: POST description: Microsoft Azure Create A Role For An Hierarchical Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-hierarchicalentities-hEntityId-roles-roleId path: /apps/{appId}/versions/{versionId}/hierarchicalentities/{hEntityId}/roles/{roleId} operations: - name: microsoftazuremodelgethierarchicalentityrole method: GET description: Microsoft Azure Get One Role For A Given Hierarchical Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdatehierarchicalentityrole method: PUT description: Microsoft Azure Update A Role For A Given Hierarchical Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeletehierarchicalentityrole method: DELETE description: Microsoft Azure Delete A Role For A Given Hierarchical Role In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-intents path: /apps/{appId}/versions/{versionId}/intents operations: - name: microsoftazuremodeladdintent method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Intents outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: intentCreateObject in: body type: string description: A model object containing the name of the new intent. required: true - name: microsoftazuremodellistintents method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Intents outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-intents-intentId path: /apps/{appId}/versions/{versionId}/intents/{intentId} operations: - name: microsoftazuremodelgetintent method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelupdateintent method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: modelUpdateObject in: body type: string description: A model object containing the new intent name. required: true - name: microsoftazuremodeldeleteintent method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: deleteUtterances in: query type: boolean description: If true, deletes the intent's example utterances. If false, moves the example utterances to the None intent. The default value is false. - name: apps-appId-versions-versionId-intents-intentId-features path: /apps/{appId}/versions/{versionId}/intents/{intentId}/features operations: - name: microsoftazurefeaturesaddintentfeature method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Intents Intentid Features outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: featureRelationCreateObject in: body type: string description: A Feature relation information object. required: true - name: microsoftazuremodelgetintentfeatures method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Features outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelreplaceintentfeatures method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid Features outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: featureRelationsUpdateObject in: body type: string description: A list of feature information objects containing the new feature relations. required: true - name: microsoftazuremodeldeleteintentfeature method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid Features outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: featureRelationDeleteObject in: body type: string description: A feature information object containing the feature relation to delete. required: true - name: apps-appId-versions-versionId-intents-intentId-patternrules path: /apps/{appId}/versions/{versionId}/intents/{intentId}/patternrules operations: - name: microsoftazurepatternlistintentpatterns method: GET description: Microsoft Azure Returns Patterns For The Specific Intent In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-intents-intentId-suggest path: /apps/{appId}/versions/{versionId}/intents/{intentId}/suggest operations: - name: microsoftazuremodellistintentsuggestions method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Suggest outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-listprebuilts path: /apps/{appId}/versions/{versionId}/listprebuilts operations: - name: microsoftazuremodellistprebuiltentities method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Listprebuilts outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-models path: /apps/{appId}/versions/{versionId}/models operations: - name: microsoftazuremodellistmodels method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Models outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-models-modelId-examples path: /apps/{appId}/versions/{versionId}/models/{modelId}/examples operations: - name: microsoftazuremodelexamples method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Models Modelid Examples outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: modelId in: path type: string description: The ID (GUID) of the model. required: true - name: apps-appId-versions-versionId-patternanyentities path: /apps/{appId}/versions/{versionId}/patternanyentities operations: - name: microsoftazuremodellistpatternanyentityinfos method: GET description: Microsoft Azure Get Information About The Pattern Any Entity Models In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelcreatepatternanyentitymodel method: POST description: Microsoft Azure Adds A Pattern Any Entity Extractor To A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: extractorCreateObject in: body type: string description: A model object containing the name and explicit list for the new Pattern.Any entity extractor. required: true - name: apps-appId-versions-versionId-patternanyentities-entityId path: /apps/{appId}/versions/{versionId}/patternanyentities/{entityId} operations: - name: microsoftazuremodelgetpatternanyentityinfo method: GET description: Microsoft Azure Gets Information About The Pattern Any Model In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity extractor ID. required: true - name: microsoftazuremodelupdatepatternanyentitymodel method: PUT description: Microsoft Azure Updates The Name And Explicit Exception List Of A Pattern Any Entity Model In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The Pattern.Any entity extractor ID. required: true - name: patternAnyUpdateObject in: body type: string description: An object containing the explicit list of the Pattern.Any entity. required: true - name: microsoftazuremodeldeletepatternanyentitymodel method: DELETE description: Microsoft Azure Deletes A Pattern Any Entity Extractor From A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The Pattern.Any entity extractor ID. required: true - name: apps-appId-versions-versionId-patternanyentities-entityId-explicitlist path: /apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/explicitlist operations: - name: microsoftazuremodelgetexplicitlist method: GET description: Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The Pattern.Any entity id. required: true - name: microsoftazuremodeladdexplicitlistitem method: POST description: Microsoft Azure Add A New Exception To The Explicit List For The Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The Pattern.Any entity extractor ID. required: true - name: item in: body type: string description: The new explicit list item. required: true - name: apps-appId-versions-versionId-patternanyentities-entityId-explicitlist-itemId path: /apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/explicitlist/{itemId} operations: - name: microsoftazuremodelgetexplicitlistitem method: GET description: Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The Pattern.Any entity Id. required: true - name: itemId in: path type: integer description: The explicit list item Id. required: true - name: microsoftazuremodelupdateexplicitlistitem method: PUT description: Microsoft Azure Updates An Explicit Exception List Item For A Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The Pattern.Any entity extractor ID. required: true - name: itemId in: path type: integer description: The explicit list item ID. required: true - name: item in: body type: string description: The new explicit list item. required: true - name: microsoftazuremodeldeleteexplicitlistitem method: DELETE description: Microsoft Azure Delete An Item From The Explicit Exception List For A Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The pattern.any entity id. required: true - name: itemId in: path type: integer description: The explicit list item which will be deleted. required: true - name: apps-appId-versions-versionId-patternanyentities-entityId-roles path: /apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/roles operations: - name: microsoftazuremodellistpatternanyentityroles method: GET description: Microsoft Azure Get All Roles For A Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity Id required: true - name: microsoftazuremodelcreatepatternanyentityrole method: POST description: Microsoft Azure Create A Role For An Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity model ID. required: true - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-patternanyentities-entityId-roles-roleId path: /apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/roles/{roleId} operations: - name: microsoftazuremodelgetpatternanyentityrole method: GET description: Microsoft Azure Get One Role For A Given Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity ID. required: true - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdatepatternanyentityrole method: PUT description: Microsoft Azure Update A Role For A Given Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeletepatternanyentityrole method: DELETE description: Microsoft Azure Delete A Role For A Given Pattern Any Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-patternrule path: /apps/{appId}/versions/{versionId}/patternrule operations: - name: microsoftazurepatternaddpattern method: POST description: Microsoft Azure Adds A Pattern To A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: pattern in: body type: string description: The input pattern. required: true - name: apps-appId-versions-versionId-patternrules path: /apps/{appId}/versions/{versionId}/patternrules operations: - name: microsoftazurepatternlistpatterns method: GET description: Microsoft Azure Gets Patterns In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazurepatternupdatepatterns method: PUT description: Microsoft Azure Updates Patterns In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: patterns in: body type: array description: An array represents the patterns. required: true - name: microsoftazurepatternbatchaddpatterns method: POST description: Microsoft Azure Adds A Batch Of Patterns In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: patterns in: body type: array description: A JSON array containing patterns. required: true - name: microsoftazurepatterndeletepatterns method: DELETE description: Microsoft Azure Deletes A List Of Patterns In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: patternIds in: body type: array description: The patterns IDs. required: true - name: apps-appId-versions-versionId-patternrules-patternId path: /apps/{appId}/versions/{versionId}/patternrules/{patternId} operations: - name: microsoftazurepatternupdatepattern method: PUT description: Microsoft Azure Updates A Pattern In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: patternId in: path type: string description: The pattern ID. required: true - name: pattern in: body type: string description: An object representing a pattern. required: true - name: microsoftazurepatterndeletepattern method: DELETE description: Microsoft Azure Deletes The Pattern With The Specified Id From A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: patternId in: path type: string description: The pattern ID. required: true - name: apps-appId-versions-versionId-phraselists path: /apps/{appId}/versions/{versionId}/phraselists operations: - name: microsoftazurefeaturesaddphraselist method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Phraselists outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: phraselistCreateObject in: body type: string description: A Phraselist object containing Name, comma-separated Phrases and the isExchangeable boolean. Default value for isExchangeable is true. required: true - name: microsoftazurefeatureslistphraselists method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Phraselists outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-phraselists-phraselistId path: /apps/{appId}/versions/{versionId}/phraselists/{phraselistId} operations: - name: microsoftazurefeaturesgetphraselist method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Phraselists Phraselistid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: phraselistId in: path type: integer description: The ID of the feature to be retrieved. required: true - name: microsoftazurefeaturesupdatephraselist method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Phraselists Phraselistid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: phraselistId in: path type: integer description: The ID of the feature to be updated. required: true - name: phraselistUpdateObject in: body type: string description: 'The new values for: - Just a boolean called IsActive, in which case the status of the feature will be changed. - Name, Pattern, Mode, and a boolean called IsAct' - name: microsoftazurefeaturesdeletephraselist method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Phraselists Phraselistid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: phraselistId in: path type: integer description: The ID of the feature to be deleted. required: true - name: apps-appId-versions-versionId-prebuilts path: /apps/{appId}/versions/{versionId}/prebuilts operations: - name: microsoftazuremodeladdprebuilt method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Prebuilts outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: prebuiltExtractorNames in: body type: string description: An array of prebuilt entity extractor names. required: true - name: microsoftazuremodellistprebuilts method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Prebuilts outputRawFormat: json outputParameters: - name: result type: object value: $. - name: apps-appId-versions-versionId-prebuilts-entityId-roles path: /apps/{appId}/versions/{versionId}/prebuilts/{entityId}/roles operations: - name: microsoftazuremodellistprebuiltentityroles method: GET description: Microsoft Azure Get A Prebuilt Entity S Roles In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity Id required: true - name: microsoftazuremodelcreateprebuiltentityrole method: POST description: Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity model ID. required: true - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-prebuilts-entityId-roles-roleId path: /apps/{appId}/versions/{versionId}/prebuilts/{entityId}/roles/{roleId} operations: - name: microsoftazuremodelgetprebuiltentityrole method: GET description: Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity ID. required: true - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdateprebuiltentityrole method: PUT description: Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeleteprebuiltentityrole method: DELETE description: Microsoft Azure Delete A Role In A Prebuilt Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-prebuilts-prebuiltId path: /apps/{appId}/versions/{versionId}/prebuilts/{prebuiltId} operations: - name: microsoftazuremodelgetprebuilt method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Prebuilts Prebuiltid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: prebuiltId in: path type: string description: The prebuilt entity extractor ID. required: true - name: microsoftazuremodeldeleteprebuilt method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Prebuilts Prebuiltid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: prebuiltId in: path type: string description: The prebuilt entity extractor ID. required: true - name: apps-appId-versions-versionId-regexentities path: /apps/{appId}/versions/{versionId}/regexentities operations: - name: microsoftazuremodellistregexentityinfos method: GET description: Microsoft Azure Gets Information About The Regular Expression Entity Models In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuremodelcreateregexentitymodel method: POST description: Microsoft Azure Adds A Regular Expression Entity Model To A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: regexEntityExtractorCreateObj in: body type: string description: A model object containing the name and regex pattern for the new regular expression entity extractor. required: true - name: apps-appId-versions-versionId-regexentities-entityId-roles path: /apps/{appId}/versions/{versionId}/regexentities/{entityId}/roles operations: - name: microsoftazuremodellistregexentityroles method: GET description: Microsoft Azure Get All Roles For A Regular Expression Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity Id required: true - name: microsoftazuremodelcreateregexentityrole method: POST description: Microsoft Azure Create A Role For An Regular Expression Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity model ID. required: true - name: entityRoleCreateObject in: body type: string description: An entity role object containing the name of role. required: true - name: apps-appId-versions-versionId-regexentities-entityId-roles-roleId path: /apps/{appId}/versions/{versionId}/regexentities/{entityId}/roles/{roleId} operations: - name: microsoftazuremodelgetregexentityrole method: GET description: Microsoft Azure Get One Role For A Given Regular Expression Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: entity ID. required: true - name: roleId in: path type: string description: entity role ID. required: true - name: microsoftazuremodelupdateregexentityrole method: PUT description: Microsoft Azure Update A Role For A Given Regular Expression Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role ID. required: true - name: entityRoleUpdateObject in: body type: string description: The new entity role. required: true - name: microsoftazuremodeldeleteregexentityrole method: DELETE description: Microsoft Azure Delete A Role For A Given Regular Expression In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: entityId in: path type: string description: The entity ID. required: true - name: roleId in: path type: string description: The entity role Id. required: true - name: apps-appId-versions-versionId-regexentities-regexEntityId path: /apps/{appId}/versions/{versionId}/regexentities/{regexEntityId} operations: - name: microsoftazuremodelgetregexentityentityinfo method: GET description: Microsoft Azure Gets Information About A Regular Expression Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: regexEntityId in: path type: string description: The regular expression entity model ID. required: true - name: microsoftazuremodelupdateregexentitymodel method: PUT description: Microsoft Azure Updates The Regular Expression Entity In A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: regexEntityId in: path type: string description: The regular expression entity extractor ID. required: true - name: regexEntityUpdateObject in: body type: string description: An object containing the new entity name and regex pattern. required: true - name: microsoftazuremodeldeleteregexentitymodel method: DELETE description: Microsoft Azure Deletes A Regular Expression Entity From A Version Of The Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: regexEntityId in: path type: string description: The regular expression entity extractor ID. required: true - name: apps-appId-versions-versionId-settings path: /apps/{appId}/versions/{versionId}/settings operations: - name: microsoftazuresettingslist method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Settings outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazuresettingsupdate method: PUT description: Microsoft Azure Put Apps Appid Versions Versionid Settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: listOfAppVersionSettingObject in: body type: array description: A list of the updated application version settings. required: true - name: apps-appId-versions-versionId-suggest path: /apps/{appId}/versions/{versionId}/suggest operations: - name: microsoftazureversionsdeleteunlabelledutterance method: DELETE description: Microsoft Azure Delete Apps Appid Versions Versionid Suggest outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: utterance in: body type: string description: The utterance text to delete. required: true - name: apps-appId-versions-versionId-train path: /apps/{appId}/versions/{versionId}/train operations: - name: microsoftazuretraintrainversion method: POST description: Microsoft Azure Post Apps Appid Versions Versionid Train outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: mode in: query type: string description: An enum value specifying mode of training. - name: microsoftazuretraingetstatus method: GET description: Microsoft Azure Get Apps Appid Versions Versionid Train outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: luis-authoring-client-apps-rest port: 8080 description: REST adapter for Microsoft Azure LUIS Authoring Client — Apps. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/apps name: apps description: REST surface for apps. operations: - method: POST name: microsoftazureappsadd description: Microsoft Azure Post Apps call: luis-authoring-client-apps.microsoftazureappsadd with: applicationCreateObject: rest.applicationCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazureappslist description: Microsoft Azure Get Apps call: luis-authoring-client-apps.microsoftazureappslist outputParameters: - type: object mapping: $. - path: /v1/apps/assistants name: apps-assistants description: REST surface for apps-assistants. operations: - method: GET name: microsoftazureappslistcortanaendpoints description: Microsoft Azure Get Apps Assistants call: luis-authoring-client-apps.microsoftazureappslistcortanaendpoints outputParameters: - type: object mapping: $. - path: /v1/apps/cultures name: apps-cultures description: REST surface for apps-cultures. operations: - method: GET name: microsoftazureappslistsupportedcultures description: Microsoft Azure Get Apps Cultures call: luis-authoring-client-apps.microsoftazureappslistsupportedcultures outputParameters: - type: object mapping: $. - path: /v1/apps/customprebuiltdomains name: apps-customprebuiltdomains description: REST surface for apps-customprebuiltdomains. operations: - method: GET name: microsoftazureappslistavailablecustomprebuiltdomains description: Microsoft Azure Get Apps Customprebuiltdomains call: luis-authoring-client-apps.microsoftazureappslistavailablecustomprebuiltdomains outputParameters: - type: object mapping: $. - method: POST name: microsoftazureappsaddcustomprebuiltdomain description: Microsoft Azure Post Apps Customprebuiltdomains call: luis-authoring-client-apps.microsoftazureappsaddcustomprebuiltdomain with: prebuiltDomainCreateObject: rest.prebuiltDomainCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/customprebuiltdomains/{culture} name: apps-customprebuiltdomains-culture description: REST surface for apps-customprebuiltdomains-culture. operations: - method: GET name: microsoftazureappslistavailablecustomprebuiltdomainsforculture description: Microsoft Azure Get Apps Customprebuiltdomains Culture call: luis-authoring-client-apps.microsoftazureappslistavailablecustomprebuiltdomainsforculture with: culture: rest.culture outputParameters: - type: object mapping: $. - path: /v1/apps/domains name: apps-domains description: REST surface for apps-domains. operations: - method: GET name: microsoftazureappslistdomains description: Microsoft Azure Get Apps Domains call: luis-authoring-client-apps.microsoftazureappslistdomains outputParameters: - type: object mapping: $. - path: /v1/apps/import name: apps-import description: REST surface for apps-import. operations: - method: POST name: microsoftazureappsimport description: Microsoft Azure Post Apps Import call: luis-authoring-client-apps.microsoftazureappsimport with: appName: rest.appName luisApp: rest.luisApp outputParameters: - type: object mapping: $. - path: /v1/apps/usagescenarios name: apps-usagescenarios description: REST surface for apps-usagescenarios. operations: - method: GET name: microsoftazureappslistusagescenarios description: Microsoft Azure Get Apps Usagescenarios call: luis-authoring-client-apps.microsoftazureappslistusagescenarios outputParameters: - type: object mapping: $. - path: /v1/apps/{appid} name: apps-appid description: REST surface for apps-appId. operations: - method: GET name: microsoftazureappsget description: Microsoft Azure Get Apps Appid call: luis-authoring-client-apps.microsoftazureappsget outputParameters: - type: object mapping: $. - method: PUT name: microsoftazureappsupdate description: Microsoft Azure Put Apps Appid call: luis-authoring-client-apps.microsoftazureappsupdate with: applicationUpdateObject: rest.applicationUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazureappsdelete description: Microsoft Azure Delete Apps Appid call: luis-authoring-client-apps.microsoftazureappsdelete outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/azureaccounts name: apps-appid-azureaccounts description: REST surface for apps-appId-azureaccounts. operations: - method: POST name: microsoftazureazureaccountsassigntoapp description: Microsoft Azure Apps Assign A Luis Azure Account To An Application call: luis-authoring-client-apps.microsoftazureazureaccountsassigntoapp with: azureAccountInfoObject: rest.azureAccountInfoObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazureazureaccountsgetassigned description: Microsoft Azure Apps Get Luis Azure Accounts Assigned To The Application call: luis-authoring-client-apps.microsoftazureazureaccountsgetassigned outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazureazureaccountsremovefromapp description: Microsoft Azure Apps Removes An Assigned Luis Azure Account From An Application call: luis-authoring-client-apps.microsoftazureazureaccountsremovefromapp with: azureAccountInfoObject: rest.azureAccountInfoObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/endpoints name: apps-appid-endpoints description: REST surface for apps-appId-endpoints. operations: - method: GET name: microsoftazureappslistendpoints description: Microsoft Azure Get Apps Appid Endpoints call: luis-authoring-client-apps.microsoftazureappslistendpoints outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/publish name: apps-appid-publish description: REST surface for apps-appId-publish. operations: - method: POST name: microsoftazureappspublish description: Microsoft Azure Post Apps Appid Publish call: luis-authoring-client-apps.microsoftazureappspublish with: applicationPublishObject: rest.applicationPublishObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/publishsettings name: apps-appid-publishsettings description: REST surface for apps-appId-publishsettings. operations: - method: GET name: microsoftazureappsgetpublishsettings description: Microsoft Azure Get Apps Appid Publishsettings call: luis-authoring-client-apps.microsoftazureappsgetpublishsettings outputParameters: - type: object mapping: $. - method: PUT name: microsoftazureappsupdatepublishsettings description: Microsoft Azure Put Apps Appid Publishsettings call: luis-authoring-client-apps.microsoftazureappsupdatepublishsettings with: publishSettingUpdateObject: rest.publishSettingUpdateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/querylogs name: apps-appid-querylogs description: REST surface for apps-appId-querylogs. operations: - method: GET name: microsoftazureappsdownloadquerylogs description: Microsoft Azure Get Apps Appid Querylogs call: luis-authoring-client-apps.microsoftazureappsdownloadquerylogs outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/settings name: apps-appid-settings description: REST surface for apps-appId-settings. operations: - method: GET name: microsoftazureappsgetsettings description: Microsoft Azure Get Apps Appid Settings call: luis-authoring-client-apps.microsoftazureappsgetsettings outputParameters: - type: object mapping: $. - method: PUT name: microsoftazureappsupdatesettings description: Microsoft Azure Put Apps Appid Settings call: luis-authoring-client-apps.microsoftazureappsupdatesettings with: applicationSettingUpdateObject: rest.applicationSettingUpdateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions name: apps-appid-versions description: REST surface for apps-appId-versions. operations: - method: GET name: microsoftazureversionslist description: Microsoft Azure Get Apps Appid Versions call: luis-authoring-client-apps.microsoftazureversionslist outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/import name: apps-appid-versions-import description: REST surface for apps-appId-versions-import. operations: - method: POST name: microsoftazureversionsimport description: Microsoft Azure Post Apps Appid Versions Import call: luis-authoring-client-apps.microsoftazureversionsimport with: versionId: rest.versionId luisApp: rest.luisApp outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid} name: apps-appid-versions-versionid description: REST surface for apps-appId-versions-versionId. operations: - method: GET name: microsoftazureversionsget description: Microsoft Azure Get Apps Appid Versions Versionid call: luis-authoring-client-apps.microsoftazureversionsget outputParameters: - type: object mapping: $. - method: PUT name: microsoftazureversionsupdate description: Microsoft Azure Put Apps Appid Versions Versionid call: luis-authoring-client-apps.microsoftazureversionsupdate with: versionUpdateObject: rest.versionUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazureversionsdelete description: Microsoft Azure Delete Apps Appid Versions Versionid call: luis-authoring-client-apps.microsoftazureversionsdelete outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/clone name: apps-appid-versions-versionid-clone description: REST surface for apps-appId-versions-versionId-clone. operations: - method: POST name: microsoftazureversionsclone description: Microsoft Azure Post Apps Appid Versions Versionid Clone call: luis-authoring-client-apps.microsoftazureversionsclone with: versionCloneObject: rest.versionCloneObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/closedlists name: apps-appid-versions-versionid-closedlists description: REST surface for apps-appId-versions-versionId-closedlists. operations: - method: GET name: microsoftazuremodellistclosedlists description: Microsoft Azure Get Apps Appid Versions Versionid Closedlists call: luis-authoring-client-apps.microsoftazuremodellistclosedlists outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodeladdclosedlist description: Microsoft Azure Post Apps Appid Versions Versionid Closedlists call: luis-authoring-client-apps.microsoftazuremodeladdclosedlist with: closedListModelCreateObject: rest.closedListModelCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/closedlists/{clentityid} name: apps-appid-versions-versionid-closedlists-clentityid description: REST surface for apps-appId-versions-versionId-closedlists-clEntityId. operations: - method: GET name: microsoftazuremodelgetclosedlist description: Microsoft Azure Get Apps Appid Versions Versionid Closedlists Clentityid call: luis-authoring-client-apps.microsoftazuremodelgetclosedlist with: clEntityId: rest.clEntityId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateclosedlist description: Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid call: luis-authoring-client-apps.microsoftazuremodelupdateclosedlist with: clEntityId: rest.clEntityId closedListModelUpdateObject: rest.closedListModelUpdateObject outputParameters: - type: object mapping: $. - method: PATCH name: microsoftazuremodelpatchclosedlist description: Microsoft Azure Patch Apps Appid Versions Versionid Closedlists Clentityid call: luis-authoring-client-apps.microsoftazuremodelpatchclosedlist with: clEntityId: rest.clEntityId closedListModelPatchObject: rest.closedListModelPatchObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteclosedlist description: Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid call: luis-authoring-client-apps.microsoftazuremodeldeleteclosedlist with: clEntityId: rest.clEntityId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/closedlists/{clentityid}/sublists name: apps-appid-versions-versionid-closedlists-clentityid-sublists description: REST surface for apps-appId-versions-versionId-closedlists-clEntityId-sublists. operations: - method: POST name: microsoftazuremodeladdsublist description: Microsoft Azure Post Apps Appid Versions Versionid Closedlists Clentityid Sublists call: luis-authoring-client-apps.microsoftazuremodeladdsublist with: clEntityId: rest.clEntityId wordListCreateObject: rest.wordListCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/closedlists/{clentityid}/sublists/{sublistid} name: apps-appid-versions-versionid-closedlists-clentityid-sublists-sublistid description: REST surface for apps-appId-versions-versionId-closedlists-clEntityId-sublists-subListId. operations: - method: DELETE name: microsoftazuremodeldeletesublist description: Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid call: luis-authoring-client-apps.microsoftazuremodeldeletesublist with: clEntityId: rest.clEntityId subListId: rest.subListId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdatesublist description: Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid call: luis-authoring-client-apps.microsoftazuremodelupdatesublist with: clEntityId: rest.clEntityId subListId: rest.subListId wordListBaseUpdateObject: rest.wordListBaseUpdateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/closedlists/{entityid}/roles name: apps-appid-versions-versionid-closedlists-entityid-roles description: REST surface for apps-appId-versions-versionId-closedlists-entityId-roles. operations: - method: GET name: microsoftazuremodellistclosedlistentityroles description: Microsoft Azure Get All Roles For A List Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistclosedlistentityroles with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreateclosedlistentityrole description: Microsoft Azure Create A Role For A List Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreateclosedlistentityrole with: entityId: rest.entityId entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/closedlists/{entityid}/roles/{roleid} name: apps-appid-versions-versionid-closedlists-entityid-roles-roleid description: REST surface for apps-appId-versions-versionId-closedlists-entityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgetclosedlistentityrole description: Microsoft Azure Get One Role For A Given List Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetclosedlistentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateclosedlistentityrole description: Microsoft Azure Update A Role For A Given List Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdateclosedlistentityrole with: entityId: rest.entityId roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteclosedlistentityrole description: Microsoft Azure Delete A Role For A Given List Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeleteclosedlistentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/compositeentities name: apps-appid-versions-versionid-compositeentities description: REST surface for apps-appId-versions-versionId-compositeentities. operations: - method: GET name: microsoftazuremodellistcompositeentities description: Microsoft Azure Get Apps Appid Versions Versionid Compositeentities call: luis-authoring-client-apps.microsoftazuremodellistcompositeentities outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/compositeentities/{centityid} name: apps-appid-versions-versionid-compositeentities-centityid description: REST surface for apps-appId-versions-versionId-compositeentities-cEntityId. operations: - method: GET name: microsoftazuremodelgetcompositeentity description: Microsoft Azure Get Apps Appid Versions Versionid Compositeentities Centityid call: luis-authoring-client-apps.microsoftazuremodelgetcompositeentity outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdatecompositeentity description: Microsoft Azure Put Apps Appid Versions Versionid Compositeentities Centityid call: luis-authoring-client-apps.microsoftazuremodelupdatecompositeentity with: compositeModelUpdateObject: rest.compositeModelUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletecompositeentity description: Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid call: luis-authoring-client-apps.microsoftazuremodeldeletecompositeentity outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/compositeentities/{centityid}/children name: apps-appid-versions-versionid-compositeentities-centityid-children description: REST surface for apps-appId-versions-versionId-compositeentities-cEntityId-children. operations: - method: POST name: microsoftazuremodeladdcompositeentitychild description: Microsoft Azure Post Apps Appid Versions Versionid Compositeentities Centityid Children call: luis-authoring-client-apps.microsoftazuremodeladdcompositeentitychild with: compositeChildModelCreateObject: rest.compositeChildModelCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/compositeentities/{centityid}/children/{cchildid} name: apps-appid-versions-versionid-compositeentities-centityid-children-cchildid description: REST surface for apps-appId-versions-versionId-compositeentities-cEntityId-children-cChildId. operations: - method: DELETE name: microsoftazuremodeldeletecompositeentitychild description: Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid Children Cchildid call: luis-authoring-client-apps.microsoftazuremodeldeletecompositeentitychild with: cChildId: rest.cChildId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/compositeentities/{centityid}/roles name: apps-appid-versions-versionid-compositeentities-centityid-roles description: REST surface for apps-appId-versions-versionId-compositeentities-cEntityId-roles. operations: - method: GET name: microsoftazuremodellistcompositeentityroles description: Microsoft Azure Get All Roles For A Composite Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistcompositeentityroles outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreatecompositeentityrole description: Microsoft Azure Create A Role For A Composite Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreatecompositeentityrole with: entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/compositeentities/{centityid}/roles/{roleid} name: apps-appid-versions-versionid-compositeentities-centityid-roles-roleid description: REST surface for apps-appId-versions-versionId-compositeentities-cEntityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgetcompositeentityrole description: Microsoft Azure Get One Role For A Given Composite Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetcompositeentityrole with: roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdatecompositeentityrole description: Microsoft Azure Update A Role For A Given Composite Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdatecompositeentityrole with: roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletecompositeentityrole description: Microsoft Azure Delete A Role For A Given Composite Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeletecompositeentityrole with: roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/customprebuiltdomains name: apps-appid-versions-versionid-customprebuiltdomains description: REST surface for apps-appId-versions-versionId-customprebuiltdomains. operations: - method: POST name: microsoftazuremodeladdcustomprebuiltdomain description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltdomains call: luis-authoring-client-apps.microsoftazuremodeladdcustomprebuiltdomain with: prebuiltDomainObject: rest.prebuiltDomainObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/customprebuiltdomains/{domainname} name: apps-appid-versions-versionid-customprebuiltdomains-domainname description: REST surface for apps-appId-versions-versionId-customprebuiltdomains-domainName. operations: - method: DELETE name: microsoftazuremodeldeletecustomprebuiltdomain description: Microsoft Azure Delete Apps Appid Versions Versionid Customprebuiltdomains Domainname call: luis-authoring-client-apps.microsoftazuremodeldeletecustomprebuiltdomain with: domainName: rest.domainName outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/customprebuiltentities name: apps-appid-versions-versionid-customprebuiltentities description: REST surface for apps-appId-versions-versionId-customprebuiltentities. operations: - method: POST name: microsoftazuremodeladdcustomprebuiltentity description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltentities call: luis-authoring-client-apps.microsoftazuremodeladdcustomprebuiltentity with: prebuiltDomainModelCreateObject: rest.prebuiltDomainModelCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazuremodellistcustomprebuiltentities description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltentities call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltentities outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/customprebuiltentities/{entityid}/roles name: apps-appid-versions-versionid-customprebuiltentities-entityid-roles description: REST surface for apps-appId-versions-versionId-customprebuiltentities-entityId-roles. operations: - method: GET name: microsoftazuremodellistcustomprebuiltentityroles description: Microsoft Azure Get All Roles For A Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltentityroles with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreatecustomprebuiltentityrole description: Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreatecustomprebuiltentityrole with: entityId: rest.entityId entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/customprebuiltentities/{entityid}/roles/{roleid} name: apps-appid-versions-versionid-customprebuiltentities-entityid-roles-roleid description: REST surface for apps-appId-versions-versionId-customprebuiltentities-entityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgetcustomentityrole description: Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetcustomentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdatecustomprebuiltentityrole description: Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdatecustomprebuiltentityrole with: entityId: rest.entityId roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletecustomentityrole description: Microsoft Azure Delete A Role For A Given Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeletecustomentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/customprebuiltintents name: apps-appid-versions-versionid-customprebuiltintents description: REST surface for apps-appId-versions-versionId-customprebuiltintents. operations: - method: POST name: microsoftazuremodeladdcustomprebuiltintent description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltintents call: luis-authoring-client-apps.microsoftazuremodeladdcustomprebuiltintent with: prebuiltDomainModelCreateObject: rest.prebuiltDomainModelCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazuremodellistcustomprebuiltintents description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltintents call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltintents outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/customprebuiltmodels name: apps-appid-versions-versionid-customprebuiltmodels description: REST surface for apps-appId-versions-versionId-customprebuiltmodels. operations: - method: GET name: microsoftazuremodellistcustomprebuiltmodels description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltmodels call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltmodels outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/entities name: apps-appid-versions-versionid-entities description: REST surface for apps-appId-versions-versionId-entities. operations: - method: POST name: microsoftazuremodeladdentity description: Microsoft Azure Post Apps Appid Versions Versionid Entities call: luis-authoring-client-apps.microsoftazuremodeladdentity with: entityModelCreateObject: rest.entityModelCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazuremodellistentities description: Microsoft Azure Get Apps Appid Versions Versionid Entities call: luis-authoring-client-apps.microsoftazuremodellistentities outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/entities/{entityid} name: apps-appid-versions-versionid-entities-entityid description: REST surface for apps-appId-versions-versionId-entities-entityId. operations: - method: GET name: microsoftazuremodelgetentity description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid call: luis-authoring-client-apps.microsoftazuremodelgetentity with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteentity description: Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid call: luis-authoring-client-apps.microsoftazuremodeldeleteentity with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: PATCH name: microsoftazuremodelupdateentitychild description: Microsoft Azure Patch Apps Appid Versions Versionid Entities Entityid call: luis-authoring-client-apps.microsoftazuremodelupdateentitychild with: entityId: rest.entityId entityModelUpdateObject: rest.entityModelUpdateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/entities/{entityid}/children name: apps-appid-versions-versionid-entities-entityid-children description: REST surface for apps-appId-versions-versionId-entities-entityId-children. operations: - method: POST name: microsoftazuremodeladdentitychild description: Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Children call: luis-authoring-client-apps.microsoftazuremodeladdentitychild with: entityId: rest.entityId childEntityModelCreateObject: rest.childEntityModelCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/entities/{entityid}/features name: apps-appid-versions-versionid-entities-entityid-features description: REST surface for apps-appId-versions-versionId-entities-entityId-features. operations: - method: POST name: microsoftazurefeaturesaddentityfeature description: Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Features call: luis-authoring-client-apps.microsoftazurefeaturesaddentityfeature with: featureRelationCreateObject: rest.featureRelationCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazuremodelgetentityfeatures description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Features call: luis-authoring-client-apps.microsoftazuremodelgetentityfeatures outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelreplaceentityfeatures description: Microsoft Azure Put Apps Appid Versions Versionid Entities Entityid Features call: luis-authoring-client-apps.microsoftazuremodelreplaceentityfeatures with: featureRelationsUpdateObject: rest.featureRelationsUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteentityfeature description: Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid Features call: luis-authoring-client-apps.microsoftazuremodeldeleteentityfeature with: featureRelationDeleteObject: rest.featureRelationDeleteObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/entities/{entityid}/roles name: apps-appid-versions-versionid-entities-entityid-roles description: REST surface for apps-appId-versions-versionId-entities-entityId-roles. operations: - method: GET name: microsoftazuremodellistentityroles description: Microsoft Azure Get All Roles For An Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistentityroles with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreateentityrole description: Microsoft Azure Create An Entity Role In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreateentityrole with: entityId: rest.entityId entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/entities/{entityid}/roles/{roleid} name: apps-appid-versions-versionid-entities-entityid-roles-roleid description: REST surface for apps-appId-versions-versionId-entities-entityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgetentityrole description: Microsoft Azure Get One Role For A Given Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateentityrole description: Microsoft Azure Update A Role For A Given Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdateentityrole with: entityId: rest.entityId roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteentityrole description: Microsoft Azure Delete An Entity Role In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeleteentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/entities/{entityid}/suggest name: apps-appid-versions-versionid-entities-entityid-suggest description: REST surface for apps-appId-versions-versionId-entities-entityId-suggest. operations: - method: GET name: microsoftazuremodellistentitysuggestions description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Suggest call: luis-authoring-client-apps.microsoftazuremodellistentitysuggestions with: entityId: rest.entityId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/example name: apps-appid-versions-versionid-example description: REST surface for apps-appId-versions-versionId-example. operations: - method: POST name: microsoftazureexamplesadd description: Microsoft Azure Post Apps Appid Versions Versionid Example call: luis-authoring-client-apps.microsoftazureexamplesadd with: exampleLabelObject: rest.exampleLabelObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/examples name: apps-appid-versions-versionid-examples description: REST surface for apps-appId-versions-versionId-examples. operations: - method: POST name: microsoftazureexamplesbatch description: Microsoft Azure Post Apps Appid Versions Versionid Examples call: luis-authoring-client-apps.microsoftazureexamplesbatch with: exampleLabelObjectArray: rest.exampleLabelObjectArray outputParameters: - type: object mapping: $. - method: GET name: microsoftazureexampleslist description: Microsoft Azure Get Apps Appid Versions Versionid Examples call: luis-authoring-client-apps.microsoftazureexampleslist outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/examples/{exampleid} name: apps-appid-versions-versionid-examples-exampleid description: REST surface for apps-appId-versions-versionId-examples-exampleId. operations: - method: DELETE name: microsoftazureexamplesdelete description: Microsoft Azure Delete Apps Appid Versions Versionid Examples Exampleid call: luis-authoring-client-apps.microsoftazureexamplesdelete with: exampleId: rest.exampleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/export name: apps-appid-versions-versionid-export description: REST surface for apps-appId-versions-versionId-export. operations: - method: GET name: microsoftazureversionsexport description: Microsoft Azure Get Apps Appid Versions Versionid Export call: luis-authoring-client-apps.microsoftazureversionsexport outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/features name: apps-appid-versions-versionid-features description: REST surface for apps-appId-versions-versionId-features. operations: - method: GET name: microsoftazurefeatureslist description: Microsoft Azure Get Apps Appid Versions Versionid Features call: luis-authoring-client-apps.microsoftazurefeatureslist outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/hierarchicalentities name: apps-appid-versions-versionid-hierarchicalentities description: REST surface for apps-appId-versions-versionId-hierarchicalentities. operations: - method: GET name: microsoftazuremodellisthierarchicalentities description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities call: luis-authoring-client-apps.microsoftazuremodellisthierarchicalentities outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/hierarchicalentities/{hentityid} name: apps-appid-versions-versionid-hierarchicalentities-hentityid description: REST surface for apps-appId-versions-versionId-hierarchicalentities-hEntityId. operations: - method: GET name: microsoftazuremodelgethierarchicalentity description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid call: luis-authoring-client-apps.microsoftazuremodelgethierarchicalentity outputParameters: - type: object mapping: $. - method: PATCH name: microsoftazuremodelupdatehierarchicalentity description: Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid call: luis-authoring-client-apps.microsoftazuremodelupdatehierarchicalentity with: modelUpdateObject: rest.modelUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletehierarchicalentity description: Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid call: luis-authoring-client-apps.microsoftazuremodeldeletehierarchicalentity outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/hierarchicalentities/{hentityid}/children/{hchildid} name: apps-appid-versions-versionid-hierarchicalentities-hentityid-children-hchildid description: REST surface for apps-appId-versions-versionId-hierarchicalentities-hEntityId-children-hChildId. operations: - method: GET name: microsoftazuremodelgethierarchicalentitychild description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid call: luis-authoring-client-apps.microsoftazuremodelgethierarchicalentitychild with: hChildId: rest.hChildId outputParameters: - type: object mapping: $. - method: PATCH name: microsoftazuremodelupdatehierarchicalentitychild description: Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid call: luis-authoring-client-apps.microsoftazuremodelupdatehierarchicalentitychild with: hChildId: rest.hChildId hierarchicalChildModelUpdateObject: rest.hierarchicalChildModelUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletehierarchicalentitychild description: Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid call: luis-authoring-client-apps.microsoftazuremodeldeletehierarchicalentitychild with: hChildId: rest.hChildId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/hierarchicalentities/{hentityid}/roles name: apps-appid-versions-versionid-hierarchicalentities-hentityid-roles description: REST surface for apps-appId-versions-versionId-hierarchicalentities-hEntityId-roles. operations: - method: GET name: microsoftazuremodellisthierarchicalentityroles description: Microsoft Azure Get All Roles For A Hierarchical Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellisthierarchicalentityroles outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreatehierarchicalentityrole description: Microsoft Azure Create A Role For An Hierarchical Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreatehierarchicalentityrole with: entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/hierarchicalentities/{hentityid}/roles/{roleid} name: apps-appid-versions-versionid-hierarchicalentities-hentityid-roles-roleid description: REST surface for apps-appId-versions-versionId-hierarchicalentities-hEntityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgethierarchicalentityrole description: Microsoft Azure Get One Role For A Given Hierarchical Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgethierarchicalentityrole with: roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdatehierarchicalentityrole description: Microsoft Azure Update A Role For A Given Hierarchical Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdatehierarchicalentityrole with: roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletehierarchicalentityrole description: Microsoft Azure Delete A Role For A Given Hierarchical Role In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeletehierarchicalentityrole with: roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/intents name: apps-appid-versions-versionid-intents description: REST surface for apps-appId-versions-versionId-intents. operations: - method: POST name: microsoftazuremodeladdintent description: Microsoft Azure Post Apps Appid Versions Versionid Intents call: luis-authoring-client-apps.microsoftazuremodeladdintent with: intentCreateObject: rest.intentCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazuremodellistintents description: Microsoft Azure Get Apps Appid Versions Versionid Intents call: luis-authoring-client-apps.microsoftazuremodellistintents outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/intents/{intentid} name: apps-appid-versions-versionid-intents-intentid description: REST surface for apps-appId-versions-versionId-intents-intentId. operations: - method: GET name: microsoftazuremodelgetintent description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid call: luis-authoring-client-apps.microsoftazuremodelgetintent outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateintent description: Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid call: luis-authoring-client-apps.microsoftazuremodelupdateintent with: modelUpdateObject: rest.modelUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteintent description: Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid call: luis-authoring-client-apps.microsoftazuremodeldeleteintent with: deleteUtterances: rest.deleteUtterances outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/intents/{intentid}/features name: apps-appid-versions-versionid-intents-intentid-features description: REST surface for apps-appId-versions-versionId-intents-intentId-features. operations: - method: POST name: microsoftazurefeaturesaddintentfeature description: Microsoft Azure Post Apps Appid Versions Versionid Intents Intentid Features call: luis-authoring-client-apps.microsoftazurefeaturesaddintentfeature with: featureRelationCreateObject: rest.featureRelationCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazuremodelgetintentfeatures description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Features call: luis-authoring-client-apps.microsoftazuremodelgetintentfeatures outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelreplaceintentfeatures description: Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid Features call: luis-authoring-client-apps.microsoftazuremodelreplaceintentfeatures with: featureRelationsUpdateObject: rest.featureRelationsUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteintentfeature description: Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid Features call: luis-authoring-client-apps.microsoftazuremodeldeleteintentfeature with: featureRelationDeleteObject: rest.featureRelationDeleteObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/intents/{intentid}/patternrules name: apps-appid-versions-versionid-intents-intentid-patternrules description: REST surface for apps-appId-versions-versionId-intents-intentId-patternrules. operations: - method: GET name: microsoftazurepatternlistintentpatterns description: Microsoft Azure Returns Patterns For The Specific Intent In A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatternlistintentpatterns outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/intents/{intentid}/suggest name: apps-appid-versions-versionid-intents-intentid-suggest description: REST surface for apps-appId-versions-versionId-intents-intentId-suggest. operations: - method: GET name: microsoftazuremodellistintentsuggestions description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Suggest call: luis-authoring-client-apps.microsoftazuremodellistintentsuggestions outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/listprebuilts name: apps-appid-versions-versionid-listprebuilts description: REST surface for apps-appId-versions-versionId-listprebuilts. operations: - method: GET name: microsoftazuremodellistprebuiltentities description: Microsoft Azure Get Apps Appid Versions Versionid Listprebuilts call: luis-authoring-client-apps.microsoftazuremodellistprebuiltentities outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/models name: apps-appid-versions-versionid-models description: REST surface for apps-appId-versions-versionId-models. operations: - method: GET name: microsoftazuremodellistmodels description: Microsoft Azure Get Apps Appid Versions Versionid Models call: luis-authoring-client-apps.microsoftazuremodellistmodels outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/models/{modelid}/examples name: apps-appid-versions-versionid-models-modelid-examples description: REST surface for apps-appId-versions-versionId-models-modelId-examples. operations: - method: GET name: microsoftazuremodelexamples description: Microsoft Azure Get Apps Appid Versions Versionid Models Modelid Examples call: luis-authoring-client-apps.microsoftazuremodelexamples with: modelId: rest.modelId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternanyentities name: apps-appid-versions-versionid-patternanyentities description: REST surface for apps-appId-versions-versionId-patternanyentities. operations: - method: GET name: microsoftazuremodellistpatternanyentityinfos description: Microsoft Azure Get Information About The Pattern Any Entity Models In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistpatternanyentityinfos outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreatepatternanyentitymodel description: Microsoft Azure Adds A Pattern Any Entity Extractor To A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreatepatternanyentitymodel with: extractorCreateObject: rest.extractorCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternanyentities/{entityid} name: apps-appid-versions-versionid-patternanyentities-entityid description: REST surface for apps-appId-versions-versionId-patternanyentities-entityId. operations: - method: GET name: microsoftazuremodelgetpatternanyentityinfo description: Microsoft Azure Gets Information About The Pattern Any Model In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetpatternanyentityinfo with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdatepatternanyentitymodel description: Microsoft Azure Updates The Name And Explicit Exception List Of A Pattern Any Entity Model In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdatepatternanyentitymodel with: entityId: rest.entityId patternAnyUpdateObject: rest.patternAnyUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletepatternanyentitymodel description: Microsoft Azure Deletes A Pattern Any Entity Extractor From A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeletepatternanyentitymodel with: entityId: rest.entityId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternanyentities/{entityid}/explicitlist name: apps-appid-versions-versionid-patternanyentities-entityid-explicitlist description: REST surface for apps-appId-versions-versionId-patternanyentities-entityId-explicitlist. operations: - method: GET name: microsoftazuremodelgetexplicitlist description: Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetexplicitlist with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodeladdexplicitlistitem description: Microsoft Azure Add A New Exception To The Explicit List For The Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeladdexplicitlistitem with: entityId: rest.entityId item: rest.item outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternanyentities/{entityid}/explicitlist/{itemid} name: apps-appid-versions-versionid-patternanyentities-entityid-explicitlist-itemid description: REST surface for apps-appId-versions-versionId-patternanyentities-entityId-explicitlist-itemId. operations: - method: GET name: microsoftazuremodelgetexplicitlistitem description: Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetexplicitlistitem with: entityId: rest.entityId itemId: rest.itemId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateexplicitlistitem description: Microsoft Azure Updates An Explicit Exception List Item For A Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdateexplicitlistitem with: entityId: rest.entityId itemId: rest.itemId item: rest.item outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteexplicitlistitem description: Microsoft Azure Delete An Item From The Explicit Exception List For A Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeleteexplicitlistitem with: entityId: rest.entityId itemId: rest.itemId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternanyentities/{entityid}/roles name: apps-appid-versions-versionid-patternanyentities-entityid-roles description: REST surface for apps-appId-versions-versionId-patternanyentities-entityId-roles. operations: - method: GET name: microsoftazuremodellistpatternanyentityroles description: Microsoft Azure Get All Roles For A Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistpatternanyentityroles with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreatepatternanyentityrole description: Microsoft Azure Create A Role For An Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreatepatternanyentityrole with: entityId: rest.entityId entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternanyentities/{entityid}/roles/{roleid} name: apps-appid-versions-versionid-patternanyentities-entityid-roles-roleid description: REST surface for apps-appId-versions-versionId-patternanyentities-entityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgetpatternanyentityrole description: Microsoft Azure Get One Role For A Given Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetpatternanyentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdatepatternanyentityrole description: Microsoft Azure Update A Role For A Given Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdatepatternanyentityrole with: entityId: rest.entityId roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeletepatternanyentityrole description: Microsoft Azure Delete A Role For A Given Pattern Any Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeletepatternanyentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternrule name: apps-appid-versions-versionid-patternrule description: REST surface for apps-appId-versions-versionId-patternrule. operations: - method: POST name: microsoftazurepatternaddpattern description: Microsoft Azure Adds A Pattern To A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatternaddpattern with: pattern: rest.pattern outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternrules name: apps-appid-versions-versionid-patternrules description: REST surface for apps-appId-versions-versionId-patternrules. operations: - method: GET name: microsoftazurepatternlistpatterns description: Microsoft Azure Gets Patterns In A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatternlistpatterns outputParameters: - type: object mapping: $. - method: PUT name: microsoftazurepatternupdatepatterns description: Microsoft Azure Updates Patterns In A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatternupdatepatterns with: patterns: rest.patterns outputParameters: - type: object mapping: $. - method: POST name: microsoftazurepatternbatchaddpatterns description: Microsoft Azure Adds A Batch Of Patterns In A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatternbatchaddpatterns with: patterns: rest.patterns outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazurepatterndeletepatterns description: Microsoft Azure Deletes A List Of Patterns In A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatterndeletepatterns with: patternIds: rest.patternIds outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/patternrules/{patternid} name: apps-appid-versions-versionid-patternrules-patternid description: REST surface for apps-appId-versions-versionId-patternrules-patternId. operations: - method: PUT name: microsoftazurepatternupdatepattern description: Microsoft Azure Updates A Pattern In A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatternupdatepattern with: patternId: rest.patternId pattern: rest.pattern outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazurepatterndeletepattern description: Microsoft Azure Deletes The Pattern With The Specified Id From A Version Of The Application call: luis-authoring-client-apps.microsoftazurepatterndeletepattern with: patternId: rest.patternId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/phraselists name: apps-appid-versions-versionid-phraselists description: REST surface for apps-appId-versions-versionId-phraselists. operations: - method: POST name: microsoftazurefeaturesaddphraselist description: Microsoft Azure Post Apps Appid Versions Versionid Phraselists call: luis-authoring-client-apps.microsoftazurefeaturesaddphraselist with: phraselistCreateObject: rest.phraselistCreateObject outputParameters: - type: object mapping: $. - method: GET name: microsoftazurefeatureslistphraselists description: Microsoft Azure Get Apps Appid Versions Versionid Phraselists call: luis-authoring-client-apps.microsoftazurefeatureslistphraselists outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/phraselists/{phraselistid} name: apps-appid-versions-versionid-phraselists-phraselistid description: REST surface for apps-appId-versions-versionId-phraselists-phraselistId. operations: - method: GET name: microsoftazurefeaturesgetphraselist description: Microsoft Azure Get Apps Appid Versions Versionid Phraselists Phraselistid call: luis-authoring-client-apps.microsoftazurefeaturesgetphraselist with: phraselistId: rest.phraselistId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazurefeaturesupdatephraselist description: Microsoft Azure Put Apps Appid Versions Versionid Phraselists Phraselistid call: luis-authoring-client-apps.microsoftazurefeaturesupdatephraselist with: phraselistId: rest.phraselistId phraselistUpdateObject: rest.phraselistUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazurefeaturesdeletephraselist description: Microsoft Azure Delete Apps Appid Versions Versionid Phraselists Phraselistid call: luis-authoring-client-apps.microsoftazurefeaturesdeletephraselist with: phraselistId: rest.phraselistId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/prebuilts name: apps-appid-versions-versionid-prebuilts description: REST surface for apps-appId-versions-versionId-prebuilts. operations: - method: POST name: microsoftazuremodeladdprebuilt description: Microsoft Azure Post Apps Appid Versions Versionid Prebuilts call: luis-authoring-client-apps.microsoftazuremodeladdprebuilt with: prebuiltExtractorNames: rest.prebuiltExtractorNames outputParameters: - type: object mapping: $. - method: GET name: microsoftazuremodellistprebuilts description: Microsoft Azure Get Apps Appid Versions Versionid Prebuilts call: luis-authoring-client-apps.microsoftazuremodellistprebuilts outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/prebuilts/{entityid}/roles name: apps-appid-versions-versionid-prebuilts-entityid-roles description: REST surface for apps-appId-versions-versionId-prebuilts-entityId-roles. operations: - method: GET name: microsoftazuremodellistprebuiltentityroles description: Microsoft Azure Get A Prebuilt Entity S Roles In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistprebuiltentityroles with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreateprebuiltentityrole description: Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreateprebuiltentityrole with: entityId: rest.entityId entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/prebuilts/{entityid}/roles/{roleid} name: apps-appid-versions-versionid-prebuilts-entityid-roles-roleid description: REST surface for apps-appId-versions-versionId-prebuilts-entityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgetprebuiltentityrole description: Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetprebuiltentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateprebuiltentityrole description: Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdateprebuiltentityrole with: entityId: rest.entityId roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteprebuiltentityrole description: Microsoft Azure Delete A Role In A Prebuilt Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeleteprebuiltentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/prebuilts/{prebuiltid} name: apps-appid-versions-versionid-prebuilts-prebuiltid description: REST surface for apps-appId-versions-versionId-prebuilts-prebuiltId. operations: - method: GET name: microsoftazuremodelgetprebuilt description: Microsoft Azure Get Apps Appid Versions Versionid Prebuilts Prebuiltid call: luis-authoring-client-apps.microsoftazuremodelgetprebuilt with: prebuiltId: rest.prebuiltId outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteprebuilt description: Microsoft Azure Delete Apps Appid Versions Versionid Prebuilts Prebuiltid call: luis-authoring-client-apps.microsoftazuremodeldeleteprebuilt with: prebuiltId: rest.prebuiltId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/regexentities name: apps-appid-versions-versionid-regexentities description: REST surface for apps-appId-versions-versionId-regexentities. operations: - method: GET name: microsoftazuremodellistregexentityinfos description: Microsoft Azure Gets Information About The Regular Expression Entity Models In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistregexentityinfos outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreateregexentitymodel description: Microsoft Azure Adds A Regular Expression Entity Model To A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreateregexentitymodel with: regexEntityExtractorCreateObj: rest.regexEntityExtractorCreateObj outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/regexentities/{entityid}/roles name: apps-appid-versions-versionid-regexentities-entityid-roles description: REST surface for apps-appId-versions-versionId-regexentities-entityId-roles. operations: - method: GET name: microsoftazuremodellistregexentityroles description: Microsoft Azure Get All Roles For A Regular Expression Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodellistregexentityroles with: entityId: rest.entityId outputParameters: - type: object mapping: $. - method: POST name: microsoftazuremodelcreateregexentityrole description: Microsoft Azure Create A Role For An Regular Expression Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelcreateregexentityrole with: entityId: rest.entityId entityRoleCreateObject: rest.entityRoleCreateObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/regexentities/{entityid}/roles/{roleid} name: apps-appid-versions-versionid-regexentities-entityid-roles-roleid description: REST surface for apps-appId-versions-versionId-regexentities-entityId-roles-roleId. operations: - method: GET name: microsoftazuremodelgetregexentityrole description: Microsoft Azure Get One Role For A Given Regular Expression Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetregexentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateregexentityrole description: Microsoft Azure Update A Role For A Given Regular Expression Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdateregexentityrole with: entityId: rest.entityId roleId: rest.roleId entityRoleUpdateObject: rest.entityRoleUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteregexentityrole description: Microsoft Azure Delete A Role For A Given Regular Expression In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeleteregexentityrole with: entityId: rest.entityId roleId: rest.roleId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/regexentities/{regexentityid} name: apps-appid-versions-versionid-regexentities-regexentityid description: REST surface for apps-appId-versions-versionId-regexentities-regexEntityId. operations: - method: GET name: microsoftazuremodelgetregexentityentityinfo description: Microsoft Azure Gets Information About A Regular Expression Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelgetregexentityentityinfo with: regexEntityId: rest.regexEntityId outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuremodelupdateregexentitymodel description: Microsoft Azure Updates The Regular Expression Entity In A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodelupdateregexentitymodel with: regexEntityId: rest.regexEntityId regexEntityUpdateObject: rest.regexEntityUpdateObject outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuremodeldeleteregexentitymodel description: Microsoft Azure Deletes A Regular Expression Entity From A Version Of The Application call: luis-authoring-client-apps.microsoftazuremodeldeleteregexentitymodel with: regexEntityId: rest.regexEntityId outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/settings name: apps-appid-versions-versionid-settings description: REST surface for apps-appId-versions-versionId-settings. operations: - method: GET name: microsoftazuresettingslist description: Microsoft Azure Get Apps Appid Versions Versionid Settings call: luis-authoring-client-apps.microsoftazuresettingslist outputParameters: - type: object mapping: $. - method: PUT name: microsoftazuresettingsupdate description: Microsoft Azure Put Apps Appid Versions Versionid Settings call: luis-authoring-client-apps.microsoftazuresettingsupdate with: listOfAppVersionSettingObject: rest.listOfAppVersionSettingObject outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/suggest name: apps-appid-versions-versionid-suggest description: REST surface for apps-appId-versions-versionId-suggest. operations: - method: DELETE name: microsoftazureversionsdeleteunlabelledutterance description: Microsoft Azure Delete Apps Appid Versions Versionid Suggest call: luis-authoring-client-apps.microsoftazureversionsdeleteunlabelledutterance with: utterance: rest.utterance outputParameters: - type: object mapping: $. - path: /v1/apps/{appid}/versions/{versionid}/train name: apps-appid-versions-versionid-train description: REST surface for apps-appId-versions-versionId-train. operations: - method: POST name: microsoftazuretraintrainversion description: Microsoft Azure Post Apps Appid Versions Versionid Train call: luis-authoring-client-apps.microsoftazuretraintrainversion with: mode: rest.mode outputParameters: - type: object mapping: $. - method: GET name: microsoftazuretraingetstatus description: Microsoft Azure Get Apps Appid Versions Versionid Train call: luis-authoring-client-apps.microsoftazuretraingetstatus outputParameters: - type: object mapping: $. - type: mcp namespace: luis-authoring-client-apps-mcp port: 9090 transport: http description: MCP adapter for Microsoft Azure LUIS Authoring Client — Apps. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-azure-post-apps description: Microsoft Azure Post Apps hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureappsadd with: applicationCreateObject: tools.applicationCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps description: Microsoft Azure Get Apps hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslist outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-assistants description: Microsoft Azure Get Apps Assistants hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslistcortanaendpoints outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-cultures description: Microsoft Azure Get Apps Cultures hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslistsupportedcultures outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-customprebuiltdomains description: Microsoft Azure Get Apps Customprebuiltdomains hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslistavailablecustomprebuiltdomains outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-customprebuiltdomains description: Microsoft Azure Post Apps Customprebuiltdomains hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureappsaddcustomprebuiltdomain with: prebuiltDomainCreateObject: tools.prebuiltDomainCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-customprebuiltdomains-2 description: Microsoft Azure Get Apps Customprebuiltdomains Culture hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslistavailablecustomprebuiltdomainsforculture with: culture: tools.culture outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-domains description: Microsoft Azure Get Apps Domains hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslistdomains outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-import description: Microsoft Azure Post Apps Import hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureappsimport with: appName: tools.appName luisApp: tools.luisApp outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-usagescenarios description: Microsoft Azure Get Apps Usagescenarios hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslistusagescenarios outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid description: Microsoft Azure Get Apps Appid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappsget outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid description: Microsoft Azure Put Apps Appid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappsupdate with: applicationUpdateObject: tools.applicationUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid description: Microsoft Azure Delete Apps Appid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazureappsdelete outputParameters: - type: object mapping: $. - name: microsoft-azure-apps-assign-luis description: Microsoft Azure Apps Assign A Luis Azure Account To An Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureazureaccountsassigntoapp with: azureAccountInfoObject: tools.azureAccountInfoObject outputParameters: - type: object mapping: $. - name: microsoft-azure-apps-get-luis description: Microsoft Azure Apps Get Luis Azure Accounts Assigned To The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureazureaccountsgetassigned outputParameters: - type: object mapping: $. - name: microsoft-azure-apps-removes-assigned description: Microsoft Azure Apps Removes An Assigned Luis Azure Account From An Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazureazureaccountsremovefromapp with: azureAccountInfoObject: tools.azureAccountInfoObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-2 description: Microsoft Azure Get Apps Appid Endpoints hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappslistendpoints outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid description: Microsoft Azure Post Apps Appid Publish hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureappspublish with: applicationPublishObject: tools.applicationPublishObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-3 description: Microsoft Azure Get Apps Appid Publishsettings hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappsgetpublishsettings outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-2 description: Microsoft Azure Put Apps Appid Publishsettings hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappsupdatepublishsettings with: publishSettingUpdateObject: tools.publishSettingUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-4 description: Microsoft Azure Get Apps Appid Querylogs hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappsdownloadquerylogs outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-5 description: Microsoft Azure Get Apps Appid Settings hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappsgetsettings outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-3 description: Microsoft Azure Put Apps Appid Settings hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureappsupdatesettings with: applicationSettingUpdateObject: tools.applicationSettingUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-6 description: Microsoft Azure Get Apps Appid Versions hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureversionslist outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-2 description: Microsoft Azure Post Apps Appid Versions Import hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureversionsimport with: versionId: tools.versionId luisApp: tools.luisApp outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-7 description: Microsoft Azure Get Apps Appid Versions Versionid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureversionsget outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-4 description: Microsoft Azure Put Apps Appid Versions Versionid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureversionsupdate with: versionUpdateObject: tools.versionUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-2 description: Microsoft Azure Delete Apps Appid Versions Versionid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazureversionsdelete outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-3 description: Microsoft Azure Post Apps Appid Versions Versionid Clone hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureversionsclone with: versionCloneObject: tools.versionCloneObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-8 description: Microsoft Azure Get Apps Appid Versions Versionid Closedlists hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistclosedlists outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-4 description: Microsoft Azure Post Apps Appid Versions Versionid Closedlists hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdclosedlist with: closedListModelCreateObject: tools.closedListModelCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-9 description: Microsoft Azure Get Apps Appid Versions Versionid Closedlists Clentityid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetclosedlist with: clEntityId: tools.clEntityId outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-5 description: Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateclosedlist with: clEntityId: tools.clEntityId closedListModelUpdateObject: tools.closedListModelUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-patch-apps-appid description: Microsoft Azure Patch Apps Appid Versions Versionid Closedlists Clentityid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelpatchclosedlist with: clEntityId: tools.clEntityId closedListModelPatchObject: tools.closedListModelPatchObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-3 description: Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteclosedlist with: clEntityId: tools.clEntityId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-5 description: Microsoft Azure Post Apps Appid Versions Versionid Closedlists Clentityid Sublists hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdsublist with: clEntityId: tools.clEntityId wordListCreateObject: tools.wordListCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-4 description: Microsoft Azure Delete Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletesublist with: clEntityId: tools.clEntityId subListId: tools.subListId outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-6 description: Microsoft Azure Put Apps Appid Versions Versionid Closedlists Clentityid Sublists Sublistid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatesublist with: clEntityId: tools.clEntityId subListId: tools.subListId wordListBaseUpdateObject: tools.wordListBaseUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-all-roles description: Microsoft Azure Get All Roles For A List Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistclosedlistentityroles with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-create-role-list description: Microsoft Azure Create A Role For A List Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreateclosedlistentityrole with: entityId: tools.entityId entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role description: Microsoft Azure Get One Role For A Given List Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetclosedlistentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given description: Microsoft Azure Update A Role For A Given List Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateclosedlistentityrole with: entityId: tools.entityId roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-role-given description: Microsoft Azure Delete A Role For A Given List Entity In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteclosedlistentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-10 description: Microsoft Azure Get Apps Appid Versions Versionid Compositeentities hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistcompositeentities outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-11 description: Microsoft Azure Get Apps Appid Versions Versionid Compositeentities Centityid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetcompositeentity outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-7 description: Microsoft Azure Put Apps Appid Versions Versionid Compositeentities Centityid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatecompositeentity with: compositeModelUpdateObject: tools.compositeModelUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-5 description: Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletecompositeentity outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-6 description: Microsoft Azure Post Apps Appid Versions Versionid Compositeentities Centityid Children hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdcompositeentitychild with: compositeChildModelCreateObject: tools.compositeChildModelCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-6 description: Microsoft Azure Delete Apps Appid Versions Versionid Compositeentities Centityid Children Cchildid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletecompositeentitychild with: cChildId: tools.cChildId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-all-roles-2 description: Microsoft Azure Get All Roles For A Composite Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistcompositeentityroles outputParameters: - type: object mapping: $. - name: microsoft-azure-create-role-composite description: Microsoft Azure Create A Role For A Composite Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreatecompositeentityrole with: entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role-2 description: Microsoft Azure Get One Role For A Given Composite Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetcompositeentityrole with: roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given-2 description: Microsoft Azure Update A Role For A Given Composite Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatecompositeentityrole with: roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-role-given-2 description: Microsoft Azure Delete A Role For A Given Composite Entity In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletecompositeentityrole with: roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-7 description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltdomains hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdcustomprebuiltdomain with: prebuiltDomainObject: tools.prebuiltDomainObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-7 description: Microsoft Azure Delete Apps Appid Versions Versionid Customprebuiltdomains Domainname hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletecustomprebuiltdomain with: domainName: tools.domainName outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-8 description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltentities hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdcustomprebuiltentity with: prebuiltDomainModelCreateObject: tools.prebuiltDomainModelCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-12 description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltentities hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltentities outputParameters: - type: object mapping: $. - name: microsoft-azure-get-all-roles-3 description: Microsoft Azure Get All Roles For A Prebuilt Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltentityroles with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-create-role-prebuilt description: Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreatecustomprebuiltentityrole with: entityId: tools.entityId entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role-3 description: Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetcustomentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given-3 description: Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatecustomprebuiltentityrole with: entityId: tools.entityId roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-role-given-3 description: Microsoft Azure Delete A Role For A Given Prebuilt Entity In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletecustomentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-9 description: Microsoft Azure Post Apps Appid Versions Versionid Customprebuiltintents hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdcustomprebuiltintent with: prebuiltDomainModelCreateObject: tools.prebuiltDomainModelCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-13 description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltintents hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltintents outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-14 description: Microsoft Azure Get Apps Appid Versions Versionid Customprebuiltmodels hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistcustomprebuiltmodels outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-10 description: Microsoft Azure Post Apps Appid Versions Versionid Entities hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdentity with: entityModelCreateObject: tools.entityModelCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-15 description: Microsoft Azure Get Apps Appid Versions Versionid Entities hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistentities outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-16 description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetentity with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-8 description: Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteentity with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-patch-apps-appid-2 description: Microsoft Azure Patch Apps Appid Versions Versionid Entities Entityid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateentitychild with: entityId: tools.entityId entityModelUpdateObject: tools.entityModelUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-11 description: Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Children hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdentitychild with: entityId: tools.entityId childEntityModelCreateObject: tools.childEntityModelCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-12 description: Microsoft Azure Post Apps Appid Versions Versionid Entities Entityid Features hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazurefeaturesaddentityfeature with: featureRelationCreateObject: tools.featureRelationCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-17 description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Features hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetentityfeatures outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-8 description: Microsoft Azure Put Apps Appid Versions Versionid Entities Entityid Features hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelreplaceentityfeatures with: featureRelationsUpdateObject: tools.featureRelationsUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-9 description: Microsoft Azure Delete Apps Appid Versions Versionid Entities Entityid Features hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteentityfeature with: featureRelationDeleteObject: tools.featureRelationDeleteObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-all-roles-4 description: Microsoft Azure Get All Roles For An Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistentityroles with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-create-entity-role description: Microsoft Azure Create An Entity Role In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreateentityrole with: entityId: tools.entityId entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role-4 description: Microsoft Azure Get One Role For A Given Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given-4 description: Microsoft Azure Update A Role For A Given Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateentityrole with: entityId: tools.entityId roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-entity-role description: Microsoft Azure Delete An Entity Role In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-18 description: Microsoft Azure Get Apps Appid Versions Versionid Entities Entityid Suggest hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistentitysuggestions with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-13 description: Microsoft Azure Post Apps Appid Versions Versionid Example hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureexamplesadd with: exampleLabelObject: tools.exampleLabelObject outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-14 description: Microsoft Azure Post Apps Appid Versions Versionid Examples hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazureexamplesbatch with: exampleLabelObjectArray: tools.exampleLabelObjectArray outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-19 description: Microsoft Azure Get Apps Appid Versions Versionid Examples hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureexampleslist outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-10 description: Microsoft Azure Delete Apps Appid Versions Versionid Examples Exampleid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazureexamplesdelete with: exampleId: tools.exampleId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-20 description: Microsoft Azure Get Apps Appid Versions Versionid Export hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazureversionsexport outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-21 description: Microsoft Azure Get Apps Appid Versions Versionid Features hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurefeatureslist outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-22 description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellisthierarchicalentities outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-23 description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgethierarchicalentity outputParameters: - type: object mapping: $. - name: microsoft-azure-patch-apps-appid-3 description: Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatehierarchicalentity with: modelUpdateObject: tools.modelUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-11 description: Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletehierarchicalentity outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-24 description: Microsoft Azure Get Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgethierarchicalentitychild with: hChildId: tools.hChildId outputParameters: - type: object mapping: $. - name: microsoft-azure-patch-apps-appid-4 description: Microsoft Azure Patch Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatehierarchicalentitychild with: hChildId: tools.hChildId hierarchicalChildModelUpdateObject: tools.hierarchicalChildModelUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-12 description: Microsoft Azure Delete Apps Appid Versions Versionid Hierarchicalentities Hentityid Children Hchildid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletehierarchicalentitychild with: hChildId: tools.hChildId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-all-roles-5 description: Microsoft Azure Get All Roles For A Hierarchical Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellisthierarchicalentityroles outputParameters: - type: object mapping: $. - name: microsoft-azure-create-role-hierarchical description: Microsoft Azure Create A Role For An Hierarchical Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreatehierarchicalentityrole with: entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role-5 description: Microsoft Azure Get One Role For A Given Hierarchical Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgethierarchicalentityrole with: roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given-5 description: Microsoft Azure Update A Role For A Given Hierarchical Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatehierarchicalentityrole with: roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-role-given-4 description: Microsoft Azure Delete A Role For A Given Hierarchical Role In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletehierarchicalentityrole with: roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-15 description: Microsoft Azure Post Apps Appid Versions Versionid Intents hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdintent with: intentCreateObject: tools.intentCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-25 description: Microsoft Azure Get Apps Appid Versions Versionid Intents hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistintents outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-26 description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetintent outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-9 description: Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateintent with: modelUpdateObject: tools.modelUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-13 description: Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteintent with: deleteUtterances: tools.deleteUtterances outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-16 description: Microsoft Azure Post Apps Appid Versions Versionid Intents Intentid Features hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazurefeaturesaddintentfeature with: featureRelationCreateObject: tools.featureRelationCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-27 description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Features hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetintentfeatures outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-10 description: Microsoft Azure Put Apps Appid Versions Versionid Intents Intentid Features hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelreplaceintentfeatures with: featureRelationsUpdateObject: tools.featureRelationsUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-14 description: Microsoft Azure Delete Apps Appid Versions Versionid Intents Intentid Features hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteintentfeature with: featureRelationDeleteObject: tools.featureRelationDeleteObject outputParameters: - type: object mapping: $. - name: microsoft-azure-returns-patterns-specific description: Microsoft Azure Returns Patterns For The Specific Intent In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurepatternlistintentpatterns outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-28 description: Microsoft Azure Get Apps Appid Versions Versionid Intents Intentid Suggest hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistintentsuggestions outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-29 description: Microsoft Azure Get Apps Appid Versions Versionid Listprebuilts hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistprebuiltentities outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-30 description: Microsoft Azure Get Apps Appid Versions Versionid Models hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistmodels outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-31 description: Microsoft Azure Get Apps Appid Versions Versionid Models Modelid Examples hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelexamples with: modelId: tools.modelId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-information-about description: Microsoft Azure Get Information About The Pattern Any Entity Models In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistpatternanyentityinfos outputParameters: - type: object mapping: $. - name: microsoft-azure-adds-pattern-any description: Microsoft Azure Adds A Pattern Any Entity Extractor To A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreatepatternanyentitymodel with: extractorCreateObject: tools.extractorCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-gets-information-about description: Microsoft Azure Gets Information About The Pattern Any Model In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetpatternanyentityinfo with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-updates-name-and description: Microsoft Azure Updates The Name And Explicit Exception List Of A Pattern Any Entity Model In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatepatternanyentitymodel with: entityId: tools.entityId patternAnyUpdateObject: tools.patternAnyUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-deletes-pattern-any description: Microsoft Azure Deletes A Pattern Any Entity Extractor From A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletepatternanyentitymodel with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-explicit-exception description: Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetexplicitlist with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-add-new-exception description: Microsoft Azure Add A New Exception To The Explicit List For The Pattern Any Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdexplicitlistitem with: entityId: tools.entityId item: tools.item outputParameters: - type: object mapping: $. - name: microsoft-azure-get-explicit-exception-2 description: Microsoft Azure Get The Explicit Exception List Of The Pattern Any Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetexplicitlistitem with: entityId: tools.entityId itemId: tools.itemId outputParameters: - type: object mapping: $. - name: microsoft-azure-updates-explicit-exception description: Microsoft Azure Updates An Explicit Exception List Item For A Pattern Any Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateexplicitlistitem with: entityId: tools.entityId itemId: tools.itemId item: tools.item outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-item-explicit description: Microsoft Azure Delete An Item From The Explicit Exception List For A Pattern Any Entity In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteexplicitlistitem with: entityId: tools.entityId itemId: tools.itemId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-all-roles-6 description: Microsoft Azure Get All Roles For A Pattern Any Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistpatternanyentityroles with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-create-role-pattern description: Microsoft Azure Create A Role For An Pattern Any Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreatepatternanyentityrole with: entityId: tools.entityId entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role-6 description: Microsoft Azure Get One Role For A Given Pattern Any Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetpatternanyentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given-6 description: Microsoft Azure Update A Role For A Given Pattern Any Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdatepatternanyentityrole with: entityId: tools.entityId roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-role-given-5 description: Microsoft Azure Delete A Role For A Given Pattern Any Entity In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeletepatternanyentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-adds-pattern-version description: Microsoft Azure Adds A Pattern To A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazurepatternaddpattern with: pattern: tools.pattern outputParameters: - type: object mapping: $. - name: microsoft-azure-gets-patterns-version description: Microsoft Azure Gets Patterns In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurepatternlistpatterns outputParameters: - type: object mapping: $. - name: microsoft-azure-updates-patterns-version description: Microsoft Azure Updates Patterns In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurepatternupdatepatterns with: patterns: tools.patterns outputParameters: - type: object mapping: $. - name: microsoft-azure-adds-batch-patterns description: Microsoft Azure Adds A Batch Of Patterns In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazurepatternbatchaddpatterns with: patterns: tools.patterns outputParameters: - type: object mapping: $. - name: microsoft-azure-deletes-list-patterns description: Microsoft Azure Deletes A List Of Patterns In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazurepatterndeletepatterns with: patternIds: tools.patternIds outputParameters: - type: object mapping: $. - name: microsoft-azure-updates-pattern-version description: Microsoft Azure Updates A Pattern In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurepatternupdatepattern with: patternId: tools.patternId pattern: tools.pattern outputParameters: - type: object mapping: $. - name: microsoft-azure-deletes-pattern-specified description: Microsoft Azure Deletes The Pattern With The Specified Id From A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazurepatterndeletepattern with: patternId: tools.patternId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-17 description: Microsoft Azure Post Apps Appid Versions Versionid Phraselists hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazurefeaturesaddphraselist with: phraselistCreateObject: tools.phraselistCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-32 description: Microsoft Azure Get Apps Appid Versions Versionid Phraselists hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurefeatureslistphraselists outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-33 description: Microsoft Azure Get Apps Appid Versions Versionid Phraselists Phraselistid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurefeaturesgetphraselist with: phraselistId: tools.phraselistId outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-11 description: Microsoft Azure Put Apps Appid Versions Versionid Phraselists Phraselistid hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazurefeaturesupdatephraselist with: phraselistId: tools.phraselistId phraselistUpdateObject: tools.phraselistUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-15 description: Microsoft Azure Delete Apps Appid Versions Versionid Phraselists Phraselistid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazurefeaturesdeletephraselist with: phraselistId: tools.phraselistId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-18 description: Microsoft Azure Post Apps Appid Versions Versionid Prebuilts hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodeladdprebuilt with: prebuiltExtractorNames: tools.prebuiltExtractorNames outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-34 description: Microsoft Azure Get Apps Appid Versions Versionid Prebuilts hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistprebuilts outputParameters: - type: object mapping: $. - name: microsoft-azure-get-prebuilt-entity description: Microsoft Azure Get A Prebuilt Entity S Roles In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistprebuiltentityroles with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-create-role-prebuilt-2 description: Microsoft Azure Create A Role For A Prebuilt Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreateprebuiltentityrole with: entityId: tools.entityId entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role-7 description: Microsoft Azure Get One Role For A Given Prebuilt Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetprebuiltentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given-7 description: Microsoft Azure Update A Role For A Given Prebuilt Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateprebuiltentityrole with: entityId: tools.entityId roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-role-prebuilt description: Microsoft Azure Delete A Role In A Prebuilt Entity In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteprebuiltentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-35 description: Microsoft Azure Get Apps Appid Versions Versionid Prebuilts Prebuiltid hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetprebuilt with: prebuiltId: tools.prebuiltId outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-16 description: Microsoft Azure Delete Apps Appid Versions Versionid Prebuilts Prebuiltid hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteprebuilt with: prebuiltId: tools.prebuiltId outputParameters: - type: object mapping: $. - name: microsoft-azure-gets-information-about-2 description: Microsoft Azure Gets Information About The Regular Expression Entity Models In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistregexentityinfos outputParameters: - type: object mapping: $. - name: microsoft-azure-adds-regular-expression description: Microsoft Azure Adds A Regular Expression Entity Model To A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreateregexentitymodel with: regexEntityExtractorCreateObj: tools.regexEntityExtractorCreateObj outputParameters: - type: object mapping: $. - name: microsoft-azure-get-all-roles-7 description: Microsoft Azure Get All Roles For A Regular Expression Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodellistregexentityroles with: entityId: tools.entityId outputParameters: - type: object mapping: $. - name: microsoft-azure-create-role-regular description: Microsoft Azure Create A Role For An Regular Expression Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuremodelcreateregexentityrole with: entityId: tools.entityId entityRoleCreateObject: tools.entityRoleCreateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-get-one-role-8 description: Microsoft Azure Get One Role For A Given Regular Expression Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetregexentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-update-role-given-8 description: Microsoft Azure Update A Role For A Given Regular Expression Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateregexentityrole with: entityId: tools.entityId roleId: tools.roleId entityRoleUpdateObject: tools.entityRoleUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-role-given-6 description: Microsoft Azure Delete A Role For A Given Regular Expression In A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteregexentityrole with: entityId: tools.entityId roleId: tools.roleId outputParameters: - type: object mapping: $. - name: microsoft-azure-gets-information-about-3 description: Microsoft Azure Gets Information About A Regular Expression Entity In A Version Of The Application hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelgetregexentityentityinfo with: regexEntityId: tools.regexEntityId outputParameters: - type: object mapping: $. - name: microsoft-azure-updates-regular-expression description: Microsoft Azure Updates The Regular Expression Entity In A Version Of The Application hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuremodelupdateregexentitymodel with: regexEntityId: tools.regexEntityId regexEntityUpdateObject: tools.regexEntityUpdateObject outputParameters: - type: object mapping: $. - name: microsoft-azure-deletes-regular-expression description: Microsoft Azure Deletes A Regular Expression Entity From A Version Of The Application hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazuremodeldeleteregexentitymodel with: regexEntityId: tools.regexEntityId outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-36 description: Microsoft Azure Get Apps Appid Versions Versionid Settings hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuresettingslist outputParameters: - type: object mapping: $. - name: microsoft-azure-put-apps-appid-12 description: Microsoft Azure Put Apps Appid Versions Versionid Settings hints: readOnly: false destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuresettingsupdate with: listOfAppVersionSettingObject: tools.listOfAppVersionSettingObject outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-apps-appid-17 description: Microsoft Azure Delete Apps Appid Versions Versionid Suggest hints: readOnly: false destructive: true idempotent: true call: luis-authoring-client-apps.microsoftazureversionsdeleteunlabelledutterance with: utterance: tools.utterance outputParameters: - type: object mapping: $. - name: microsoft-azure-post-apps-appid-19 description: Microsoft Azure Post Apps Appid Versions Versionid Train hints: readOnly: false destructive: false idempotent: false call: luis-authoring-client-apps.microsoftazuretraintrainversion with: mode: tools.mode outputParameters: - type: object mapping: $. - name: microsoft-azure-get-apps-appid-37 description: Microsoft Azure Get Apps Appid Versions Versionid Train hints: readOnly: true destructive: false idempotent: true call: luis-authoring-client-apps.microsoftazuretraingetstatus outputParameters: - type: object mapping: $.