Enum SuggestionFeature.Type (4.47.0)

public enum SuggestionFeature.Type extends Enum<SuggestionFeature.Type> implements ProtocolMessageEnum

Defines the type of Human Agent Assistant feature.

Protobuf enum google.cloud.dialogflow.v2.SuggestionFeature.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARTICLE_SUGGESTION

Run article suggestion model for chat.

ARTICLE_SUGGESTION = 1;

ARTICLE_SUGGESTION_VALUE

Run article suggestion model for chat.

ARTICLE_SUGGESTION = 1;

FAQ

Run FAQ model for chat.

FAQ = 2;

FAQ_VALUE

Run FAQ model for chat.

FAQ = 2;

Run knowledge search with text input from agent or text generated query.

KNOWLEDGE_SEARCH = 14;

KNOWLEDGE_SEARCH_VALUE

Run knowledge search with text input from agent or text generated query.

KNOWLEDGE_SEARCH = 14;

SMART_REPLY

Run smart reply model for chat.

SMART_REPLY = 3;

SMART_REPLY_VALUE

Run smart reply model for chat.

SMART_REPLY = 3;

TYPE_UNSPECIFIED

Unspecified feature type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified feature type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()