Package com.intercom.api.types
Interface PhoneSwitch.PhoneStage
-
- All Known Implementing Classes:
PhoneSwitch.Builder
- Enclosing class:
- PhoneSwitch
public static interface PhoneSwitch.PhoneStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhoneSwitch.Builderfrom(PhoneSwitch other)PhoneSwitch._FinalStagephone(java.lang.String phone)Phone number in E.164 format, that has received the SMS to continue the conversation in the Messenger.
-
-
-
Method Detail
-
phone
PhoneSwitch._FinalStage phone(@NotNull java.lang.String phone)
Phone number in E.164 format, that has received the SMS to continue the conversation in the Messenger.
-
from
PhoneSwitch.Builder from(PhoneSwitch other)
-
-