Class: Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Represents a conversation, resource, and label provided by the user.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#label ⇒ ::String
String label.
-
#labeled_resource ⇒ ::String
Resource name of the resource to be labeled.
-
#name ⇒ ::String
Immutable.
-
#qa_answer_label ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue
QaAnswer label.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Create time of the label.
436 437 438 439 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 436 class FeedbackLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String
Returns String label.
436 437 438 439 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 436 class FeedbackLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#labeled_resource ⇒ ::String
Returns Resource name of the resource to be labeled.
436 437 438 439 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 436 class FeedbackLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}.
436 437 438 439 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 436 class FeedbackLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qa_answer_label ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue
Returns QaAnswer label.
436 437 438 439 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 436 class FeedbackLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Update time of the label.
436 437 438 439 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 436 class FeedbackLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |