Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 808c4e1

Browse files
authored
Create 播放控制.md
1 parent f4c9423 commit 808c4e1

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# 1.技能简介
2+
3+
PlayControl 通用的播放控制,包含通用的播放控制指令的语义解析,目前仅包含播放模式的设定。
4+
如:单曲循环,帮我切到单曲循环
5+
6+
# 2.场景安装指导
7+
适用于所有设备及场景。但本场景仅返回语义,具体的响应操作需要靠接入方去实现。
8+
9+
# 3.返回槽位说明
10+
11+
| **Slot** | **Description** | **Example** |**Value** | **Type** |
12+
| ------------ | ------------ | ------------ | ------------ | ------- |
13+
|play_mode|播放模式|a.单曲循环<br/>b.帮我切到随机播放<br/>c.设置为列表循环|a.single_repeat<br/>b.random<br/>c.repeat|
14+
15+
# 4.返回意图说明
16+
17+
<table>
18+
19+
<tr>
20+
21+
<td><b>Intent</b></td>
22+
23+
<td><b>SubIntent</b></td>
24+
25+
<td><b>Description</b></td>
26+
27+
<td><b>Example</b></td>
28+
29+
<td><b>Slot</b></td>
30+
31+
<td><b>Context</b></td>
32+
33+
</tr>
34+
35+
36+
<tr>
37+
38+
<td> SetPlayMode </td>
39+
40+
<td >SetPlayMode</td>
41+
42+
<td >设置播报模式</td>
43+
44+
<td>a.单曲循环<br/>b.帮我切到随机播放<br/>c.设置为列表循环</td>
45+
46+
<td>play_mode</td>
47+
48+
<td >无</td>
49+
50+
</tr>
51+
52+
53+
</table>
54+
55+
# 5.返回字段说明
56+
该场景仅返回语义
57+
58+
# 6.语义测试
59+
运行语义测试前请确保:
60+
61+
1.拥有ros.ai 开发平台账号
62+
63+
2.确认该账号下要测试的场景已经打开
64+
65+
[语意测试连接](https://passport.ros.ai/#/login)
66+
67+

0 commit comments

Comments
 (0)