Class: Google::Cloud::ContactCenterInsights::V1::QaScorecardResult::ScoreSource
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::QaScorecardResult::ScoreSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
A scorecard result may have multiple sets of scores from varying sources, one of which becomes the "main" answer above. A ScoreSource represents each individual set of scores.
Defined Under Namespace
Modules: SourceType
Instance Attribute Summary collapse
-
#normalized_score ⇒ ::Float
The normalized score, which is the score divided by the potential score.
-
#potential_score ⇒ ::Float
The maximum potential overall score of the scorecard.
-
#qa_tag_results ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QaScorecardResult::QaTagResult>
Collection of tags and their scores.
-
#score ⇒ ::Float
The overall numerical score of the result.
-
#source_type ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecardResult::ScoreSource::SourceType
What created the score.
Instance Attribute Details
#normalized_score ⇒ ::Float
Returns The normalized score, which is the score divided by the potential score.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2148 class ScoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # What created the score. module SourceType # Source type is unspecified. SOURCE_TYPE_UNSPECIFIED = 0 # Score is derived only from system-generated answers. SYSTEM_GENERATED_ONLY = 1 # Score is derived from both system-generated answers, and includes # any manual edits if they exist. INCLUDES_MANUAL_EDITS = 2 end end |
#potential_score ⇒ ::Float
Returns The maximum potential overall score of the scorecard. Any questions
answered using na_value
are excluded from this calculation.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2148 class ScoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # What created the score. module SourceType # Source type is unspecified. SOURCE_TYPE_UNSPECIFIED = 0 # Score is derived only from system-generated answers. SYSTEM_GENERATED_ONLY = 1 # Score is derived from both system-generated answers, and includes # any manual edits if they exist. INCLUDES_MANUAL_EDITS = 2 end end |
#qa_tag_results ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QaScorecardResult::QaTagResult>
Returns Collection of tags and their scores.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2148 class ScoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # What created the score. module SourceType # Source type is unspecified. SOURCE_TYPE_UNSPECIFIED = 0 # Score is derived only from system-generated answers. SYSTEM_GENERATED_ONLY = 1 # Score is derived from both system-generated answers, and includes # any manual edits if they exist. INCLUDES_MANUAL_EDITS = 2 end end |
#score ⇒ ::Float
Returns The overall numerical score of the result.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2148 class ScoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # What created the score. module SourceType # Source type is unspecified. SOURCE_TYPE_UNSPECIFIED = 0 # Score is derived only from system-generated answers. SYSTEM_GENERATED_ONLY = 1 # Score is derived from both system-generated answers, and includes # any manual edits if they exist. INCLUDES_MANUAL_EDITS = 2 end end |
#source_type ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecardResult::ScoreSource::SourceType
Returns What created the score.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2148 class ScoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # What created the score. module SourceType # Source type is unspecified. SOURCE_TYPE_UNSPECIFIED = 0 # Score is derived only from system-generated answers. SYSTEM_GENERATED_ONLY = 1 # Score is derived from both system-generated answers, and includes # any manual edits if they exist. INCLUDES_MANUAL_EDITS = 2 end end |