Class: Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionDimensionMetadata
- 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 dimension.
Instance Attribute Summary collapse
-
#qa_question_id ⇒ ::String
Optional.
-
#qa_scorecard_id ⇒ ::String
Optional.
-
#question_body ⇒ ::String
Optional.
Instance Attribute Details
#qa_question_id ⇒ ::String
Returns Optional. The QA question ID.
1428 1429 1430 1431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1428 class QaQuestionDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qa_scorecard_id ⇒ ::String
Returns Optional. The QA scorecard ID.
1428 1429 1430 1431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1428 class QaQuestionDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#question_body ⇒ ::String
Returns Optional. The full body of the question.
1428 1429 1430 1431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1428 class QaQuestionDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |