Interface ClientAnswer

All Known Implementing Classes:
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 ClientQuestion and ClientAnswer types.
  • Method Details

    • setQuestionId

      void setQuestionId(String id)
    • getQuestionId

      String getQuestionId()
      Returns:
      the id-String of the question this answer is associated with.