-
public interface SingleChoiceOption
-
-
Method Summary
Modifier and Type Method Description abstract StringgetText()The text of the option abstract StringgetValue()The value of the option abstract SingleChoiceAttachmentasSingleChoiceResponse()Converts this option into SingleChoiceAttachment that can be later used to send single choice response to the operator -
-
Method Detail
-
asSingleChoiceResponse
abstract SingleChoiceAttachment asSingleChoiceResponse()
Converts this option into SingleChoiceAttachment that can be later used to send single choice response to the operator
-
-
-
-