Class: Google::Cloud::ContactCenterInsights::V1::FeedbackLabel

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Create time of the label.

Returns:



451
452
453
454
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 451

class FeedbackLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#label::String

Returns String label.

Note: The following fields are mutually exclusive: label, qa_answer_label. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    String label.

    Note: The following fields are mutually exclusive: label, qa_answer_label. If a field in that set is populated, all other fields in the set will automatically be cleared.



451
452
453
454
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 451

class FeedbackLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#labeled_resource::String

Returns Resource name of the resource to be labeled.

Returns:

  • (::String)

    Resource name of the resource to be labeled.



451
452
453
454
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 451

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}.

Returns:

  • (::String)

    Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}



451
452
453
454
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 451

class FeedbackLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#qa_answer_label::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue

Returns QaAnswer label.

Note: The following fields are mutually exclusive: qa_answer_label, label. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



451
452
453
454
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 451

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.

Returns:



451
452
453
454
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 451

class FeedbackLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end