public static interface DataStoreConnectionSignals.GroundingSignalsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDecision()
public abstract DataStoreConnectionSignals.GroundingSignals.GroundingDecision getDecision()Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
| Returns | |
|---|---|
| Type | Description |
DataStoreConnectionSignals.GroundingSignals.GroundingDecision |
The decision. |
getDecisionValue()
public abstract int getDecisionValue()Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for decision. |
getScore()
public abstract DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket getScore()Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
| Returns | |
|---|---|
| Type | Description |
DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket |
The score. |
getScoreValue()
public abstract int getScoreValue()Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for score. |