public class WorkspaceSystemSettingsDisambiguation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
WorkspaceSystemSettingsDisambiguation.Builder
Builder.
|
static interface |
WorkspaceSystemSettingsDisambiguation.Sensitivity
The sensitivity of the disambiguation feature to intent detection conflicts.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
enabled |
protected java.lang.Long |
maxSuggestions |
protected java.lang.String |
noneOfTheAbovePrompt |
protected java.lang.String |
prompt |
protected java.lang.Boolean |
randomize |
protected java.lang.String |
sensitivity |
protected java.lang.String |
suggestionTextPolicy |
Modifier | Constructor and Description |
---|---|
protected |
WorkspaceSystemSettingsDisambiguation(WorkspaceSystemSettingsDisambiguation.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
enabled()
Gets the enabled.
|
java.lang.Long |
maxSuggestions()
Gets the maxSuggestions.
|
WorkspaceSystemSettingsDisambiguation.Builder |
newBuilder()
New builder.
|
java.lang.String |
noneOfTheAbovePrompt()
Gets the noneOfTheAbovePrompt.
|
java.lang.String |
prompt()
Gets the prompt.
|
java.lang.Boolean |
randomize()
Gets the randomize.
|
java.lang.String |
sensitivity()
Gets the sensitivity.
|
java.lang.String |
suggestionTextPolicy()
Gets the suggestionTextPolicy.
|
protected java.lang.String prompt
@SerializedName(value="none_of_the_above_prompt") protected java.lang.String noneOfTheAbovePrompt
protected java.lang.Boolean enabled
protected java.lang.String sensitivity
protected java.lang.Boolean randomize
@SerializedName(value="max_suggestions") protected java.lang.Long maxSuggestions
@SerializedName(value="suggestion_text_policy") protected java.lang.String suggestionTextPolicy
protected WorkspaceSystemSettingsDisambiguation(WorkspaceSystemSettingsDisambiguation.Builder builder)
public WorkspaceSystemSettingsDisambiguation.Builder newBuilder()
public java.lang.String prompt()
The text of the introductory prompt that accompanies disambiguation options presented to the user.
public java.lang.String 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.
public java.lang.Boolean enabled()
Whether the disambiguation feature is enabled for the workspace.
public java.lang.String 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.
public java.lang.Boolean randomize()
Whether the order in which disambiguation suggestions are presented should be randomized (but still influenced by relative confidence).
public java.lang.Long maxSuggestions()
The maximum number of disambigation suggestions that can be included in a `suggestion` response.
public java.lang.String suggestionTextPolicy()
For internal use only.