Package com.intercom.api.types
Interface CustomChannelNotificationResponse.ExternalConversationIdStage
-
- All Known Implementing Classes:
CustomChannelNotificationResponse.Builder
- Enclosing class:
- CustomChannelNotificationResponse
public static interface CustomChannelNotificationResponse.ExternalConversationIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelNotificationResponse.ConversationIdStageexternalConversationId(java.lang.String externalConversationId)The external conversation ID provided in the notification requestCustomChannelNotificationResponse.Builderfrom(CustomChannelNotificationResponse other)
-
-
-
Method Detail
-
externalConversationId
CustomChannelNotificationResponse.ConversationIdStage externalConversationId(@NotNull java.lang.String externalConversationId)
The external conversation ID provided in the notification request
-
from
CustomChannelNotificationResponse.Builder from(CustomChannelNotificationResponse other)
-
-