次の方法で共有


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

検出された意図のスコア。

適用対象