Megosztás a következőn keresztül:


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