Interface QuickResponseQueryField.Builder

    • Method Detail

      • allowFuzziness

        QuickResponseQueryField.Builder allowFuzziness​(Boolean allowFuzziness)

        Whether the query expects only exact matches on the attribute field values. The results of the query will only include exact matches if this parameter is set to false.

        Parameters:
        allowFuzziness - Whether the query expects only exact matches on the attribute field values. The results of the query will only include exact matches if this parameter is set to false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        QuickResponseQueryField.Builder name​(String name)

        The name of the attribute to query the quick responses by.

        Parameters:
        name - The name of the attribute to query the quick responses by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priority

        QuickResponseQueryField.Builder priority​(String priority)

        The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.

        Parameters:
        priority - The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Priority, Priority
      • priority

        QuickResponseQueryField.Builder priority​(Priority priority)

        The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.

        Parameters:
        priority - The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Priority, Priority
      • values

        QuickResponseQueryField.Builder values​(Collection<String> values)

        The values of the attribute to query the quick responses by.

        Parameters:
        values - The values of the attribute to query the quick responses by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        QuickResponseQueryField.Builder values​(String... values)

        The values of the attribute to query the quick responses by.

        Parameters:
        values - The values of the attribute to query the quick responses by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.