class Aws::Connect::Types::UserQuickConnectConfig

Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.

@note When making an API call, you may pass UserQuickConnectConfig

data as a hash:

    {
      user_id: "UserId", # required
      contact_flow_id: "ContactFlowId", # required
    }

@!attribute [rw] user_id

The identifier of the user.
@return [String]

@!attribute [rw] contact_flow_id

The identifier of the contact flow.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserQuickConnectConfig AWS API Documentation

Constants

SENSITIVE