LuisServiceResult 类

定义

将 LuisResult 对象与 LuisResult 和相应的 Luis 服务的得分最佳的 IntentRecommendation 匹配。

public class LuisServiceResult
type LuisServiceResult = class
Public Class LuisServiceResult
继承
LuisServiceResult

构造函数

LuisServiceResult(LuisResult, IntentRecommendation, ILuisService, ILuisOptions)

将 LuisResult 对象与 LuisResult 和相应的 Luis 服务的得分最佳的 IntentRecommendation 匹配。

属性

BestIntent

将 LuisResult 对象与 LuisResult 和相应的 Luis 服务的得分最佳的 IntentRecommendation 匹配。

LuisRequest

将 LuisResult 对象与 LuisResult 和相应的 Luis 服务的得分最佳的 IntentRecommendation 匹配。

LuisService

将 LuisResult 对象与 LuisResult 和相应的 Luis 服务的得分最佳的 IntentRecommendation 匹配。

Result

将 LuisResult 对象与 LuisResult 和相应的 Luis 服务的得分最佳的 IntentRecommendation 匹配。

适用于