ExplicitListItemCreateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ExplicitListItemCreateObject
- com.
public class ExplicitListItemCreateObject
Object model for creating an explicit (exception) list item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
explicitListItem()
Get the explicitListItem value. |
Explicit |
withExplicitListItem(String explicitListItem)
Set the explicitListItem value. |
Method Details
explicitListItem
public String explicitListItem()
Get the explicitListItem value.
Returns:
the explicitListItem value
withExplicitListItem
public ExplicitListItemCreateObject withExplicitListItem(String explicitListItem)
Set the explicitListItem value.
Parameters:
explicitListItem
- the explicitListItem value to set
Returns:
the ExplicitListItemCreateObject object itself.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java