ClosedListModelPatchObject Class

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

public class ClosedListModelPatchObject

Object model for adding a batch of sublists to an existing list entity.

Method Summary

Modifier and Type Method and Description
List<WordListObject> subLists()

Get the subLists value.

ClosedListModelPatchObject withSubLists(List<WordListObject> subLists)

Set the subLists value.

Method Details

subLists

public List subLists()

Get the subLists value.

Returns:

the subLists value

withSubLists

public ClosedListModelPatchObject withSubLists(List subLists)

Set the subLists value.

Parameters:

subLists - the subLists value to set

Returns:

the ClosedListModelPatchObject object itself.

Applies to