Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class Rating.
Represents thumbs up/down rating provided by user about a response.
Protobuf type google.cloud.dialogflow.cx.v3.AnswerFeedback.Rating
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ AnswerFeedbackMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RATING_UNSPECIFIED
Value: 0Rating not specified.
Generated from protobuf enum RATING_UNSPECIFIED = 0;
THUMBS_UP
Value: 1Thumbs up feedback from user.
Generated from protobuf enum THUMBS_UP = 1;
THUMBS_DOWN
Value: 2Thumbs down feedback from user.
Generated from protobuf enum THUMBS_DOWN = 2;