次の方法で共有


PatternMatchingIntent クラス

定義

意図認識に使用されるパターン マッチング 意図を表します。

public sealed class PatternMatchingIntent
type PatternMatchingIntent = class
Public NotInheritable Class PatternMatchingIntent
継承
PatternMatchingIntent

コンストラクター

PatternMatchingIntent(String)

指定した意図 ID を使用してパターン マッチング 意図を作成します。

PatternMatchingIntent(String, IEnumerable<String>)

指定した意図 ID とフレーズのコレクションを使用して、パターン マッチング 意図を作成します。

PatternMatchingIntent(String, String[])

指定した意図 ID を使用してパターン マッチング 意図を作成します。

プロパティ

IntentId

この PatternMatchingIntent を定義するために使用される ID。 この ID は、IntentRecognizer から返される IntentRecognitionResult で使用されます。

Phrases

この意図をトリガーするフレーズとパターン。 IntentRecognizer にこの意図を適用するには、少なくとも 1 つのフレーズが存在する必要があります。

適用対象