
Constructs user prompt from a request.
This implementation adds (choice1,choice2,choice3,...) to the
prompt for MultipleChoiceInputRequest
s.
Returns:
the prompt to ask the user
Parameters:
-
request - the request to construct the prompt for.
Must not be
null
.