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_v2.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 for chat. SMART_REPLY (3): Run smart reply model for chat. KNOWLEDGE_SEARCH (14): Run knowledge search with text input from agent or text generated query.