Ask(String, ArrayExpression<String>, String, Int32) 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 Ask class.
public Ask (string text = default, AdaptiveExpressions.Properties.ArrayExpression<string> expectedProperties = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.Ask : string * AdaptiveExpressions.Properties.ArrayExpression<string> * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.Ask
Public Sub New (Optional text As String = Nothing, Optional expectedProperties As ArrayExpression(Of String) = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
Parameters
- text
- String
Optional, text value.
- expectedProperties
- ArrayExpression<String>
Optional, expected properties values.
- callerPath
- String
Optional, source file full path.
- callerLine
- Int32
Optional, line number in source file.