LuisPredictionOptions 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
LuisPredictionOptions() |
初始化 LuisPredictionOptions 类的新实例。 |
LuisPredictionOptions(LuisPredictionOptions) |
从现有实例初始化 LuisPredictionOptions 类的新实例。 |
LuisPredictionOptions()
LuisPredictionOptions(LuisPredictionOptions)
从现有实例初始化 LuisPredictionOptions 类的新实例。
public LuisPredictionOptions(Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions other);
new Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions : Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions -> Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions
Public Sub New (other As LuisPredictionOptions)
参数
- other
- LuisPredictionOptions
值的源。