ExplicitListItemUpdateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ExplicitListItemUpdateObject
- com.
public class ExplicitListItemUpdateObject
Model object for updating 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 ExplicitListItemUpdateObject withExplicitListItem(String explicitListItem)
Set the explicitListItem value.
Parameters:
explicitListItem
- the explicitListItem value to set
Returns:
the ExplicitListItemUpdateObject object itself.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java