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 uncertainty.
|
Modifier and Type | Method and 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.
|
public WorkspaceSystemSettingsDisambiguation.Builder newBuilder()
public String prompt()
The text of the introductory prompt that accompanies disambiguation options presented to the user.
public 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 Boolean enabled()
Whether the disambiguation feature is enabled for the workspace.
public String sensitivity()
The sensitivity of the disambiguation feature to intent detection uncertainty. Higher sensitivity means that the disambiguation feature is triggered more often and includes more choices.
public Boolean randomize()
Whether the order in which disambiguation suggestions are presented should be randomized (but still influenced by relative confidence).
public Long maxSuggestions()
The maximum number of disambigation suggestions that can be included in a `suggestion` response.
public String suggestionTextPolicy()
For internal use only.
Copyright © 2023 IBM Cloud. All rights reserved.