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

작업이 성공한 경우의 결과입니다.

## 속성

| 이름             | 형식     | 설명                 |
| :------------- | :----- | :----------------- |
| ActionResult   | object | 작업의 결과입니다.         |
| FriendlyResult | String | 결과에 대한 친숙한 메시지입니다. |


## 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)
- [ActionEventDetails](/ko/services/playfab/api-references/events/data-types/actioneventdetails.md)
- [player_action_executed](/ko/services/playfab/api-references/events/Player/player-action-executed.md)
- [Actions & Rules](/ko/services/playfab/data-analytics/acting-data/action-rules-overview.md)
