SuggestionFeature(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The type of Human Agent Assistant API suggestion to perform, and the
maximum number of results to return for that type. Multiple
Feature
objects can be specified in the features
list.
Attribute | |
---|---|
Name | Description |
type_ |
google.cloud.dialogflow_v2beta1.types.SuggestionFeature.Type
Type of Human Agent Assistant API feature to request. |
Classes
Type
Type(value)
Defines the type of Human Agent Assistant feature.
Values: TYPE_UNSPECIFIED (0): Unspecified feature type. ARTICLE_SUGGESTION (1): Run article suggestion model for chat. FAQ (2): Run FAQ model. SMART_REPLY (3): Run smart reply model for chat. DIALOGFLOW_ASSIST (4): Run Dialogflow assist model for chat, which will return automated agent response as suggestion. CONVERSATION_SUMMARIZATION (8): Run conversation summarization model for chat. KNOWLEDGE_SEARCH (14): Run knowledge search with text input from agent or text generated query.