Google Cloud Dialogflow Cx V3 Client - Class Rating (0.3.4)

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 \ AnswerFeedback

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RATING_UNSPECIFIED

Value: 0

Rating not specified.

Generated from protobuf enum RATING_UNSPECIFIED = 0;

THUMBS_UP

Value: 1

Thumbs up feedback from user.

Generated from protobuf enum THUMBS_UP = 1;

THUMBS_DOWN

Value: 2

Thumbs down feedback from user.

Generated from protobuf enum THUMBS_DOWN = 2;