IIntentDialogOptions interface
IntentDialogの構成に使用するオプション。
- Extends
プロパティ
| intent |
(省略可能)意図の認識をトリガーするために必要な最小スコア。 既定値は 0.1 です。 |
| process |
(省略可能)recognizerOrder が並列である場合に一度 |
| recognize |
(省略可能)受信したユーザー発話のダイアログ処理を制御します。 既定値は RecognizeMode.onBeginIfRoot です。 v3.2 より前の既定値は RecognizeMode.onBegin でした。 |
| recognize |
(省略可能)構成された 認識エンジン を評価する順序。 既定の順序は並列です。 |
| recognizers | (省略可能) ユーザーの発話を実行する意図認識エンジンの一覧。 |
| stop |
(省略可能)true の場合、スコア 1.0 が検出されると認識が停止します。 既定値は true です。 |
プロパティの詳細
intentThreshold
(省略可能)意図の認識をトリガーするために必要な最小スコア。 既定値は 0.1 です。
intentThreshold?: number
プロパティ値
number
processLimit
(省略可能)recognizerOrder が並列である場合に一度
processLimit?: number
プロパティ値
number
recognizeMode
(省略可能)受信したユーザー発話のダイアログ処理を制御します。 既定値は RecognizeMode.onBeginIfRoot です。 v3.2 より前の既定値は RecognizeMode.onBegin でした。
recognizeMode?: RecognizeMode
プロパティ値
recognizeOrder
recognizers
stopIfExactMatch
(省略可能)true の場合、スコア 1.0 が検出されると認識が停止します。 既定値は true です。
stopIfExactMatch?: boolean
プロパティ値
boolean