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

このルイスの意図に関連する行動。

Intent

LUISサービスがクエリに対して検出したLUISの意図。

Score

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

適用対象