シミュレーション
必要に応じて次のログイン資格情報を使用します。
- ユーザー名を入力するには、サインイン ボックスにカーソルを置き、下のユーザー名をクリックします。
- パスワードを入力するには、「パスワードを入力」ボックスにカーソルを置き、下のパスワードをクリックします。
Azure ユーザー名:
[email protected]Azure パスワード: XXXXXXXXXXXX
以下の情報は技術サポートのみを目的としています。
- ラボインスタンス: 12345678
タスク
1u12345678 という名前の Language Understanding (クラシック) モデルを作成して公開する必要があります。
モデルには、Boat という発話を含む Travel の意図が含まれます。
このタスクを完了するには、httptc//www.luis-ai/ にある Language Understanding ポータルにサインインします。
正解:
Create your LUIS model
1. You should navigate to your LUIS.ai management portal and create a new application. In the portal create a model.
Model name: 1u12345678
2. Define one intent as Travel and add an example utterances of Boat.
3. Publish the model
In order to use your model, you have to publish it. This is as easy as hitting the Publish tab, selecting between the production or staging environments, and hitting Publish. As you can see from this page, you can also choose to enable sentiment analysis, speech priming to improve speech recognition, or the spell checker.
For now, you can leave those unchecked.
Reference:
https://docs.microsoft.com/en-us/azure/health-bot/language_model_howto
https://www.codemag.com/article/1809021/Natural-Language-Understanding-with-LUIS