Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new interactionModel json format combining intentSchema and sam… #200

Merged
merged 1 commit into from
Mar 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ See the note at the top about supported languages.

#### US English users

On the "Interaction Model" step, paste in the contents of `speech_assets/intentSchema.json` to the intent schema field and the contents of `speech_assets/sampleUtterances.txt` to the sample utterances field.
On the "Interaction Model" step, paste in the contents of `speech_assets/interactionModel.json` to the JSON Editor.

#### Other language users

Expand All @@ -155,13 +155,13 @@ You need to make four slots and fill them with sample data for each of the follo
* MUSICRECORDING
* MUSICPLAYLIST

Click "Add Slot Type" and enter `MUSICALBUM` into the "type", then copy and paste the contents of `/speech_assets/non_us_custom_slot_version/sample_slot_data/MUSICALBUM.txt` into the "values" section.
Click "Add Slot Type" and enter `MUSICALBUM` into the "type", then copy and paste the contents of `/speech_assets/non_us/sample_slot_data/MUSICALBUM.txt` into the "values" section.

Repeat the process for each of the slots.

The sample data was scraped from the UK top 100 singles and album chart. For the MUSICPLAYLISTS there are some generic sample phrases. The sample data is fine to use, don't feel you need to fill these slots to match your own collection.

After you have added the "Custom Slots" you need to copy and paste the contents of `/speech_assets/non_us_custom_slot_version/intentSchema.json` to the intent schema field and the contents of `speech_assets/sampleUtterances.txt` to the sample utterances field. For Japanese users, use `speech_assets/sampleUtterances.ja.txt` to the utterances field.
After you have added the "Custom Slots" you need to copy and paste the contents of `/speech_assets/non_us/intentSchema.json` to the intent schema field and the contents of `speech_assets/non_us/sampleUtterances.txt` to the sample utterances field. For Japanese users, use `speech_assets/non_us/sampleUtterances.ja.txt` to the utterances field.


### Configuration
Expand Down
139 changes: 0 additions & 139 deletions speech_assets/intentSchema.json

This file was deleted.

Loading