public interface

SingleChoiceOption

com.glia.androidsdk.chat.SingleChoiceOption

Summary

Public Methods
abstract SingleChoiceAttachment asSingleChoiceResponse()
Converts this option into SingleChoiceAttachment that can be later used to send single choice response to the operator
abstract String getText()
The text of the option
abstract String getValue()
The value of the option

Public Methods

public abstract SingleChoiceAttachment asSingleChoiceResponse ()

Converts this option into SingleChoiceAttachment that can be later used to send single choice response to the operator

See Also

public abstract String getText ()

The text of the option

public abstract String getValue ()

The value of the option