type property
Type of Human Agent Assistant API feature to request. 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? type;