Class WorkspaceSystemSettingsDisambiguation

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.WorkspaceSystemSettingsDisambiguation
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class WorkspaceSystemSettingsDisambiguation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Workspace settings related to the disambiguation feature.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a WorkspaceSystemSettingsDisambiguation builder
    • prompt

      public String prompt()
      Gets the prompt.

      The text of the introductory prompt that accompanies disambiguation options presented to the user.

      Returns:
      the prompt
    • noneOfTheAbovePrompt

      public String 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

      public Boolean enabled()
      Gets the enabled.

      Whether the disambiguation feature is enabled for the workspace.

      Returns:
      the enabled
    • sensitivity

      public String sensitivity()
      Gets the 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.

      Returns:
      the sensitivity
    • randomize

      public Boolean 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

      public Long maxSuggestions()
      Gets the maxSuggestions.

      The maximum number of disambigation suggestions that can be included in a `suggestion` response.

      Returns:
      the maxSuggestions
    • suggestionTextPolicy

      public String suggestionTextPolicy()
      Gets the suggestionTextPolicy.

      For internal use only.

      Returns:
      the suggestionTextPolicy