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