Interface DataStoreConnectionSignals.GroundingSignalsOrBuilder (0.52.0)

public static interface DataStoreConnectionSignals.GroundingSignalsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for score.