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