Class: Aws::Connect::Types::EvaluationAcknowledgement

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about the evaluation acknowledgement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledged_byString

The agent who acknowledged the evaluation.

Returns:

  • (String)


11474
11475
11476
11477
11478
11479
11480
# File 'lib/aws-sdk-connect/types.rb', line 11474

class EvaluationAcknowledgement < Struct.new(
  :acknowledged_time,
  :acknowledged_by,
  :acknowledger_comment)
  SENSITIVE = []
  include Aws::Structure
end

#acknowledged_timeTime

When the agent acknowledged the evaluation.

Returns:

  • (Time)


11474
11475
11476
11477
11478
11479
11480
# File 'lib/aws-sdk-connect/types.rb', line 11474

class EvaluationAcknowledgement < Struct.new(
  :acknowledged_time,
  :acknowledged_by,
  :acknowledger_comment)
  SENSITIVE = []
  include Aws::Structure
end

#acknowledger_commentString

A comment from the agent when they confirmed they acknowledged the evaluation.

Returns:

  • (String)


11474
11475
11476
11477
11478
11479
11480
# File 'lib/aws-sdk-connect/types.rb', line 11474

class EvaluationAcknowledgement < Struct.new(
  :acknowledged_time,
  :acknowledged_by,
  :acknowledger_comment)
  SENSITIVE = []
  include Aws::Structure
end