RecommendationsDialogue

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
lateinit var rules: JSONArray
Link copied to clipboard
lateinit var storeId: String

Functions

Link copied to clipboard
open override fun getPreloadProperties(): List<String>

Returns a list of property names that should be preloaded before the interaction is shown.

Link copied to clipboard
open override fun init(client: BlueConicClient, interactionContext: InteractionContext)

"Constructor" method for plugins.

Link copied to clipboard
open override fun onDestroy()

Invoked when the interaction should close.

Link copied to clipboard
open override fun onLoad()

Invoked when the interaction should execute.