Class: Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionAnswerDimensionMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.

Instance Attribute Summary collapse

Instance Attribute Details

#answer_value::String

Returns Optional. The full body of the question.

Returns:

  • (::String)

    Optional. The full body of the question.



1440
1441
1442
1443
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1440

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

#qa_question_id::String

Returns Optional. The QA question ID.

Returns:

  • (::String)

    Optional. The QA question ID.



1440
1441
1442
1443
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1440

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

#qa_scorecard_id::String

Returns Optional. The QA scorecard ID.

Returns:

  • (::String)

    Optional. The QA scorecard ID.



1440
1441
1442
1443
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1440

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

#question_body::String

Returns Optional. The full body of the question.

Returns:

  • (::String)

    Optional. The full body of the question.



1440
1441
1442
1443
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1440

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