Package com.intercom.api.types
Interface CreateMessageRequest.Inapp.ToStage
-
- All Known Implementing Classes:
CreateMessageRequest.Inapp.Builder
- Enclosing class:
- CreateMessageRequest.Inapp
public static interface CreateMessageRequest.Inapp.ToStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMessageRequest.Inapp._FinalStageto(CreateMessageRequest.Inapp.To to)The sender of the message.
-
-
-
Method Detail
-
to
CreateMessageRequest.Inapp._FinalStage to(@NotNull CreateMessageRequest.Inapp.To to)
The sender of the message. If not provided, the default sender will be used.
-
-