Interface NotifyNewMessageRequest.ExternalConversationIdStage
-
- All Known Implementing Classes:
NotifyNewMessageRequest.Builder
- Enclosing class:
- NotifyNewMessageRequest
public static interface NotifyNewMessageRequest.ExternalConversationIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyNewMessageRequest.ContactStageexternalConversationId(java.lang.String externalConversationId)Identifier for the conversation in your application.
-
-
-
Method Detail
-
externalConversationId
NotifyNewMessageRequest.ContactStage externalConversationId(@NotNull java.lang.String externalConversationId)
Identifier for the conversation in your application.
-
-