public static interface DataStoreConnectionSignals.GroundingSignalsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataStoreConnectionSignals.GroundingSignals.GroundingDecision |
getDecision()
Represents the decision of the grounding check.
|
int |
getDecisionValue()
Represents the decision of the grounding check.
|
DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket |
getScore()
Grounding score bucket setting.
|
int |
getScoreValue()
Grounding score bucket setting.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDecisionValue()
Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
DataStoreConnectionSignals.GroundingSignals.GroundingDecision getDecision()
Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
int getScoreValue()
Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket getScore()
Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
Copyright © 2025 Google LLC. All rights reserved.