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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java