ChoiceInput.OutputFormat 属性

定义

获取或设置响应 (值的格式或所选) 索引。

public AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceOutputFormat> OutputFormat { get; set; }
member this.OutputFormat : AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceOutputFormat> with get, set
Public Property OutputFormat As EnumExpression(Of ChoiceOutputFormat)

属性值

ChoiceOutputFormat 或表达式,其计算结果为 ChoiceOutputFormat 枚举值。

适用于