PatchClosedListOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PatchClosedListOptionalParameter
- com.
public class PatchClosedListOptionalParameter
The PatchClosedListOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Word |
subLists()
Get the subLists value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Patch |
withSubLists(List<WordListObject> subLists)
Set the subLists value. |
Patch |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
subLists
public List
Get the subLists value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withSubLists
public PatchClosedListOptionalParameter withSubLists(List
Set the subLists value.
Parameters:
Returns:
withThisclientacceptLanguage
public PatchClosedListOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java