suggestionFeatureType property

String? suggestionFeatureType
getter/setter pair

The type of the suggestion feature to remove.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified feature type.
  • "ARTICLE_SUGGESTION" : Run article suggestion model for chat.
  • "FAQ" : Run FAQ model for chat.
  • "SMART_REPLY" : Run smart reply model for chat.
  • "KNOWLEDGE_SEARCH" : Run knowledge search with text input from agent or text generated query.

Implementation

core.String? suggestionFeatureType;