Share via


PersonalizerSlotOptions.BaselineAction Property

Definition

The 'baseline action' ID for the slot. The BaselineAction is the Id of the Action your application would use in that slot if Personalizer didn't exist. BaselineAction must be defined for every slot. BaselineAction should never be part of ExcludedActions. Each slot must have a unique BaselineAction which corresponds to an an action from the event's Actions list.

public string BaselineAction { get; }
member this.BaselineAction : string
Public ReadOnly Property BaselineAction As String

Property Value

Applies to