Class SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration extends com.ibm.cloud.sdk.core.service.model.GenericModeldescription generation configuration. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoubleassignmentThreshold()Gets the assignmentThreshold.SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.BuildernewBuilder()New builder.java.lang.DoublesuggestionThreshold()Gets the suggestionThreshold. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder newBuilder()
New builder.- Returns:
 - a SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration builder
 
 
- 
assignmentThreshold
public java.lang.Double assignmentThreshold()
Gets the assignmentThreshold. assignment threshold.- Returns:
 - the assignmentThreshold
 
 
- 
suggestionThreshold
public java.lang.Double suggestionThreshold()
Gets the suggestionThreshold. suggestion threshold.- Returns:
 - the suggestionThreshold
 
 
 - 
 
 -