メインコンテンツへスキップ
APIバージョン 2024.0 タイムラインに画像のリストを配置するBox Skillメタデータカード。
type
string
skill_card値は常にskill_cardになります。次の値に固定: skill_card
created_at
string(date-time)
2018-04-13T13:53:23-07:00このカードの作成日時 (省略可)。
duration
integer
1000タイムラインの総持続時間 (秒)。
entries
object[]
タイムライン上のエントリのリスト。
invocation
object
このサービスの呼び出し。メタデータを適用したサービスのインスタンスを追跡するために使用されます。
skill
object
このメタデータを適用したサービス。
skill_card_title
object
カードのタイトル。
skill_card_type
string
timeline値は常にtimelineになります。次の値に固定: timeline
{
  "type": "skill_card",
  "created_at": "2018-04-13T13:53:23-07:00",
  "duration": 1000,
  "entries": [
    {
      "appears": [
        {
          "end": 20,
          "start": 1
        }
      ],
      "image_url": "https://example.com/image1.jpg",
      "text": "John"
    }
  ],
  "invocation": {
    "id": "image-recognition-service-123",
    "type": "skill_invocation"
  },
  "skill": {
    "id": "image-recognition-service",
    "type": "service"
  },
  "skill_card_title": {
    "code": "Faces",
    "message": "Faces"
  },
  "skill_card_type": "timeline"
}