TargetingRule

data class TargetingRule(val uuid: UUID, val conversationChannel: ConversationChannel = ConversationChannel.CHAT) : Parcelable

Targeting Rule object, used to engage the visitor in a conversation.

Parameters

uuid

The rule unique identifier, you can find this id in the details of a targeting rule in the iAdvize Administration Panel.

conversationChannel

The channel of the conversation (default is CHAT)

Constructors

Link copied to clipboard
constructor(uuid: UUID, conversationChannel: ConversationChannel = ConversationChannel.CHAT)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val uuid: UUID

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)