public static interface AnswerFeedback.RatingReasonOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFeedback()
Optional.
|
com.google.protobuf.ByteString |
getFeedbackBytes()
Optional.
|
String |
getReasonLabels(int index)
Optional.
|
com.google.protobuf.ByteString |
getReasonLabelsBytes(int index)
Optional.
|
int |
getReasonLabelsCount()
Optional.
|
List<String> |
getReasonLabelsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getReasonLabelsList()
Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.
repeated string reason_labels = 3 [(.google.api.field_behavior) = OPTIONAL];int getReasonLabelsCount()
Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.
repeated string reason_labels = 3 [(.google.api.field_behavior) = OPTIONAL];String getReasonLabels(int index)
Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.
repeated string reason_labels = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getReasonLabelsBytes(int index)
Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.
repeated string reason_labels = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.String getFeedback()
Optional. Additional feedback about the rating. This field can be populated without choosing a predefined `reason`.
string feedback = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFeedbackBytes()
Optional. Additional feedback about the rating. This field can be populated without choosing a predefined `reason`.
string feedback = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.