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