Package com.zopim.android.sdk.model
Class ChatLog.Option
- java.lang.Object
-
- com.zopim.android.sdk.model.ChatLog.Option
-
- Enclosing class:
- ChatLog
public static class ChatLog.Option extends java.lang.Object
Model definition of an agent questionnaire option item
-
-
Constructor Summary
Constructors Constructor and Description Option(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getLabel()
Label of the option messageboolean
isSelected()
Selected state of this optionvoid
select()
Marks this option as selected
-