> ## 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 data type.

작업을 시작한 트리거에 대한 정보입니다.

## 속성

| 이름          | 형식                                                                          | 설명                        |
| :---------- | :-------------------------------------------------------------------------- | :------------------------ |
| 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](/ko/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/ko/services/playfab/api-references/events/PlayStream/action-failed.md)
- [player_triggered_action_executed_function](/ko/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
- [player_triggered_action_executed_cloudscript](/ko/services/playfab/api-references/events/CloudScript/player-triggered-action-executed-cloudscript.md)
- [Actions & Rules](/ko/services/playfab/data-analytics/acting-data/action-rules-overview.md)
