public class ConsumptionPreferencesCategory
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
ConsumptionPreferencesCategory()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getConsumptionPreferenceCategoryId()
Gets the consumptionPreferenceCategoryId. 
 | 
List<ConsumptionPreferences> | 
getConsumptionPreferences()
Gets the consumptionPreferences. 
 | 
String | 
getName()
Gets the name. 
 | 
public String getConsumptionPreferenceCategoryId()
The unique, non-localized identifier of the consumption preferences category to which the results pertain. IDs have the form `consumption_preferences_{category}`.
public String getName()
The user-visible name of the consumption preferences category.
public List<ConsumptionPreferences> getConsumptionPreferences()
Detailed results inferred from the input text for the individual preferences of the category.
Copyright © 2021 IBM Cloud. All rights reserved.