public static interface AIDialog.AIDialogListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCancelled() |
void |
onError(AIError error) |
void |
onResult(AIResponse result) |
void onResult(AIResponse result)
void onError(AIError error)
void onCancelled()