メインコンテンツへスキップ
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このカードの作成日時 (省略可)。
invocation
object
このサービスの呼び出し。メタデータを適用したサービスのインスタンスを追跡するために使用されます。
skill
object
このメタデータを適用したサービス。
skill_card_title
object
カードのタイトル。
skill_card_type
string
status値は常にstatusになります。次の値に固定: status
status
object
スキルのステータスを設定します。これは、スキルがデータを処理している間またはファイルを処理できなかった場合にユーザーにメッセージを表示するのに使用できます。
{
  "type": "skill_card",
  "created_at": "2018-04-13T13:53:23-07:00",
  "invocation": {
    "id": "image-recognition-service-123",
    "type": "skill_invocation"
  },
  "skill": {
    "id": "image-recognition-service",
    "type": "service"
  },
  "skill_card_title": {
    "code": "status",
    "message": "Status"
  },
  "skill_card_type": "status",
  "status": {
    "code": "success",
    "message": "We're preparing to process your file. Please hold on!"
  }
}