-
- All Implemented Interfaces:
public final class EventPayload extends ConversationPayload
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringlabelprivate final StringinteractionIdprivate final Map<String, Object>dataprivate final Map<String, Object>customDataprivate final List<ExtendedData>extendedDataprivate final StringsessionIdprivate final DoubleclientCreatedAtprivate final IntegerclientCreatedAtUtcOffsetprivate final Stringnonce
-
Method Summary
Modifier and Type Method Description final StringgetLabel()final StringgetInteractionId()final Map<String, Object>getData()final Map<String, Object>getCustomData()final List<ExtendedData>getExtendedData()final StringgetSessionId()final DoublegetClientCreatedAt()final IntegergetClientCreatedAtUtcOffset()final StringgetNonce()Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Method Detail
-
getInteractionId
final String getInteractionId()
-
getCustomData
final Map<String, Object> getCustomData()
-
getExtendedData
final List<ExtendedData> getExtendedData()
-
getSessionId
final String getSessionId()
-
getClientCreatedAt
final Double getClientCreatedAt()
-
getClientCreatedAtUtcOffset
final Integer getClientCreatedAtUtcOffset()
-
-
-
-