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

# ActionResultDetails

> ActionResultDetails 数据类型。

操作成功时的结果。

## 属性

| 名称             | 类型     | 描述       |
| :------------- | :----- | :------- |
| ActionResult   | object | 操作的结果。   |
| FriendlyResult | String | 结果的友好消息。 |


## Related topics

- [action_executed](/zh-CN/services/playfab/api-references/events/PlayStream/action-executed.md)
- [ActionEventDetails](/zh-CN/services/playfab/api-references/events/data-types/actioneventdetails.md)
- [action_failed](/zh-CN/services/playfab/api-references/events/PlayStream/action-failed.md)
- [player_action_executed](/zh-CN/services/playfab/api-references/events/Player/player-action-executed.md)
- [player_triggered_action_executed_function](/zh-CN/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
