Class WorkspaceSystemSettingsDisambiguation
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class WorkspaceSystemSettingsDisambiguation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkspaceSystemSettingsDisambiguation.Builder
Builder.static interface
WorkspaceSystemSettingsDisambiguation.Sensitivity
The sensitivity of the disambiguation feature to intent detection conflicts. -
Method Summary
Modifier and Type Method Description Boolean
enabled()
Gets the enabled.Long
maxSuggestions()
Gets the maxSuggestions.WorkspaceSystemSettingsDisambiguation.Builder
newBuilder()
New builder.String
noneOfTheAbovePrompt()
Gets the noneOfTheAbovePrompt.String
prompt()
Gets the prompt.Boolean
randomize()
Gets the randomize.String
sensitivity()
Gets the sensitivity.String
suggestionTextPolicy()
Gets the suggestionTextPolicy.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a WorkspaceSystemSettingsDisambiguation builder
-
prompt
Gets the prompt.The text of the introductory prompt that accompanies disambiguation options presented to the user.
- Returns:
- the prompt
-
noneOfTheAbovePrompt
Gets the noneOfTheAbovePrompt.The user-facing label for the option users can select if none of the suggested options is correct. If no value is specified for this property, this option does not appear.
- Returns:
- the noneOfTheAbovePrompt
-
enabled
Gets the enabled.Whether the disambiguation feature is enabled for the workspace.
- Returns:
- the enabled
-
sensitivity
Gets the sensitivity.The sensitivity of the disambiguation feature to intent detection conflicts. Set to **high** if you want the disambiguation feature to be triggered more often. This can be useful for testing or demonstration purposes.
- Returns:
- the sensitivity
-
randomize
Gets the randomize.Whether the order in which disambiguation suggestions are presented should be randomized (but still influenced by relative confidence).
- Returns:
- the randomize
-
maxSuggestions
Gets the maxSuggestions.The maximum number of disambigation suggestions that can be included in a `suggestion` response.
- Returns:
- the maxSuggestions
-
suggestionTextPolicy
Gets the suggestionTextPolicy.For internal use only.
- Returns:
- the suggestionTextPolicy
-