LuisPredictionOptions.ExternalEntities 属性

定义

获取或设置在查询中识别的外部实体。

public System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ExternalEntity> ExternalEntities { get; set; }
member this.ExternalEntities : System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ExternalEntity> with get, set
Public Property ExternalEntities As IList(Of ExternalEntity)

属性值

在查询中识别的外部实体。

适用于