ValidateResult.Choices Field
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.
Choices for clarifying response.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.Choice> Choices;
val mutable Choices : seq<Microsoft.Bot.Builder.FormFlow.Choice>
Public Choices As IEnumerable(Of Choice)