QuickConnectConfig
Contains configuration settings for a quick connect.
Contents
- QuickConnectType
- 
               The type of quick connect. In the Amazon Connect 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). Type: String Valid Values: USER | QUEUE | PHONE_NUMBERRequired: Yes 
- PhoneConfig
- 
               The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER. Type: PhoneNumberQuickConnectConfig object Required: No 
- QueueConfig
- 
               The queue configuration. This is required only if QuickConnectType is QUEUE. Type: QueueQuickConnectConfig object Required: No 
- UserConfig
- 
               The user configuration. This is required only if QuickConnectType is USER. Type: UserQuickConnectConfig object Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: