Package com.intercom.api.types
Interface ButtonComponent.LabelStage
-
- All Known Implementing Classes:
ButtonComponent.Builder
- Enclosing class:
- ButtonComponent
public static interface ButtonComponent.LabelStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ButtonComponent.ActionStagelabel(java.lang.String label)The text that will be rendered inside the button.
-
-
-
Method Detail
-
label
ButtonComponent.ActionStage label(@NotNull java.lang.String label)
The text that will be rendered inside the button.
-
-