blocklistKeywords property

List<String>? blocklistKeywords
getter/setter pair

A list of keywords that will be used to classify the query to the "BLOCKLISTED" intent type.

The keywords are case insensitive.

Optional.

Implementation

core.List<core.String>? blocklistKeywords;