diff options
author | 2024-08-18 19:35:10 +0530 | |
---|---|---|
committer | 2024-10-06 19:02:49 +0530 | |
commit | 2758be6cfabe4a8e1bb784dd5fb7e87a6a500c7c (patch) | |
tree | 24c72c388a1b24ec88e56f42d27740af36bfd846 /model/probabilistic_intent_parser/intent_parser.json | |
parent | baa22d45a23c7df94ff0caa64fbd0fbe819bda04 (diff) |
Update snips-model-aglHEADtrout_19.90.0trout/19.90.019.90.0master
- Expanded the dataset for intent HVACTemperature, HVACFanSpeed
and VolumeControl.
- Add MediaControl intent.
Bug-AGL: SPEC-5200
Change-Id: Idd7e85a1beb7126350ecee552ac6bb0db5008c24
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'model/probabilistic_intent_parser/intent_parser.json')
-rw-r--r-- | model/probabilistic_intent_parser/intent_parser.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/model/probabilistic_intent_parser/intent_parser.json b/model/probabilistic_intent_parser/intent_parser.json index b86c94a..c1a94da 100644 --- a/model/probabilistic_intent_parser/intent_parser.json +++ b/model/probabilistic_intent_parser/intent_parser.json @@ -194,8 +194,12 @@ "slot_filler_name": "slot_filler_1" }, { - "intent": "VolumeControl", + "intent": "MediaControl", "slot_filler_name": "slot_filler_2" + }, + { + "intent": "VolumeControl", + "slot_filler_name": "slot_filler_3" } ] }
\ No newline at end of file |