Interface ClientAnswer
- All Known Implementing Classes:
ClientAnswerWithOrigin
,ConfirmClientAnswer
public interface ClientAnswer
Interface for an answer to a asynchronous question for the user. An instance of this interface must be returned by
the client question handler.
Look at all implementations to get an overview about available
Look at all implementations to get an overview about available
ClientQuestion
and ClientAnswer
types.-
Nested Class Summary
-
Method Summary
-
Method Details
-
setQuestionId
-
getQuestionId
String getQuestionId()- Returns:
- the id-
String
of the question this answer is associated with.
-
getOrigin
ClientAnswer.AnswerOrigin getOrigin() -
isUserAnswer
default boolean isUserAnswer()
-