QuickResponseQueryField

The quick response fields to query quick responses by.

The following is the list of supported field names.

  • content

  • name

  • description

  • shortcutKey

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The operator to use for matching attribute field values in the query.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String