---
name: AvatarPromptResult
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "The result of prompt operations of AvatarEditorService."
---

# AvatarPromptResult

The result of prompt operations of [AvatarEditorService](/docs/reference/engine/classes/AvatarEditorService.md).

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Success` | 1 | The prompted action was completed. |
| `PermissionDenied` | 2 | Denied permission to take the prompted action. |
| `Failed` | 3 | Failure while trying to take the prompted action. |