-
- All Implemented Interfaces:
-
com.glia.androidsdk.chat.SingleChoiceOption
public class SingleChoiceOptionInternal implements SingleChoiceOption
-
-
Constructor Summary
Constructors Constructor Description SingleChoiceOptionInternal(String text, String value)
-
Method Summary
Modifier and Type Method Description StringgetText()The text of the option StringgetValue()The value of the option SingleChoiceAttachmentasSingleChoiceResponse()Converts this option into SingleChoiceAttachment that can be later used to send single choice response to the operator -
-
Method Detail
-
asSingleChoiceResponse
SingleChoiceAttachment asSingleChoiceResponse()
Converts this option into SingleChoiceAttachment that can be later used to send single choice response to the operator
-
-
-
-