ChoiceInput.RecognizerOptions 属性

定义

获取或设置如何识别响应中的选项。

public AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions> RecognizerOptions { get; set; }
member this.RecognizerOptions : AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions> with get, set
Public Property RecognizerOptions As ObjectExpression(Of FindChoicesOptions)

属性值

计算结果为 FindChoicesOptions 的 FindChoicesOptions 或表达式。

适用于