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:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

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

Returns:

  • (::String)

    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.

Returns:



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