Click or drag to resize

AutomatedInteractionModelClickConditions Property

Defines Conditions that must be met for the Click Action to proceed.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public CompositeConditionModel ClickConditions { get; set; }

Property Value

Type: CompositeConditionModel
Remarks

This property is automatically set by the platform and should not be modified manually.

See Also