Class: Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionAnswerDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionAnswerDimensionMetadata
- 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
-
#answer_value ⇒ ::String
Optional.
-
#qa_question_id ⇒ ::String
Optional.
-
#qa_scorecard_id ⇒ ::String
Optional.
-
#question_body ⇒ ::String
Optional.
Instance Attribute Details
#answer_value ⇒ ::String
Returns 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.
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.
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.
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 |