Interface CustomChannelNotificationResponse.ConversationIdStage
-
- All Known Implementing Classes:
CustomChannelNotificationResponse.Builder
- Enclosing class:
- CustomChannelNotificationResponse
public static interface CustomChannelNotificationResponse.ConversationIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelNotificationResponse.ExternalContactIdStageconversationId(java.lang.String conversationId)The Intercom conversation ID mapped to the external conversation ID
-
-
-
Method Detail
-
conversationId
CustomChannelNotificationResponse.ExternalContactIdStage conversationId(@NotNull java.lang.String conversationId)
The Intercom conversation ID mapped to the external conversation ID
-
-