public static interface Answer.QueryUnderstandingInfo.QueryClassificationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPositive()
Classification output.
|
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type |
getType()
Query classification type.
|
int |
getTypeValue()
Query classification type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Query classification type.
.google.cloud.discoveryengine.v1beta.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type getType()
Query classification type.
.google.cloud.discoveryengine.v1beta.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
boolean getPositive()
Classification output.
bool positive = 2;Copyright © 2025 Google LLC. All rights reserved.