Package com.intercom.api.types
Interface CreateDataEventRequest.WithUserId.EventNameStage
-
- All Known Implementing Classes:
CreateDataEventRequest.WithUserId.Builder
- Enclosing class:
- CreateDataEventRequest.WithUserId
public static interface CreateDataEventRequest.WithUserId.EventNameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataEventRequest.WithUserId.CreatedAtStageeventName(java.lang.String eventName)The name of the event that occurred.
-
-
-
Method Detail
-
eventName
CreateDataEventRequest.WithUserId.CreatedAtStage eventName(@NotNull java.lang.String eventName)
The name of the event that occurred. This is presented to your App's admins when filtering and creating segments - a good event name is typically a past tense 'verb-noun' combination, to improve readability, for example
updated-plan.
-
-