Share via


ChoiceInput.OutputFormat Property

Definition

Gets or sets the format of the response (value or the index of the choice).

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)

Property Value

ChoiceOutputFormat or Expression which evaluates to ChoiceOutputFormat enumerated value.

Applies to