Class GetAutocompletionOptions

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

public class GetAutocompletionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getAutocompletion options.
  • Method Details

    • newBuilder

      public GetAutocompletionOptions.Builder newBuilder()
      New builder.
      Returns:
      a GetAutocompletionOptions builder
    • environmentId

      public String environmentId()
      Gets the environmentId.

      The ID of the environment.

      Returns:
      the environmentId
    • collectionId

      public String collectionId()
      Gets the collectionId.

      The ID of the collection.

      Returns:
      the collectionId
    • prefix

      public String prefix()
      Gets the prefix.

      The prefix to use for autocompletion. For example, the prefix `Ho` could autocomplete to `hot`, `housing`, or `how`.

      Returns:
      the prefix
    • field

      public String field()
      Gets the field.

      The field in the result documents that autocompletion suggestions are identified from.

      Returns:
      the field
    • count

      public Long count()
      Gets the count.

      The number of autocompletion suggestions to return.

      Returns:
      the count