Class: Aws::Types::EvaluationSearchMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledged_by::String

Returns the value of attribute acknowledged_by.

Returns:

  • (::String)


3844
3845
3846
# File 'sig/types.rbs', line 3844

def acknowledged_by
  @acknowledged_by
end

#acknowledged_time::Time

Returns the value of attribute acknowledged_time.

Returns:

  • (::Time)


3843
3844
3845
# File 'sig/types.rbs', line 3843

def acknowledged_time
  @acknowledged_time
end

#acknowledger_comment::String

Returns the value of attribute acknowledger_comment.

Returns:

  • (::String)


3845
3846
3847
# File 'sig/types.rbs', line 3845

def acknowledger_comment
  @acknowledger_comment
end

#auto_evaluation_enabledBoolean

Returns the value of attribute auto_evaluation_enabled.

Returns:

  • (Boolean)


3841
3842
3843
# File 'sig/types.rbs', line 3841

def auto_evaluation_enabled
  @auto_evaluation_enabled
end

#auto_evaluation_status"IN_PROGRESS", ...

Returns the value of attribute auto_evaluation_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED")


3842
3843
3844
# File 'sig/types.rbs', line 3842

def auto_evaluation_status
  @auto_evaluation_status
end

#calibration_session_id::String

Returns the value of attribute calibration_session_id.

Returns:

  • (::String)


3837
3838
3839
# File 'sig/types.rbs', line 3837

def calibration_session_id
  @calibration_session_id
end

#contact_agent_id::String

Returns the value of attribute contact_agent_id.

Returns:

  • (::String)


3836
3837
3838
# File 'sig/types.rbs', line 3836

def contact_agent_id
  @contact_agent_id
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


3834
3835
3836
# File 'sig/types.rbs', line 3834

def contact_id
  @contact_id
end

#contact_participant_id::String

Returns the value of attribute contact_participant_id.

Returns:

  • (::String)


3849
3850
3851
# File 'sig/types.rbs', line 3849

def contact_participant_id
  @contact_participant_id
end

#contact_participant_role"AGENT", ...

Returns the value of attribute contact_participant_role.

Returns:

  • ("AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER")


3848
3849
3850
# File 'sig/types.rbs', line 3848

def contact_participant_role
  @contact_participant_role
end

#earned_points::Integer

Returns the value of attribute earned_points.

Returns:

  • (::Integer)


3850
3851
3852
# File 'sig/types.rbs', line 3850

def earned_points
  @earned_points
end

#evaluator_arn::String

Returns the value of attribute evaluator_arn.

Returns:

  • (::String)


3835
3836
3837
# File 'sig/types.rbs', line 3835

def evaluator_arn
  @evaluator_arn
end

#max_base_point::Integer

Returns the value of attribute max_base_point.

Returns:

  • (::Integer)


3851
3852
3853
# File 'sig/types.rbs', line 3851

def max_base_point
  @max_base_point
end

#performance_category"NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"

Returns the value of attribute performance_category.

Returns:

  • ("NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS")


3852
3853
3854
# File 'sig/types.rbs', line 3852

def performance_category
  @performance_category
end

#review_id::String

Returns the value of attribute review_id.

Returns:

  • (::String)


3847
3848
3849
# File 'sig/types.rbs', line 3847

def review_id
  @review_id
end

#sampling_job_id::String

Returns the value of attribute sampling_job_id.

Returns:

  • (::String)


3846
3847
3848
# File 'sig/types.rbs', line 3846

def sampling_job_id
  @sampling_job_id
end

#score_automatic_failBoolean

Returns the value of attribute score_automatic_fail.

Returns:

  • (Boolean)


3839
3840
3841
# File 'sig/types.rbs', line 3839

def score_automatic_fail
  @score_automatic_fail
end

#score_not_applicableBoolean

Returns the value of attribute score_not_applicable.

Returns:

  • (Boolean)


3840
3841
3842
# File 'sig/types.rbs', line 3840

def score_not_applicable
  @score_not_applicable
end

#score_percentage::Float

Returns the value of attribute score_percentage.

Returns:

  • (::Float)


3838
3839
3840
# File 'sig/types.rbs', line 3838

def score_percentage
  @score_percentage
end