PersonalizerSlotOptions.BaselineAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET