Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Type.
Defines the type of Human Agent Assistant feature.
Protobuf type google.cloud.dialogflow.v2.SuggestionFeature.Type
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SuggestionFeatureMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified feature type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
ARTICLE_SUGGESTION
Value: 1Run article suggestion model for chat.
Generated from protobuf enum ARTICLE_SUGGESTION = 1;
FAQ
Value: 2Run FAQ model for chat.
Generated from protobuf enum FAQ = 2;
SMART_REPLY
Value: 3Run smart reply model for chat.
Generated from protobuf enum SMART_REPLY = 3;
CONVERSATION_SUMMARIZATION
Value: 8Run conversation summarization model for chat.
Generated from protobuf enum CONVERSATION_SUMMARIZATION = 8;
KNOWLEDGE_SEARCH
Value: 14Run knowledge search with text input from agent or text generated query.
Generated from protobuf enum KNOWLEDGE_SEARCH = 14;
KNOWLEDGE_ASSIST
Value: 15Run knowledge assist with automatic query generation.
Generated from protobuf enum KNOWLEDGE_ASSIST = 15;