アクション
タイプ名: Action
Event または Thing を拡張します。
氏名 |
型 |
説明 |
actionStatus |
ActionStatusType |
アクションの現在の処理を示します。 |
エージェント |
Organization または Person |
アクションの直接的なパフォーマーまたはドライバ(アニメーションまたはアニメーションなし)。例: John が本を執筆した。 |
endTime |
DateTime |
終了時刻。予約済みのイベントまたはサービス(Food しっかりした予約など)の場合、終了となる予定の時刻。アクションが実行された期間を含むアクションの場合(例: ジョンさんが 1 月~12 月)。 イベントで startTime と endTime ではなく startDate と endDate を使用する場合、その日付で日付を記述します。この問題は、今後の修正で解消される可能性があります。 |
エラー |
被写体 |
失敗した操作については、失敗の原因に関する詳細情報。 |
handler |
HttpActionHandler |
出欠確認のアクションでサポートされているハンドラ。 |
楽器 |
被写体 |
エージェントがアクションの実行を助けたオブジェクト。たとえば、ジョンはペンを使って書籍を書きました。 |
location |
Place または PostAddress |
イベント、組織、アクションの場所。 |
name |
テキスト |
アクションに関連付けられた UI 要素でユーザーに表示される文字列。 |
オブジェクト |
被写体 |
アクションのオブジェクトが実行されるとき、その状態は維持されるか、変更されます。患者のセマンティックな役割(患者、影響を受けた状態または変化した状態)、あるいは変化しないテーマ(ジョンは本を読むなど)とも呼ばれます。 |
参加者 |
Organization または Person |
アクションに間接的に参加したその他の共同エージェント(例: John が Steve と共同執筆した本)。 |
件の結果 |
被写体 |
結果は行動を促すものでした(例: John が書籍を書いた)。 |
startTime |
DateTime |
なんらかの開始時刻。予約済みのイベントやサービス(Food しっかりした予約など)の開始が見込まれる日時。一定期間にわたって行われた操作が行われた場合(例: ジョンさんが日付を記述したものであっても、1 月から 12 月まで startTime と endTime ではなく startDate/endDate を使用します)。この問題は、今後の修正で解消される可能性があります。 |
target |
エントリ ポイント |
アクションのターゲット エントリ ポイントを示します。 |
URL |
URL |
アクションを完了するために取得するターゲット URL。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["`Action` extends the `Event` or `Thing` type and describes activities or tasks performed."],["It includes properties like `actionStatus`, `agent`, `endTime`, `error`, and more to provide details about the action."],["`Action` can specify the involved parties, time, location, and outcome of an action."],["Properties like `object`, `instrument`, and `result` further elaborate on the action's context and effects."],["`Action` can also define a target URL or entry point for completing the action."]]],["The `Action` type details properties for describing actions, including their status, agent, and time frame. Key details involve the `actionStatus`, indicating the action's current state. The `agent` and `participant` identify performers and co-agents, while `startTime` and `endTime` mark the action's duration. Other relevant information include the `location`, `instrument`, the `object` acted upon, `result` and an `error` to specify a potential cause for failure. A `handler` is provided for the RSVP action, `target` EntryPoint, and the `url` to complete the action.\n"]]