共用方式為


IntentRecommendation 類別

定義

LUIS 意圖建議。 如需詳細資訊,請參閱 https://www.luis.ai/Help

[System.Serializable]
public class IntentRecommendation
[<System.Serializable>]
type IntentRecommendation = class
Public Class IntentRecommendation
繼承
IntentRecommendation
屬性

建構函式

IntentRecommendation()

初始化 IntentRecommendation 類別的新實例。

IntentRecommendation(String, Nullable<Double>, IList<Action>)

初始化 IntentRecommendation 類別的新實例。

屬性

Actions

與此 Luis 意圖相關聯的動作。

Intent

LUIS 服務偵測到的 LUIS 意圖,以回應查詢。

Score

偵測到意圖的分數。

適用於