Class: Aws::Connect::Types::EvaluationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationMetadata
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Metadata information about a contact evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_agent_id ⇒ String
The identifier of the agent who performed the contact.
-
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
-
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
-
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
Instance Attribute Details
#contact_agent_id ⇒ String
The identifier of the agent who performed the contact.
8947 8948 8949 8950 8951 8952 8953 8954 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8947 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :score) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
8947 8948 8949 8950 8951 8952 8953 8954 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8947 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :score) SENSITIVE = [] include Aws::Structure end |
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
8947 8948 8949 8950 8951 8952 8953 8954 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8947 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
8947 8948 8949 8950 8951 8952 8953 8954 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8947 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :score) SENSITIVE = [] include Aws::Structure end |