Class: Aws::Connect::Types::SearchableAgentCriteriaStep

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

Overview

The agent criteria to search for preferred agents on the routing criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idsArray<String>

The identifiers of agents used in preferred agents matching.

Returns:

  • (Array<String>)


30045
30046
30047
30048
30049
30050
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 30045

class SearchableAgentCriteriaStep < Struct.new(
  :agent_ids,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end

#match_typeString

The match type combining multiple agent criteria steps.

Returns:

  • (String)


30045
30046
30047
30048
30049
30050
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 30045

class SearchableAgentCriteriaStep < Struct.new(
  :agent_ids,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end