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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java