Batch Collection Input
- JSON の例
-
1{ 2 "inputs": [ 3 { 4 "richInput": { 5 "subjectId": "me", 6 "body": { 7 "messageSegments": [ 8 { 9 "type": "Text", 10 "text": "Post Number 1" 11 }] 12 }, 13 "feedElementType": "FeedItem" 14 } 15 }, { 16 "richInput": { 17 "subjectId": "me", 18 "body": { 19 "messageSegments": [ 20 { 21 "type": "Text", 22 "text": "Post Number 2" 23 }] 24 }, 25 "feedElementType": "FeedItem" 26 } 27 }] 28} - プロパティ
-
名前 型 説明 必須項目/省略可能 使用可能なバージョン inputs Batch Input[] 一緒に処理される入力 (リクエストボディ) のコレクション。すべ��の Batch Input リクエストボディの richInput プロパティには、同じ種別のリクエストボディが含まれている必要があります。 必須項目 32.0