suggestionFeatureType property
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.
- "KNOWLEDGE_ASSIST" : Run knowledge assist with automatic query generation.
Implementation
core.String? suggestionFeatureType;