public interface FeedbackLabelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getLabel()
String label.
|
com.google.protobuf.ByteString |
getLabelBytes()
String label.
|
String |
getLabeledResource()
Resource name of the resource to be labeled.
|
com.google.protobuf.ByteString |
getLabeledResourceBytes()
Resource name of the resource to be labeled.
|
FeedbackLabel.LabelTypeCase |
getLabelTypeCase() |
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
QaAnswer.AnswerValue |
getQaAnswerLabel()
QaAnswer label.
|
QaAnswer.AnswerValueOrBuilder |
getQaAnswerLabelOrBuilder()
QaAnswer label.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasLabel()
String label.
|
boolean |
hasQaAnswerLabel()
QaAnswer label.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLabel()
String label.
string label = 4;String getLabel()
String label.
string label = 4;com.google.protobuf.ByteString getLabelBytes()
String label.
string label = 4;boolean hasQaAnswerLabel()
QaAnswer label.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue qa_answer_label = 7;QaAnswer.AnswerValue getQaAnswerLabel()
QaAnswer label.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue qa_answer_label = 7;QaAnswer.AnswerValueOrBuilder getQaAnswerLabelOrBuilder()
QaAnswer label.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue qa_answer_label = 7;String getName()
Immutable. Resource name of the FeedbackLabel.
Format:
projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. Resource name of the FeedbackLabel.
Format:
projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];String getLabeledResource()
Resource name of the resource to be labeled.
string labeled_resource = 3;com.google.protobuf.ByteString getLabeledResourceBytes()
Resource name of the resource to be labeled.
string labeled_resource = 3;boolean hasCreateTime()
Output only. Create time of the label.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Create time of the label.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time of the label.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Update time of the label.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Update time of the label.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Update time of the label.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
FeedbackLabel.LabelTypeCase getLabelTypeCase()
Copyright © 2025 Google LLC. All rights reserved.