WordListBaseUpdateObject Class

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

public class WordListBaseUpdateObject

Object model for updating one of the list entity's sublists.

Method Summary

Modifier and Type Method and Description
String canonicalForm()

Get the canonicalForm value.

List<String> list()

Get the list value.

WordListBaseUpdateObject withCanonicalForm(String canonicalForm)

Set the canonicalForm value.

WordListBaseUpdateObject withList(List<String> list)

Set the list value.

Method Details

canonicalForm

public String canonicalForm()

Get the canonicalForm value.

Returns:

the canonicalForm value

list

public List list()

Get the list value.

Returns:

the list value

withCanonicalForm

public WordListBaseUpdateObject withCanonicalForm(String canonicalForm)

Set the canonicalForm value.

Parameters:

canonicalForm - the canonicalForm value to set

Returns:

the WordListBaseUpdateObject object itself.

withList

public WordListBaseUpdateObject withList(List list)

Set the list value.

Parameters:

list - the list value to set

Returns:

the WordListBaseUpdateObject object itself.

Applies to