Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::FeedbackLabel.
Represents a conversation, resource, and label provided by the user.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Create time of the label.
#label
def label() -> ::String
Returns
- (::String) — String label.
#label=
def label=(value) -> ::String
Parameter
- value (::String) — String label.
Returns
- (::String) — String label.
#labeled_resource
def labeled_resource() -> ::String
Returns
- (::String) — Resource name of the resource to be labeled.
#labeled_resource=
def labeled_resource=(value) -> ::String
Parameter
- value (::String) — Resource name of the resource to be labeled.
Returns
- (::String) — Resource name of the resource to be labeled.
#name
def name() -> ::String
Returns
- (::String) — Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
Returns
- (::String) — Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
#qa_answer_label
def qa_answer_label() -> ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue
Returns
- (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue) — QaAnswer label.
#qa_answer_label=
def qa_answer_label=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue) — QaAnswer label.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue) — QaAnswer label.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Update time of the label.