type property

String? type
getter/setter pair

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.

Implementation

core.String? type;