Interface DialogActionCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback for a dialog action.
- Since:
- 1.21.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(DialogResponseView response, Audience audience) Handles a dialog action.
-
Method Details
-
accept
Handles a dialog action.- Parameters:
response- the response to the actionaudience- the audience to send the response to- Since:
- 1.21.7
-