次の方法で共有


RegexModelCreateObject クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.RegexModelCreateObject

public class RegexModelCreateObject

正規表現エンティティ モデルを作成するための Model オブジェクト。

メソッドの概要

修飾子と型 メソッドと説明
String name()

名前の値を取得します。

String regexPattern()

regexPattern 値を取得します。

RegexModelCreateObject withName(String name)

名前の値を設定します。

RegexModelCreateObject withRegexPattern(String regexPattern)

regexPattern 値を設定します。

メソッドの詳細

name

public String name()

名前の値を取得します。

Returns:

名前の値

regexPattern

public String regexPattern()

regexPattern 値を取得します。

Returns:

regexPattern 値

withName

public RegexModelCreateObject withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

RegexModelCreateObject オブジェクト自体。

withRegexPattern

public RegexModelCreateObject withRegexPattern(String regexPattern)

regexPattern 値を設定します。

Parameters:

regexPattern - 設定する regexPattern 値

Returns:

RegexModelCreateObject オブジェクト自体。

適用対象