class Aws::Connect::Types::QuickConnectConfig
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnectConfig AWS API Documentation
@return [Types::PhoneNumberQuickConnectConfig]
is PHONE_NUMBER.
The phone configuration. This is required only if QuickConnectType
@!attribute [rw] phone_config
@return [Types::QueueQuickConnectConfig]
is QUEUE.
The queue configuration. This is required only if QuickConnectType
@!attribute [rw] queue_config
@return [Types::UserQuickConnectConfig]
USER.
The user configuration. This is required only if QuickConnectType is
@!attribute [rw] user_config
@return [String]
(QUEUE).
following types: Agent (USER), External (PHONE_NUMBER), or Queue
create a quick connect, you are prompted to assign one of the
The type of quick connect. In the Amazon Connect console, when you
@!attribute [rw] quick_connect_type
}
},
phone_number: “PhoneNumber”, # required
phone_config: {
},
contact_flow_id: “ContactFlowId”, # required
queue_id: “QueueId”, # required
queue_config: {
},
contact_flow_id: “ContactFlowId”, # required
user_id: “UserId”, # required
user_config: {
quick_connect_type: “USER”, # required, accepts USER, QUEUE, PHONE_NUMBER
{
data as a hash:
@note When making an API call, you may pass QuickConnectConfig
Contains configuration settings for a quick connect.