-
- All Implemented Interfaces:
public final class Conversation
-
-
Field Summary
Fields Modifier and Type Field Description private final StringlocalIdentifierprivate final StringconversationTokenprivate final StringconversationIdprivate final Devicedeviceprivate final Personpersonprivate final SDKsdkprivate final AppReleaseappReleaseprivate final Configurationconfigurationprivate final RandomSamplingrandomSamplingprivate final EngagementDataengagementDataprivate final EngagementManifestengagementManifest
-
Constructor Summary
Constructors Constructor Description Conversation(String localIdentifier, String conversationToken, String conversationId, Device device, Person person, SDK sdk, AppRelease appRelease, Configuration configuration, RandomSampling randomSampling, EngagementData engagementData, EngagementManifest engagementManifest)
-
Method Summary
Modifier and Type Method Description final StringgetLocalIdentifier()final StringgetConversationToken()final StringgetConversationId()final DevicegetDevice()final PersongetPerson()final SDKgetSdk()final AppReleasegetAppRelease()final ConfigurationgetConfiguration()final RandomSamplinggetRandomSampling()final EngagementDatagetEngagementData()final EngagementManifestgetEngagementManifest()StringtoString()-
-
Constructor Detail
-
Conversation
Conversation(String localIdentifier, String conversationToken, String conversationId, Device device, Person person, SDK sdk, AppRelease appRelease, Configuration configuration, RandomSampling randomSampling, EngagementData engagementData, EngagementManifest engagementManifest)
-
-
Method Detail
-
getLocalIdentifier
final String getLocalIdentifier()
-
getConversationToken
final String getConversationToken()
-
getConversationId
final String getConversationId()
-
getAppRelease
final AppRelease getAppRelease()
-
getConfiguration
final Configuration getConfiguration()
-
getRandomSampling
final RandomSampling getRandomSampling()
-
getEngagementData
final EngagementData getEngagementData()
-
getEngagementManifest
final EngagementManifest getEngagementManifest()
-
-
-
-