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

> Tipo de datos ActionResultDetails.

Resultado de una acción, si se realizó correctamente.

## Propiedades

| Nombre         | Tipo   | Descripción                        |
| :------------- | :----- | :--------------------------------- |
| ActionResult   | object | Resultado de la acción.            |
| FriendlyResult | String | Mensaje descriptivo del resultado. |


## Related topics

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