Interface CreateConversationRequest.BodyStage
-
- All Known Implementing Classes:
CreateConversationRequest.Builder
- Enclosing class:
- CreateConversationRequest
public static interface CreateConversationRequest.BodyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConversationRequest._FinalStagebody(java.lang.String body)The content of the message.
-
-
-
Method Detail
-
body
CreateConversationRequest._FinalStage body(@NotNull java.lang.String body)
The content of the message. HTML is not supported.
-
-