public interface AnswerFeedbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomRating()
Optional.
|
com.google.protobuf.ByteString |
getCustomRatingBytes()
Optional.
|
AnswerFeedback.Rating |
getRating()
Optional.
|
AnswerFeedback.RatingReason |
getRatingReason()
Optional.
|
AnswerFeedback.RatingReasonOrBuilder |
getRatingReasonOrBuilder()
Optional.
|
int |
getRatingValue()
Optional.
|
boolean |
hasRatingReason()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRatingValue()
Optional. Rating from user for the specific Dialogflow response.
.google.cloud.dialogflow.cx.v3.AnswerFeedback.Rating rating = 1 [(.google.api.field_behavior) = OPTIONAL];
AnswerFeedback.Rating getRating()
Optional. Rating from user for the specific Dialogflow response.
.google.cloud.dialogflow.cx.v3.AnswerFeedback.Rating rating = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasRatingReason()
Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.
.google.cloud.dialogflow.cx.v3.AnswerFeedback.RatingReason rating_reason = 2 [(.google.api.field_behavior) = OPTIONAL];
AnswerFeedback.RatingReason getRatingReason()
Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.
.google.cloud.dialogflow.cx.v3.AnswerFeedback.RatingReason rating_reason = 2 [(.google.api.field_behavior) = OPTIONAL];
AnswerFeedback.RatingReasonOrBuilder getRatingReasonOrBuilder()
Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.
.google.cloud.dialogflow.cx.v3.AnswerFeedback.RatingReason rating_reason = 2 [(.google.api.field_behavior) = OPTIONAL];
String getCustomRating()
Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating.
string custom_rating = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getCustomRatingBytes()
Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating.
string custom_rating = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.