public class WorkspaceSystemSettingsDisambiguation extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkspaceSystemSettingsDisambiguation.Sensitivity
The sensitivity of the disambiguation feature to intent detection conflicts.
|
| Constructor and Description |
|---|
WorkspaceSystemSettingsDisambiguation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNoneOfTheAbovePrompt()
Gets the noneOfTheAbovePrompt.
|
java.lang.String |
getPrompt()
Gets the prompt.
|
java.lang.String |
getSensitivity()
Gets the sensitivity.
|
java.lang.Boolean |
isEnabled()
Gets the enabled.
|
void |
setEnabled(java.lang.Boolean enabled)
Sets the enabled.
|
void |
setNoneOfTheAbovePrompt(java.lang.String noneOfTheAbovePrompt)
Sets the noneOfTheAbovePrompt.
|
void |
setPrompt(java.lang.String prompt)
Sets the prompt.
|
void |
setSensitivity(java.lang.String sensitivity)
Sets the sensitivity.
|
equals, hashCode, toStringpublic WorkspaceSystemSettingsDisambiguation()
public java.lang.String getPrompt()
public java.lang.String getNoneOfTheAbovePrompt()
public java.lang.Boolean isEnabled()
public java.lang.String getSensitivity()
public void setPrompt(java.lang.String prompt)
prompt - the new promptpublic void setNoneOfTheAbovePrompt(java.lang.String noneOfTheAbovePrompt)
noneOfTheAbovePrompt - the new noneOfTheAbovePromptpublic void setEnabled(java.lang.Boolean enabled)
enabled - the new enabledpublic void setSensitivity(java.lang.String sensitivity)
sensitivity - the new sensitivity