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

The result of an action, if it succeeded.

## Properties

| Name           | Type   | Description                         |
| :------------- | :----- | :---------------------------------- |
| ActionResult   | object | The result of the action.           |
| FriendlyResult | String | The friendly message of the result. |


## Related topics

- [action_executed](/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionEventDetails](/services/playfab/api-references/events/data-types/actioneventdetails.md)
- [ActionExecutionError](/services/playfab/api-references/events/data-types/actionexecutionerror.md)
- [Bulk Actions for an entire Player Segment](/services/playfab/data-analytics/acting-data/action-rules-bulk-actions-for-an-entire-player-segment.md)
