Package com.intercom.api.types
Interface CreateMessageRequest.Inapp.BodyStage
-
- All Known Implementing Classes:
CreateMessageRequest.Inapp.Builder
- Enclosing class:
- CreateMessageRequest.Inapp
public static interface CreateMessageRequest.Inapp.BodyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMessageRequest.Inapp.FromStagebody(java.lang.String body)The content of the message.CreateMessageRequest.Inapp.Builderfrom(CreateMessageRequest.Inapp other)
-
-
-
Method Detail
-
body
CreateMessageRequest.Inapp.FromStage body(@NotNull java.lang.String body)
The content of the message. HTML and plaintext are supported.
-
from
CreateMessageRequest.Inapp.Builder from(CreateMessageRequest.Inapp other)
-
-