Targeting Rule
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.
conversation Channel
The channel of the conversation (default is CHAT)