SubClosedList Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. SubClosedList
- com.
public class SubClosedList
Sublist of items for a list entity.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
canonicalForm()
Get the canonicalForm value. |
List<String> |
list()
Get the list value. |
Sub |
withCanonicalForm(String canonicalForm)
Set the canonicalForm value. |
Sub |
withList(List<String> list)
Set the list value. |
Method Details
canonicalForm
public String canonicalForm()
Get the canonicalForm value.
Returns:
the canonicalForm value
list
public List
Get the list value.
Returns:
the list value
withCanonicalForm
public SubClosedList withCanonicalForm(String canonicalForm)
Set the canonicalForm value.
Parameters:
canonicalForm
- the canonicalForm value to set
Returns:
the SubClosedList object itself.
withList
public SubClosedList withList(List
Set the list value.
Parameters:
list
- the list value to set
Returns:
the SubClosedList object itself.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java