PatternMatchingEntity.CreateAnyEntity(String) メソッド

定義

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

public static Microsoft.CognitiveServices.Speech.Intent.PatternMatchingEntity CreateAnyEntity (string entityId);
static member CreateAnyEntity : string -> Microsoft.CognitiveServices.Speech.Intent.PatternMatchingEntity
Public Shared Function CreateAnyEntity (entityId As String) As PatternMatchingEntity

パラメーター

entityId
String

このエンティティの一意の ID を表す文字列。

戻り値

作成されるパターン マッチング エンティティ。

適用対象