rating property

String? rating
getter/setter pair

Rating from user for the specific Dialogflow response.

Optional. Possible string values are:

  • "RATING_UNSPECIFIED" : Rating not specified.
  • "THUMBS_UP" : Thumbs up feedback from user.
  • "THUMBS_DOWN" : Thumbs down feedback from user.

Implementation

core.String? rating;