public static enum SuggestionFeature.Type extends Enum<SuggestionFeature.Type> implements com.google.protobuf.ProtocolMessageEnum
Defines the type of Human Agent Assistant feature.Protobuf enum
google.cloud.dialogflow.v2beta1.SuggestionFeature.Type| Enum Constant and Description |
|---|
ARTICLE_SUGGESTION
Run article suggestion model for chat.
|
CONVERSATION_SUMMARIZATION
Run conversation summarization model for chat.
|
FAQ
Run FAQ model.
|
SMART_REPLY
Run smart reply model for chat.
|
TYPE_UNSPECIFIED
Unspecified feature type.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARTICLE_SUGGESTION_VALUE
Run article suggestion model for chat.
|
static int |
CONVERSATION_SUMMARIZATION_VALUE
Run conversation summarization model for chat.
|
static int |
FAQ_VALUE
Run FAQ model.
|
static int |
SMART_REPLY_VALUE
Run smart reply model for chat.
|
static int |
TYPE_UNSPECIFIED_VALUE
Unspecified feature type.
|
| Modifier and Type | Method and Description |
|---|---|
static SuggestionFeature.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SuggestionFeature.Type> |
internalGetValueMap() |
static SuggestionFeature.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SuggestionFeature.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SuggestionFeature.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuggestionFeature.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuggestionFeature.Type TYPE_UNSPECIFIED
Unspecified feature type.
TYPE_UNSPECIFIED = 0;public static final SuggestionFeature.Type ARTICLE_SUGGESTION
Run article suggestion model for chat.
ARTICLE_SUGGESTION = 1;public static final SuggestionFeature.Type FAQ
Run FAQ model.
FAQ = 2;public static final SuggestionFeature.Type SMART_REPLY
Run smart reply model for chat.
SMART_REPLY = 3;public static final SuggestionFeature.Type CONVERSATION_SUMMARIZATION
Run conversation summarization model for chat.
CONVERSATION_SUMMARIZATION = 8;public static final SuggestionFeature.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
Unspecified feature type.
TYPE_UNSPECIFIED = 0;public static final int ARTICLE_SUGGESTION_VALUE
Run article suggestion model for chat.
ARTICLE_SUGGESTION = 1;public static final int FAQ_VALUE
Run FAQ model.
FAQ = 2;public static final int SMART_REPLY_VALUE
Run smart reply model for chat.
SMART_REPLY = 3;public static final int CONVERSATION_SUMMARIZATION_VALUE
Run conversation summarization model for chat.
CONVERSATION_SUMMARIZATION = 8;public static SuggestionFeature.Type[] values()
for (SuggestionFeature.Type c : SuggestionFeature.Type.values()) System.out.println(c);
public static SuggestionFeature.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SuggestionFeature.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SuggestionFeature.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SuggestionFeature.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SuggestionFeature.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.