Sdílet prostřednictvím


Ask(String, ArrayExpression<String>, String, Int32) Konstruktor

Definice

Inicializuje novou instanci Ask třídy.

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)

Parametry

text
String

Nepovinná textová hodnota.

expectedProperties
ArrayExpression<String>

Volitelné očekávané hodnoty vlastností.

callerPath
String

Nepovinná úplná cesta ke zdrojovému souboru.

callerLine
Int32

Volitelné, číslo řádku ve zdrojovém souboru.

Platí pro