Interface AttributeSuggestionsDescribeConfig.Builder

    • Method Detail

      • suggestableConfigList

        AttributeSuggestionsDescribeConfig.Builder suggestableConfigList​(Collection<SuggestableConfig> suggestableConfigList)

        The list of fields/attributes that you want to set as suggestible for query suggestions.

        Parameters:
        suggestableConfigList - The list of fields/attributes that you want to set as suggestible for query suggestions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suggestableConfigList

        AttributeSuggestionsDescribeConfig.Builder suggestableConfigList​(SuggestableConfig... suggestableConfigList)

        The list of fields/attributes that you want to set as suggestible for query suggestions.

        Parameters:
        suggestableConfigList - The list of fields/attributes that you want to set as suggestible for query suggestions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeSuggestionsMode

        AttributeSuggestionsDescribeConfig.Builder attributeSuggestionsMode​(String attributeSuggestionsMode)

        The mode is set to either ACTIVE or INACTIVE. If the Mode for query history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes is set to ACTIVE, and you haven't set your SuggestionTypes preference to DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.

        Parameters:
        attributeSuggestionsMode - The mode is set to either ACTIVE or INACTIVE. If the Mode for query history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes is set to ACTIVE, and you haven't set your SuggestionTypes preference to DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttributeSuggestionsMode, AttributeSuggestionsMode
      • attributeSuggestionsMode

        AttributeSuggestionsDescribeConfig.Builder attributeSuggestionsMode​(AttributeSuggestionsMode attributeSuggestionsMode)

        The mode is set to either ACTIVE or INACTIVE. If the Mode for query history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes is set to ACTIVE, and you haven't set your SuggestionTypes preference to DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.

        Parameters:
        attributeSuggestionsMode - The mode is set to either ACTIVE or INACTIVE. If the Mode for query history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes is set to ACTIVE, and you haven't set your SuggestionTypes preference to DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttributeSuggestionsMode, AttributeSuggestionsMode