Interface Answer.QueryUnderstandingInfo.QueryClassificationInfoOrBuilder (0.39.0)

public static interface Answer.QueryUnderstandingInfo.QueryClassificationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1alpha.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.v1alpha.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.