Package com.intercom.api.types
Interface SingleSelectOption.TextStage
-
- All Known Implementing Classes:
SingleSelectOption.Builder
- Enclosing class:
- SingleSelectOption
public static interface SingleSelectOption.TextStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingleSelectOption._FinalStagetext(java.lang.String text)The text shown within this option.
-
-
-
Method Detail
-
text
SingleSelectOption._FinalStage text(@NotNull java.lang.String text)
The text shown within this option.
-
-