QnAMakerDialog.Top 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 maximum number of answers to return from the knowledge base.
public AdaptiveExpressions.Properties.IntExpression Top { get; set; }
member this.Top : AdaptiveExpressions.Properties.IntExpression with get, set
Public Property Top As IntExpression
Property Value
The maximum number of answers to return from the knowledge base or an expression which evaluates to the maximum number to return.