public enum SuggestionFeature.Type extends Enum<SuggestionFeature.Type> implements ProtocolMessageEnum
Defines the type of Human Agent Assistant feature.
Protobuf enum google.cloud.dialogflow.v2beta1.SuggestionFeature.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ARTICLE_SUGGESTION |
Run article suggestion model for chat. |
ARTICLE_SUGGESTION_VALUE |
Run article suggestion model for chat. |
CONVERSATION_SUMMARIZATION |
Run conversation summarization model for chat. |
CONVERSATION_SUMMARIZATION_VALUE |
Run conversation summarization model for chat. |
DIALOGFLOW_ASSIST |
Run Dialogflow assist model for chat, which will return automated agent response as suggestion. |
DIALOGFLOW_ASSIST_VALUE |
Run Dialogflow assist model for chat, which will return automated agent response as suggestion. |
FAQ |
Run FAQ model. |
FAQ_VALUE |
Run FAQ model. |
KNOWLEDGE_ASSIST |
Run knowledge assist with automatic query generation. |
KNOWLEDGE_ASSIST_VALUE |
Run knowledge assist with automatic query generation. |
KNOWLEDGE_SEARCH |
Run knowledge search with text input from agent or text generated query. |
KNOWLEDGE_SEARCH_VALUE |
Run knowledge search with text input from agent or text generated query. |
SMART_REPLY |
Run smart reply model for chat. |
SMART_REPLY_VALUE |
Run smart reply model for chat. |
TYPE_UNSPECIFIED |
Unspecified feature type. |
TYPE_UNSPECIFIED_VALUE |
Unspecified feature type. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |