ChoiceInput.OutputFormat Property
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.
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.