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

# ActionType

> ActionType データ型。

アクションで指定できる種類。

## 値

| 値                            | 説明                          |
| :--------------------------- | :-------------------------- |
| ExecuteFunction              | Azure Function を実行します。      |
| AddVirtualCurrencies         | 仮想通貨を追加します。                 |
| GrantInventoryItems          | インベントリ アイテムを付与します。          |
| SendEntityPushNotification   | エンティティにプッシュ通知を送信します。        |
| SendEntityEmail              | エンティティにメールを送信します。           |
| ExecuteEntityCloudScript     | エンティティの CloudScript を実行します。 |
| UpdatePlayerCustomProperties | プレイヤーのカスタム プロパティを更新します。     |
| DeletePlayerCustomProperties | プレイヤーのカスタム プロパティを削除します。     |
| AddInventoryItemsV2          | インベントリ アイテムを追加します (V2)。     |
| SubtractInventoryItemsV2     | インベントリ アイテムを減算します (V2)。     |
| DeleteInventoryItemsV2       | インベントリ アイテムを削除します (V2)。     |


## Related topics

- [ActionTrigger](/ja-jp/services/playfab/api-references/events/data-types/actiontrigger.md)
- [action_executed](/ja-jp/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/ja-jp/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionFailure](/ja-jp/services/playfab/api-references/events/data-types/actionfailure.md)
- [ActionExecutionError](/ja-jp/services/playfab/api-references/events/data-types/actionexecutionerror.md)
