Package com.intercom.api.types
Interface CreateMessageRequest.Email.TemplateStage
-
- All Known Implementing Classes:
CreateMessageRequest.Email.Builder
- Enclosing class:
- CreateMessageRequest.Email
public static interface CreateMessageRequest.Email.TemplateStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMessageRequest.Email.FromStagetemplate(java.lang.String template)The style of the outgoing message.
-
-
-
Method Detail
-
template
CreateMessageRequest.Email.FromStage template(@NotNull java.lang.String template)
The style of the outgoing message. Possible values
plainorpersonal.
-
-