ClosedListModelPatchObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ClosedListModelPatchObject
- com.
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<Word |
subLists()
Get the subLists value. |
Closed |
withSubLists(List<WordListObject> subLists)
Set the subLists value. |
Method Details
subLists
public List
Get the subLists value.
Returns:
the subLists value
withSubLists
public ClosedListModelPatchObject withSubLists(List
Set the subLists value.
Parameters:
subLists
- the subLists value to set
Returns:
the ClosedListModelPatchObject object itself.