Showing
1 changed file
with
23 additions
and
13 deletions
| @@ -140,28 +140,21 @@ | @@ -140,28 +140,21 @@ | ||
| 140 | |-------------|--------|------|----------|------| | 140 | |-------------|--------|------|----------|------| |
| 141 | |omnipotent_video_short_dialog_read_recite_N | String | Y |读背,n是数组下标 从0开始| | | 141 | |omnipotent_video_short_dialog_read_recite_N | String | Y |读背,n是数组下标 从0开始| | |
| 142 | 142 | ||
| 143 | - ```json | 143 | +```json |
| 144 | { | 144 | { |
| 145 | "omnipotent_im": [{ | 145 | "omnipotent_im": [{ |
| 146 | - "action": "omnipotent_article_choice_question", | 146 | + "action": "omnipotent_video_short_dialog_read_recite_0", |
| 147 | - "text": "开始文章问题选择题" | 147 | + "text": "开始对话第1句练习" |
| 148 | - }, | ||
| 149 | - { | ||
| 150 | - "action": "omnipotent_long_dialog_read_0", | ||
| 151 | - "text": "开始文章第一段练习" | ||
| 152 | - }, | ||
| 153 | - { | ||
| 154 | - "action": "omnipotent_long_dialog_read_1", | ||
| 155 | - "text": "开始文章第二段练习" | ||
| 156 | }, | 148 | }, |
| 157 | { | 149 | { |
| 158 | - "action": "omnipotent_long_dialog_read_2", | 150 | + "action": "omnipotent_video_short_dialog_read_recite_1", |
| 159 | - "text": "开始文章第三段练习" | 151 | + "text": "开始对话第2句练习" |
| 160 | } | 152 | } |
| 161 | ] | 153 | ] |
| 162 | } | 154 | } |
| 163 | ``` | 155 | ``` |
| 164 | 156 | ||
| 157 | + | ||
| 165 | * 长对话消息 | 158 | * 长对话消息 |
| 166 | 159 | ||
| 167 | |参数名 | 类型 | 必填 | 说明 | 示例 | | 160 | |参数名 | 类型 | 必填 | 说明 | 示例 | |
| @@ -178,10 +171,27 @@ | @@ -178,10 +171,27 @@ | ||
| 178 | { | 171 | { |
| 179 | "action": "omnipotent_video_short_dialog_read_recite_1", | 172 | "action": "omnipotent_video_short_dialog_read_recite_1", |
| 180 | "text": "开始对话第2句练习" | 173 | "text": "开始对话第2句练习" |
| 174 | + }, | ||
| 175 | + { | ||
| 176 | + "action": "omnipotent_video_short_dialog_read_recite_2", | ||
| 177 | + "text": "开始对话第3句练习" | ||
| 178 | + }, | ||
| 179 | + { | ||
| 180 | + "action": "omnipotent_video_short_dialog_read_recite_3", | ||
| 181 | + "text": "开始对话第4句练习" | ||
| 182 | + }, | ||
| 183 | + { | ||
| 184 | + "action": "omnipotent_video_short_dialog_read_recite_4", | ||
| 185 | + "text": "开始对话第5句练习" | ||
| 186 | + }, | ||
| 187 | + { | ||
| 188 | + "action": "omnipotent_video_short_dialog_read_recite_5", | ||
| 189 | + "text": "开始对话第6句练习" | ||
| 181 | } | 190 | } |
| 182 | ] | 191 | ] |
| 183 | } | 192 | } |
| 184 | ``` | 193 | ``` |
| 194 | + | ||
| 185 | * 文章消息 | 195 | * 文章消息 |
| 186 | 196 | ||
| 187 | |参数名 | 类型 | 必填 | 说明 | 示例 | | 197 | |参数名 | 类型 | 必填 | 说明 | 示例 | |
-
Please register or login to post a comment