QnAMakerOptions.IncludeUnstructuredSources 属性

定义

获取或设置一个值,该值指示是否包括要查询的知识库中的非结构化源。

public AdaptiveExpressions.Properties.BoolExpression IncludeUnstructuredSources { get; set; }
member this.IncludeUnstructuredSources : AdaptiveExpressions.Properties.BoolExpression with get, set
Public Property IncludeUnstructuredSources As BoolExpression

属性值

用于启用对非结构化源的查询的标志。 True/False,默认为 True。

适用于