public static interface Answer.QueryUnderstandingInfo.QueryClassificationInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPositive()
public abstract boolean getPositive()Classification output.
bool positive = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The positive. |
getType()
public abstract Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type getType()Query classification type.
.google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()Query classification type.
.google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |