> ## 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](/zh-CN/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/zh-CN/services/playfab/api-references/events/PlayStream/action-failed.md)
- [player_triggered_action_executed_function](/zh-CN/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
- [player_triggered_action_executed_cloudscript](/zh-CN/services/playfab/api-references/events/CloudScript/player-triggered-action-executed-cloudscript.md)
- [ActionFailure](/zh-CN/services/playfab/api-references/events/data-types/actionfailure.md)
