Class: Google::Cloud::ContactCenterInsights::V1::QaScorecard

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which this scorecard was created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:



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