Module: Google::Cloud::Dialogflow::V2::SuggestionFeature::Type
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Defines the type of Human Agent Assistant feature.
Constant Summary collapse
- TYPE_UNSPECIFIED =
Unspecified feature type.
0- ARTICLE_SUGGESTION =
Run article suggestion model for chat.
1- FAQ =
Run FAQ model for chat.
2- SMART_REPLY =
Run smart reply model for chat.
3- CONVERSATION_SUMMARIZATION =
Run conversation summarization model for chat.
8- KNOWLEDGE_SEARCH =
Run knowledge search with text input from agent or text generated query.
14- KNOWLEDGE_ASSIST =
Run knowledge assist with automatic query generation.
15