Class: Aws::Connect::Types::QuickConnectConfig

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

Overview

Contains configuration settings for a quick connect.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_config ⇒ Types::FlowQuickConnectConfig

Flow configuration for quick connect setup.



28822
28823
28824
28825
28826
28827
28828
28829
28830
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28822

class QuickConnectConfig < Struct.new(
  :quick_connect_type,
  :user_config,
  :queue_config,
  :phone_config,
  :flow_config)
  SENSITIVE = []
  include Aws::Structure
end

#phone_config ⇒ Types::PhoneNumberQuickConnectConfig

The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.



28822
28823
28824
28825
28826
28827
28828
28829
28830
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28822

class QuickConnectConfig < Struct.new(
  :quick_connect_type,
  :user_config,
  :queue_config,
  :phone_config,
  :flow_config)
  SENSITIVE = []
  include Aws::Structure
end

#queue_config ⇒ Types::QueueQuickConnectConfig

The queue configuration. This is required only if QuickConnectType is QUEUE.



28822
28823
28824
28825
28826
28827
28828
28829
28830
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28822

class QuickConnectConfig < Struct.new(
  :quick_connect_type,
  :user_config,
  :queue_config,
  :phone_config,
  :flow_config)
  SENSITIVE = []
  include Aws::Structure
end

#quick_connect_type ⇒ String

The type of quick connect. In the Connect Customer admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).

Returns:

  • (String)


28822
28823
28824
28825
28826
28827
28828
28829
28830
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28822

class QuickConnectConfig < Struct.new(
  :quick_connect_type,
  :user_config,
  :queue_config,
  :phone_config,
  :flow_config)
  SENSITIVE = []
  include Aws::Structure
end

#user_config ⇒ Types::UserQuickConnectConfig

The user configuration. This is required only if QuickConnectType is USER.



28822
28823
28824
28825
28826
28827
28828
28829
28830
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28822

class QuickConnectConfig < Struct.new(
  :quick_connect_type,
  :user_config,
  :queue_config,
  :phone_config,
  :flow_config)
  SENSITIVE = []
  include Aws::Structure
end