ExplicitListItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ExplicitListItem
- com.
public class ExplicitListItem
Explicit (exception) list item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
explicitListItem()
Get the explicitListItem value. |
Long |
id()
Get the id value. |
Explicit |
withExplicitListItem(String explicitListItem)
Set the explicitListItem value. |
Explicit |
withId(Long id)
Set the id value. |
Method Details
explicitListItem
public String explicitListItem()
Get the explicitListItem value.
Returns:
the explicitListItem value
id
public Long id()
Get the id value.
Returns:
the id value
withExplicitListItem
public ExplicitListItem withExplicitListItem(String explicitListItem)
Set the explicitListItem value.
Parameters:
explicitListItem
- the explicitListItem value to set
Returns:
the ExplicitListItem object itself.
withId
public ExplicitListItem withId(Long id)
Set the id value.
Parameters:
id
- the id value to set
Returns:
the ExplicitListItem 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