OnAssignEntity Constructor
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.
Initializes a new instance of the OnAssignEntity class.
public OnAssignEntity (string property = default, string val = default, string operation = default, System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> actions = default, string condition = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnAssignEntity : string * string * string * System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> * string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnAssignEntity
Public Sub New (Optional property As String = Nothing, Optional val As String = Nothing, Optional operation As String = Nothing, Optional actions As List(Of Dialog) = Nothing, Optional condition As String = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
Parameters
- property
- String
Optional, property filter on event.
- val
- String
Optional, value filter on event.
- operation
- String
Optional, operation filter on event.
- condition
- String
Optional, condition which needs to be met for the actions to be executed.
- callerPath
- String
Optional, source file full path.
- callerLine
- Int32
Optional, line number in source file.