> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ActionTrigger

> ActionTrigger データ型。

アクションを開始したトリガーに関する情報。

## プロパティ

| 名前          | 型                                                                           | 説明                        |
| :---------- | :-------------------------------------------------------------------------- | :------------------------ |
| RuleId      | String                                                                      | アクションをトリガーしたルールの ID。      |
| RuleName    | String                                                                      | アクションをトリガーしたルールのわかりやすい名前。 |
| Timestamp   | DateTime                                                                    | ルールが評価されたサーバー時刻。          |
| ActionIndex | int32                                                                       | ルール内でのアクションの位置 (0 から始まる)。 |
| ActionId    | String                                                                      | アクションの ID。                |
| ActionName  | String                                                                      | アクションのわかりやすい名前。           |
| ActionType  | [ActionType](/services/playfab/api-references/events/data-types/actiontype) | アクションの種類。                 |


## Related topics

- [action_executed](/ja-jp/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/ja-jp/services/playfab/api-references/events/PlayStream/action-failed.md)
- [player_triggered_action_executed_function](/ja-jp/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
- [player_triggered_action_executed_cloudscript](/ja-jp/services/playfab/api-references/events/CloudScript/player-triggered-action-executed-cloudscript.md)
- [アクションとルールのクイックスタート](/ja-jp/services/playfab/data-analytics/acting-data/action-rules-quickstart.md)
