Class: Google::Cloud::ContactCenterInsights::V1::QaScorecard
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::QaScorecard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
A QaScorecard represents a collection of questions to be scored during analysis.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
A text description explaining the intent of the scorecard.
-
#display_name ⇒ ::String
The user-specified display name of the scorecard.
-
#name ⇒ ::String
Identifier.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this scorecard was created.
1913 1914 1915 1916 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1913 class QaScorecard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A text description explaining the intent of the scorecard.
1913 1914 1915 1916 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1913 class QaScorecard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The user-specified display name of the scorecard.
1913 1914 1915 1916 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1913 class QaScorecard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}.
1913 1914 1915 1916 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1913 class QaScorecard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The most recent time at which the scorecard was updated.
1913 1914 1915 1916 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1913 class QaScorecard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |