- 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。 |