- JSON 表示法
- ExtraMaterial
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- TextLink
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- VideoLink
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
针对受访者对问题回复的反馈。
| JSON 表示法 | |
|---|---|
{
"text": string,
"material": [
{
object ( |
|
| 字段 | |
|---|---|
text |
必需。反馈的正文。 |
material[] |
作为反馈的一部分提供的其他信息,通常用于引导回复者获得更多阅读资源和资源。 |
ExtraMaterial
反馈的补充材料。
| JSON 表示法 | |
|---|---|
{ // Union field |
|
| 字段 | ||
|---|---|---|
联合字段 content。必需。额外资料的内容。content 只能是下列其中一项: |
||
link |
文字反馈。 |
|
video |
视频反馈。 |
|
TextLink
文本链接。
| JSON 表示法 | |
|---|---|
{ "uri": string, "displayText": string } |
|
| 字段 | |
|---|---|
uri |
必需。URI。 |
displayText |
必需。URI 的显示文本。 |
VideoLink
视频链接。
| JSON 表示法 | |
|---|---|
{ "displayText": string, "youtubeUri": string } |
|
| 字段 | |
|---|---|
displayText |
必需。链接的显示文字。 |
youtubeUri |
YouTube 视频的 URI。 |