Interface IBotViewModelWithActions
A view model for a bot with actions, as opposed to a bot brain.
Inherited Members
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BotScripting.dll
Syntax
public interface IBotViewModelWithActions : IBotViewModel, INotifyPropertyChanged, IOnSelected
Properties
View SourceActions
Gets the actions view model.
Declaration
ListViewModel<IBotActionViewModel> Actions { get; }
Property Value
Type | Description |
---|---|
ListViewModel<IBotActionViewModel> |
SelectedAction
Gets or sets the selected action.
Declaration
IBotActionViewModel? SelectedAction { get; set; }
Property Value
Type | Description |
---|---|
IBotActionViewModel |