Įvykiai
Kurti DI programėles ir agentus
03-17 21 - 03-21 10
Prisijunkite prie meetup serijos, kad sukurtumėte keičiamo dydžio DI sprendimus, pagrįstus realaus pasaulio naudojimo atvejais, su kolegomis kūrėjais ir ekspertais.
Registruotis dabarŠi naršyklė nebepalaikoma.
Atnaujinkite į „Microsoft Edge“, kad pasinaudotumėte naujausiomis funkcijomis, saugos naujinimais ir techniniu palaikymu.
Svarbu
LUIS will be retired on October 1st 2025 and starting April 1st 2023 you will not be able to create new LUIS resources. We recommend migrating your LUIS applications to conversational language understanding to benefit from continued product support and multilingual capabilities.
Versions allow you to build and publish different models. A good practice is to clone the current active model to a different version of the app before making changes to the model.
The active version is the version you are editing in the LUIS portal Build section with intents, entities, features, and patterns. When using the authoring APIs, you don't need to set the active version because the version-specific REST API calls include the version in the route.
To work with versions, open your app by selecting its name on My Apps page, and then select Manage in the top bar, then select Versions in the left navigation.
The list of versions shows which versions are published, where they are published, and which version is currently active.
Select the version you want to clone then select Clone from the toolbar.
In the Clone version dialog box, type a name for the new version such as "0.2".
Pastaba
Version ID can consist only of characters, digits or '.' and cannot be longer than 10 characters.
A new version with the specified name is created and set as the active version.
Select a version from the list, then select Activate from the toolbar.
You can import a .json
or a .lu
version of your application.
Select Import from the toolbar, then select the format.
In the Import new version pop-up window, enter the new ten character version name. You only need to set a version ID if the version in the file already exists in the app.
Once you import a version, the new version becomes the active version.
See the following links to view the REST APIs for importing and exporting applications:
Įvykiai
Kurti DI programėles ir agentus
03-17 21 - 03-21 10
Prisijunkite prie meetup serijos, kad sukurtumėte keičiamo dydžio DI sprendimus, pagrįstus realaus pasaulio naudojimo atvejais, su kolegomis kūrėjais ir ekspertais.
Registruotis dabarMokymas
Modulis
Manage apps in Power Apps - Training
Manage app versions, app sharing, and environments in Power Apps.
Dokumentacija
How to query for predictions using a browser - LUIS - Azure
In this article, use an available public LUIS app to determine a user's intention from conversational text in a browser.
How to improve LUIS application - Azure AI services
Learn how to improve LUIS application
Prebuilt models - LUIS - Azure AI services
Prebuilt models provide domains, intents, utterances, and entities. You can start your app with a prebuilt domain or add a relevant domain to your app later.