QuickResponseQueryField
The quick response fields to query quick responses by.
The following is the list of supported field names.
-
content
-
name
-
description
-
shortcutKey
Contents
- name
-
The name of the attribute to query the quick responses by.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: Yes
- operator
-
The operator to use for matching attribute field values in the query.
Type: String
Valid Values:
CONTAINS | CONTAINS_AND_PREFIX
Required: Yes
- values
-
The values of the attribute to query the quick responses by.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: Yes
- 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.
Type: Boolean
Required: No
- 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.
Type: String
Valid Values:
HIGH | MEDIUM | LOW
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: