Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class GroundingScoreBucket.
Grounding score buckets.
Protobuf type google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ DataStoreConnectionSignals \ GroundingSignalsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
GROUNDING_SCORE_BUCKET_UNSPECIFIED
Value: 0
Score not specified.
Generated from protobuf enum GROUNDING_SCORE_BUCKET_UNSPECIFIED = 0;
VERY_LOW
Value: 1
We have very low confidence that the answer is grounded.
Generated from protobuf enum VERY_LOW = 1;
LOW
Value: 3
We have low confidence that the answer is grounded.
Generated from protobuf enum LOW = 3;
MEDIUM
Value: 4
We have medium confidence that the answer is grounded.
Generated from protobuf enum MEDIUM = 4;
HIGH
Value: 5
We have high confidence that the answer is grounded.
Generated from protobuf enum HIGH = 5;
VERY_HIGH
Value: 6
We have very high confidence that the answer is grounded.
Generated from protobuf enum VERY_HIGH = 6;