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