你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PhraseListFeatureInfo Class

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

public class PhraseListFeatureInfo extends FeatureInfoObject

Phraselist Feature.

Method Summary

Modifier and Type Method and Description
Boolean isExchangeable()

Get the isExchangeable value.

String phrases()

Get the phrases value.

PhraseListFeatureInfo withIsExchangeable(Boolean isExchangeable)

Set the isExchangeable value.

PhraseListFeatureInfo withPhrases(String phrases)

Set the phrases value.

Inherited Members

Method Details

isExchangeable

public Boolean isExchangeable()

Get the isExchangeable value.

Returns:

the isExchangeable value

phrases

public String phrases()

Get the phrases value.

Returns:

the phrases value

withIsExchangeable

public PhraseListFeatureInfo withIsExchangeable(Boolean isExchangeable)

Set the isExchangeable value.

Parameters:

isExchangeable - the isExchangeable value to set

Returns:

the PhraseListFeatureInfo object itself.

withPhrases

public PhraseListFeatureInfo withPhrases(String phrases)

Set the phrases value.

Parameters:

phrases - the phrases value to set

Returns:

the PhraseListFeatureInfo object itself.

Applies to