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

FeaturesResponseObject Class

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

public class FeaturesResponseObject

Model Features, including Patterns and Phraselists.

Method Summary

Modifier and Type Method and Description
List<PatternFeatureInfo> patternFeatures()

Get the patternFeatures value.

List<PhraseListFeatureInfo> phraselistFeatures()

Get the phraselistFeatures value.

FeaturesResponseObject withPatternFeatures(List<PatternFeatureInfo> patternFeatures)

Set the patternFeatures value.

FeaturesResponseObject withPhraselistFeatures(List<PhraseListFeatureInfo> phraselistFeatures)

Set the phraselistFeatures value.

Method Details

patternFeatures

public List patternFeatures()

Get the patternFeatures value.

Returns:

the patternFeatures value

phraselistFeatures

public List phraselistFeatures()

Get the phraselistFeatures value.

Returns:

the phraselistFeatures value

withPatternFeatures

public FeaturesResponseObject withPatternFeatures(List patternFeatures)

Set the patternFeatures value.

Parameters:

patternFeatures - the patternFeatures value to set

Returns:

the FeaturesResponseObject object itself.

withPhraselistFeatures

public FeaturesResponseObject withPhraselistFeatures(List phraselistFeatures)

Set the phraselistFeatures value.

Parameters:

phraselistFeatures - the phraselistFeatures value to set

Returns:

the FeaturesResponseObject object itself.

Applies to